forked from Stigmatoz/web-activity-time-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblock.css
More file actions
50 lines (42 loc) · 724 Bytes
/
block.css
File metadata and controls
50 lines (42 loc) · 724 Bytes
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
body{
padding: 150px;
text-align: center;
background-color: rgb(243, 243, 243)
}
.title{
font-size: 23px;
font-weight: 600;
}
.description{
font-size: 15px;
font-weight: 400;
}
.current-site{
font-size: 18px;
font-weight: 500;
color: rgb(202, 48, 48);
}
.current-limit{
font-weight: 500;
color: rgb(128, 128, 128);
}
.margin-top-10{
margin-top: 10px;
}
.product-title{
font-size: 16px;
color: rgb(128, 128, 128);
position: absolute;
bottom: 30px;
right: 30px;
}
.defferer-link{
color: gray;
text-decoration: underline;
cursor: pointer;
}
.deferred-metrics{
font-weight: 500;
font-size: 1.2rem;
color: rgb(202, 48, 48);
}