Path: blob/master/webroot/rsrc/css/application/countdown/timer.css
12242 views
/**1* @provides phabricator-countdown-css2*/34.phabricator-timer {5margin: 16px 16px 0 16px;6}78.device .phabricator-timer {9margin-left: 12px;10margin-right: 12px;11}1213.phabricator-remarkup .phabricator-timer-view {14max-width: 460px;15margin: 0 0 12px 0;16}1718body .phabricator-timer .countdown-description.phabricator-remarkup {19border-bottom: 1px solid {$thinblueborder};20padding: 0 0 16px;21margin: 0;22}2324.phabricator-timer .countdown-description.phabricator-remarkup25.phabricator-remarkup {26padding: 0;27}2829.device-phone .phabricator-remarkup .phabricator-timer {30width: auto;31}3233.phabricator-timer-table {34width: 100%;35margin: 8px 0 0 0;36}3738.phabricator-timer-table th {39text-align: center;40font-size: {$biggerfontsize};41color: {$bluetext};42width: 10%;43padding: 4px;44}4546.phabricator-timer-table td {47padding: 4px;48text-align: center;49font-size: 36px;50font-weight: bold;51overflow: hidden;52line-height: auto;53height: auto;54line-height: 44px;55}5657.phabricator-timer-table td.phabricator-timer-foot {58font-size: {$biggerfontsize};59line-height: 16px;60border-top: 1px solid {$thinblueborder};61color: {$bluetext};62padding: 12px 0;63border-bottom-right-radius: 3px;64border-bottom-left-radius: 3px;65text-align: center;66}6768.phabricator-timer-table small {69color: {$lightgreytext};70}717273