/** * @provides phabricator-countdown-css */ .phabricator-timer { margin: 16px 16px 0 16px; border: 1px solid {$lightblueborder}; border-radius: 3px; background: #ffffff; } .device-phone .phabricator-timer { margin-left: 8px; margin-right: 8px; } .phabricator-remarkup .phabricator-timer { width: 360px; margin: 0 0 12px 0; } .device-phone .phabricator-remarkup .phabricator-timer { width: auto; } .phabricator-timer-header { font-size: {$biggerfontsize}; font-weight: bold; padding: 4px 8px; background: {$bluebackground}; border-radius: 3px 3px 0 0; border-bottom: 1px solid {$lightblueborder}; } .phabricator-timer-table { width: 100%; margin: 8px 0; } .phabricator-timer-table th { text-align: center; font-size: {$biggerfontsize}; color: {$greytext}; width: 10%; padding: 4px; } .phabricator-timer-table td { padding: 4px; text-align: center; font-size: 36px; overflow: hidden; line-height: auto; height: auto; line-height: 36px; } .phabricator-timer-table small { color: {$lightgreytext}; }