-
Notifications
You must be signed in to change notification settings - Fork 2
/
global.scss
51 lines (51 loc) · 934 Bytes
/
global.scss
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
.section {
max-width: 450px;
margin-bottom: 1rem;
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section-title {
font-weight: bolder;
margin-bottom: 8px;
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transition:
color 0.15s ease-in-out,
background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
}
.badge:empty {
display: none;
}
.bg-primary {
background-color: #007bff !important;
}
.p-words {
word-wrap: break-word;
word-break: break-all;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
img {
vertical-align: middle;
border-style: none;
}
.volume-up {
cursor: pointer;
font-size: large;
margin-left: 4px;
margin-right: 4px;
}