-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
70 lines (68 loc) · 1.08 KB
/
style.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/* body {
background: #333333;
color: #43dde6;
display: flex;
flex-direction: column;
width: 100%;
height: 100vh;
margin: 0;
font-family: Roboto;
}
.top-part {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
.timer {
margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
font-size: 48px;
color: #fafafa;
}
.timer-counting {
color: #49c0b6;
}
.timer-break {
color: #9b76d0;
}
.title {
margin-top: 5px;
margin-right: 10px;
margin-bottom: 0px;
font-size: 24px;
color: #f5f5f5;
}
.bottom-part {
display: flex;
justify-content: start;
padding: 0px 10px;
}
#main-button {
margin-right: 20px;
background: #6cc644;
border-color: #6cc644;
color: #fafafa;
font-size: 24px;
padding: 3px 6px;
border-radius: 5px;
cursor: pointer;
}
#pause-button {
margin-right: 20px;
border-color: #4078c0;
color: #fafafa;
font-size: 24px;
padding: 3px 6px;
background: #4078c0;
border-radius: 5px;
cursor: pointer;
}
.window-bar {
-webkit-app-region: drag;
height: 20px;
background: #222222;
display: flex;
justify-content: flex-end;
flex-direction: row;
} */