Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/countdown/timer.css
12242 views
1
/**
2
* @provides phabricator-countdown-css
3
*/
4
5
.phabricator-timer {
6
margin: 16px 16px 0 16px;
7
}
8
9
.device .phabricator-timer {
10
margin-left: 12px;
11
margin-right: 12px;
12
}
13
14
.phabricator-remarkup .phabricator-timer-view {
15
max-width: 460px;
16
margin: 0 0 12px 0;
17
}
18
19
body .phabricator-timer .countdown-description.phabricator-remarkup {
20
border-bottom: 1px solid {$thinblueborder};
21
padding: 0 0 16px;
22
margin: 0;
23
}
24
25
.phabricator-timer .countdown-description.phabricator-remarkup
26
.phabricator-remarkup {
27
padding: 0;
28
}
29
30
.device-phone .phabricator-remarkup .phabricator-timer {
31
width: auto;
32
}
33
34
.phabricator-timer-table {
35
width: 100%;
36
margin: 8px 0 0 0;
37
}
38
39
.phabricator-timer-table th {
40
text-align: center;
41
font-size: {$biggerfontsize};
42
color: {$bluetext};
43
width: 10%;
44
padding: 4px;
45
}
46
47
.phabricator-timer-table td {
48
padding: 4px;
49
text-align: center;
50
font-size: 36px;
51
font-weight: bold;
52
overflow: hidden;
53
line-height: auto;
54
height: auto;
55
line-height: 44px;
56
}
57
58
.phabricator-timer-table td.phabricator-timer-foot {
59
font-size: {$biggerfontsize};
60
line-height: 16px;
61
border-top: 1px solid {$thinblueborder};
62
color: {$bluetext};
63
padding: 12px 0;
64
border-bottom-right-radius: 3px;
65
border-bottom-left-radius: 3px;
66
text-align: center;
67
}
68
69
.phabricator-timer-table small {
70
color: {$lightgreytext};
71
}
72
73