UNPKG

2.86 kBCSSView Raw
1.accent {
2 color: #00BCD4 !important;
3}
4.accent-bg {
5 background-color: #00BCD4 !important;
6}
7.accent-selection-hover:hover {
8 background-color: rgba(0, 188, 212, 0.1) !important;
9}
10.accent-selection {
11 background-color: #00BCD4 !important;
12 color: white !important;
13}
14.accent-selection.accent-selection-hover:hover {
15 background-color: #00BCD4 !important;
16}
17.accent-highlight {
18 background: rgba(0, 188, 212, 0.2) !important;
19}
20.accent-highlight:hover {
21 background: rgba(0, 188, 212, 0.3) !important;
22}
23.accent-borders {
24 border-color: #00BCD4 !important;
25}
26.accent-border-top {
27 border-top-color: #00BCD4 !important;
28}
29.accent-border-right {
30 border-right-color: #00BCD4 !important;
31}
32.accent-border-bottom {
33 border-bottom-color: #00BCD4 !important;
34}
35.accent-border-left {
36 border-left-color: #00BCD4 !important;
37}
38.success {
39 color: #4CAF50 !important;
40}
41.success-bg {
42 background-color: #4CAF50 !important;
43}
44.success-borders {
45 border-color: #4CAF50 !important;
46}
47.success-border-top {
48 border-top-color: #4CAF50 !important;
49}
50.success-border-right {
51 border-right-color: #4CAF50 !important;
52}
53.success-border-bottom {
54 border-bottom-color: #4CAF50 !important;
55}
56.success-border-left {
57 border-left-color: #4CAF50 !important;
58}
59.warning {
60 color: #ff6600 !important;
61}
62.warning-bg {
63 background-color: #ff6600 !important;
64}
65.warning-borders {
66 border-color: #ff6600 !important;
67}
68.warning-border-top {
69 border-top-color: #ff6600 !important;
70}
71.warning-border-right {
72 border-right-color: #ff6600 !important;
73}
74.warning-border-bottom {
75 border-bottom-color: #ff6600 !important;
76}
77.warning-border-left {
78 border-left-color: #ff6600 !important;
79}
80.error {
81 color: #F44336 !important;
82}
83.error-bg {
84 background-color: #F44336 !important;
85}
86.error-borders {
87 border-color: #F44336 !important;
88}
89.error-border-top {
90 border-top-color: #F44336 !important;
91}
92.error-border-right {
93 border-right-color: #F44336 !important;
94}
95.error-border-bottom {
96 border-bottom-color: #F44336 !important;
97}
98.error-border-left {
99 border-left-color: #F44336 !important;
100}
101.dark {
102 color: #333 !important;
103}
104.dark-bg {
105 background-color: #333 !important;
106}
107.dark-borders {
108 border-color: #333 !important;
109}
110.dark-border-top {
111 border-top-color: #333 !important;
112}
113.dark-border-right {
114 border-right-color: #333 !important;
115}
116.dark-border-bottom {
117 border-bottom-color: #333 !important;
118}
119.dark-border-left {
120 border-left-color: #333 !important;
121}
122.light {
123 color: #fff !important;
124}
125.light-bg {
126 background-color: #fff !important;
127}
128.light-borders {
129 border-color: #fff !important;
130}
131.light-border-top {
132 border-top-color: #fff !important;
133}
134.light-border-right {
135 border-right-color: #fff !important;
136}
137.light-border-bottom {
138 border-bottom-color: #fff !important;
139}
140.light-border-left {
141 border-left-color: #fff !important;
142}