-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzettle.css
68 lines (55 loc) · 1.06 KB
/
zettle.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
68
.callout-info {
border-color: #bee5eb;
}
.callout-info h4 {
color: #0c5460;
}
.hidetext {
-webkit-text-security: disc;
/* Default */
}
.buttonCommandWrap,
.tableButton {
width: 100%;
}
.tableButton tr td:first-child {
width: 10%;
}
.arg_Text {
width: 100%;
}
.alert {
position: relative !important;
padding: 0.75rem 1.25rem !important;
margin-bottom: 1rem !important;
border: 1px solid transparent !important;
border-radius: 0.25rem !important;
}
.alert-success {
color: #155724 !important;
background-color: #d4edda !important;
border-color: #c3e6cb !important;
}
.alert-info {
color: #004085 !important;
background-color: #cce5ff !important;
border-color: #b8daff !important;
}
.alert-link {
color: #002752 !important;
font-weight: 700 !important;
text-decoration: none !important;
}
.alert-link:hover {
text-decoration: underline !important;
}
.text-white {
color: #fff!important;
}
.loading {
opacity: .75;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}