-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimer-page.css
More file actions
83 lines (69 loc) · 1.2 KB
/
timer-page.css
File metadata and controls
83 lines (69 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#timer-page {
display: none;
}
#timer-page-wrap {
position: absolute;
top: 50%;
width: 90%;
left: 5%;
transform: translateY(-50%);
overflow:visible;
}
#timer-page-wrap > * {
text-align: center;
}
#timer-container > * {
display: inline-block;
}
#timer-page h3 {
margin-bottom: 20px;
}
.countdown-time-container {
width: 120px;
overflow: auto;
}
.countdown-time-container p {
padding: 0px;
margin: 0px;
}
.countdown-time-container>*:first-child {
font-size: 80px;
font-weight: bold;
}
.countdown-time-container>*:last-child {
font-size: 18px;
user-select: none;
}
.countdown-wrap>* {
display: inline-block;
}
.date-text {
margin-top: -16px;
}
#share-container {
margin-top: 20px;
height: 60px;
}
#share-container > * {
display: inline-block;
}
#share-icon {
cursor: pointer;
opacity: 0.45;
transition: 150ms opacity;
height: 48px;
}
#share-icon:hover {
opacity: 0.7;
}
#share-link-wrap {
display: none;
width: 600px !important;
height: 50px !important;
max-width: calc(100% - 100px);
margin: 0 0 4px 0 !important;
}
#share-link-container {
left: 0;
font-size: 20px !important;
}