-
Notifications
You must be signed in to change notification settings - Fork 0
/
rework-styles.css
55 lines (55 loc) · 1.03 KB
/
rework-styles.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
html {
color: #5f5151
}
.navbar {
padding: 16px 24px 13px 24px !important;
font-family: 'Josefin Sans', sans-serif;
text-transform: uppercase;
}
.navbar:hover {
background: #00a596 !important;
color: white !important;
box-shadow: inset 0 5px 50px rgba(0,0,0,.1) !important;
}
.active {
background: #007a6f !important;
box-shadow: inset 0 5px 50px rgba(0,0,0,.1) !important;
}
.active:hover {
background: #007a6f !important;
}
li {
border: none !important;
}
button {
padding: 16px 24px 13px 24px !important;
font-family: 'Josefin Sans', sans-serif;
text-transform: uppercase;
outline: none;
}
button:hover {
box-shadow: inset 0 5px 50px rgba(0,0,0,.1) !important;
}
.imageModalLink {
text-decoration: underline;
cursor: pointer;
}
.disabled_input {
background: lightgrey;
}
.w3-modal-content {
box-shadow: 0 0 50px rgba(0,0,0,.2) !important;
}
iframe {
background: lightgrey;
}
.w3-code {
border-left:4px solid #009688 !important;
}
input {
margin-top: 24px !important;
margin-bottom: 24px !important;
}
.heart-icon {
color: ;
}