-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
67 lines (61 loc) · 1.43 KB
/
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
56
57
58
59
60
61
62
63
64
65
66
67
@font-face {
font-family:local-icons;src:url(https://dennikn.sk/wp-content/themes/dnwp/icons.3.eot);src:url(https://dennikn.sk/wp-content/themes/dnwp/icons.3.eot?#iefix) format('eot'),url(https://dennikn.sk/wp-content/themes/dnwp/icons.3.woff) format('woff'),url(https://dennikn.sk/wp-content/themes/dnwp/icons.3.ttf) format('truetype'),url(https://dennikn.sk/wp-content/themes/dnwp/icons.3.svg#icons) format('svg');font-weight:400;font-style:normal
}
#settings {
padding: 10px;
border: 1px solid silver;
margin-bottom: 5px;
}
html {
height: auto;
}
body.options {
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
width: 630px;
}
body.popup {
font-size: 10pt;
padding: 0 10px;
width: 400px;
background: #f5f5f5;
}
.material-icons.prefix {
vertical-align: bottom;
}
.card .card-title {
font-size: 20px;
}
.card-title .logo {
width: 20px;
margin-right: 5px;
vertical-align: text-bottom;
}
.card-image .logo {
display: none !important;
}
.card-image span.badge {
color: white;
}
.card .card-content {
padding: 10px 20px 20px;
}
span.badge {
top: 10px;
padding: 0;
}
.dropdown-content li>span {
font-size: 14px;
line-height: 13px;
padding: 13px 19px;
}
.card-content a {
color: #b71c1c;
}
.dropdown-content li>span {
color: #b71c1c;
}
[type="checkbox"]:checked+label:before {
border-right-color: #B71C1C;
border-bottom-color: #B71C1C;
}