This repository was archived by the owner on Nov 7, 2024. It is now read-only.
forked from ad3978/flashfocus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpomo.css
More file actions
78 lines (70 loc) · 1.29 KB
/
pomo.css
File metadata and controls
78 lines (70 loc) · 1.29 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
.pmt-page {
background-color: rgb(230, 187, 187);
}
/* Start Stop and Reset Buttons*/
.button-1 {
border: 0;
cursor: pointer;
background: #FCFCFD;
padding: 0 44px;
font-size: 18px;
border-radius: 4px;
color: #36395a;
:hover {
transform: translateY(-2px);
}
}
.button-1:hover {
background-color: #dee3ec;
color: #fff;
}
/* Pomodoro Short Break and Long Break buttons*/
.button-2 {
border: none;
color: rgb(255, 255, 255);
margin: 0px;
border-radius: 4px;
font-size: 16px;
padding: 2px 12px;
height: 28px;
cursor: pointer;
background: none;
box-shadow: none;
font-weight: 300;
top: 20%;
left: 50%;
transform: translate(-50%, -20%);
}
.button-2:hover {
background-color: #dee3ec;
color: #fff;
}
/*Timer*/
.displaytime {
font-size: 50px;
color: white;
font-weight: 800;
}
.jc-center {
justify-content: center;
}
.ta-center {
text-align: center;
}
.longshort {
border-radius: 25px;
justify-content: center;
align-items: center;
padding-top: 2%;
margin: 0 auto;
}
/* Timer Clock and Buttons*/
.fulltime {
border-radius: 25px;
justify-content: center;
width: 400px;
height: 125px;
padding-top: 20%;
margin: 0 auto;
align-items: center;
}