-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.css
54 lines (46 loc) · 1.08 KB
/
popup.css
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
body {
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
display: flex;
align-items: center;
width:600px;
height: 200px;
justify-content: center;
flex-direction: column;
}
#timer {
margin: 0;
color: #111212;
font-weight:200;
}
.btn-group {
text-align: center;
padding-top: 10px;
line-height: 1.1;
}
.btn-group .btn1 {
color: #606060;
font-family: "Source sans pro", sans-serif;
font-size: 14px;
font-weight: 600;
text-shadow: 0 1px #fff;
border-radius: 20px;
border: 1px solid #8f9092;
transition: all 0.2s ease;
background-image: linear-gradient(to top, #D8D9DB 0%, fff 80%, #FDFDFD 100%);
padding: 4px;
min-height: 30px;
min-width: 80px;
}
.btn-group .btn2 {
background-color: #454040;
color: #ecf1ee;
font-family: "Source sans pro", sans-serif;
font-size: 13px;
font-weight: 600;
border-radius: 50%;
border: 1px solid #202021;
transition: all 0.2s ease;
padding: 4px;
min-height: 28px;
min-width: 28px;
}