forked from TTLApp/time-to-leave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreferences.css
65 lines (54 loc) · 1.03 KB
/
preferences.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
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
.preferences-page {
font-size: 25px;
height: 60px;
border-bottom: 4px solid rgb(164, 158, 207);
}
.header-help {
font-variant-caps: all-petite-caps;
font-size: 15px;
}
input {
border: none;
}
.preferences {
padding-right: 10px;
padding-left: 10px;
width: 100%;
height: 90%;
}
.notification-setting {
margin-bottom: 20px;
display: flex;
line-height: 30px;
}
.notification-option {
margin-bottom: 20px;
display: flex;
line-height: 30px;
}
.preference-title {
font-size: 20px;
color: #333;
margin-bottom: 15px;
margin-top: 30px;
border-bottom: 1px solid rgb(164, 158, 207);
}
.working-days {
font-family: 'montserrat';
text-align: center;
}
td {
padding-right: 5px;
padding-left: 5px;
font-variant-caps: all-petite-caps;
}
#non-working-label {
display: block;
font-weight: normal;
text-align: left;
margin: 40px 0px 0px 8px;
}
#non-working-label input {
margin-right: 8px;
}