-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
54 lines (37 loc) · 966 Bytes
/
style.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
.has-primary-color {
color: #007bff; }
.has-primary-background-color {
background-color: #007bff; }
.has-secondary-color {
color: #6c757d; }
.has-secondary-background-color {
background-color: #6c757d; }
.has-success-color {
color: #28a745; }
.has-success-background-color {
background-color: #28a745; }
.has-danger-color {
color: #dc3545; }
.has-danger-background-color {
background-color: #dc3545; }
.has-warning-color {
color: #ffc107; }
.has-warning-background-color {
background-color: #ffc107; }
.has-info-color {
color: #17a2b8; }
.has-info-background-color {
background-color: #17a2b8; }
.has-light-color {
color: #f8f9fa; }
.has-light-background-color {
background-color: #f8f9fa; }
.has-dark-color {
color: #343a40; }
.has-dark-background-color {
background-color: #343a40; }
.has-white-color {
color: #fff; }
.has-white-background-color {
background-color: #fff; }
/*# sourceMappingURL=style.css.map */