Spaces:
Paused
Paused
Update assets/custom.css
Browse files- assets/custom.css +24 -14
assets/custom.css
CHANGED
|
@@ -3,8 +3,30 @@ body {
|
|
| 3 |
color: #454545;
|
| 4 |
}
|
| 5 |
|
| 6 |
-
.
|
| 7 |
-
background-color: #
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
}
|
| 9 |
|
| 10 |
.btn-primary {
|
|
@@ -27,18 +49,6 @@ body {
|
|
| 27 |
border-color: #00AEAF;
|
| 28 |
}
|
| 29 |
|
| 30 |
-
.btn-tertiary {
|
| 31 |
-
background-color: #E0E0E0;
|
| 32 |
-
border-color: #E0E0E0;
|
| 33 |
-
color: #1C304A;
|
| 34 |
-
}
|
| 35 |
-
|
| 36 |
-
.btn-tertiary:hover {
|
| 37 |
-
background-color: #DEF4F4;
|
| 38 |
-
border-color: #DEF4F4;
|
| 39 |
-
color: #1C304A;
|
| 40 |
-
}
|
| 41 |
-
|
| 42 |
.card {
|
| 43 |
background-color: #FFFFFF;
|
| 44 |
border-color: #E0E0E0;
|
|
|
|
| 3 |
color: #454545;
|
| 4 |
}
|
| 5 |
|
| 6 |
+
.bg-light-grey {
|
| 7 |
+
background-color: #E0E0E0;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.bg-white {
|
| 11 |
+
background-color: #FFFFFF;
|
| 12 |
+
}
|
| 13 |
+
|
| 14 |
+
.btn-link {
|
| 15 |
+
color: #1C304A;
|
| 16 |
+
text-align: left;
|
| 17 |
+
padding: 0.5rem 1rem;
|
| 18 |
+
text-decoration: none;
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
.btn-link:hover {
|
| 22 |
+
background-color: #DEF4F4;
|
| 23 |
+
color: #116F70;
|
| 24 |
+
text-decoration: none;
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
.list-group-item {
|
| 28 |
+
border: none;
|
| 29 |
+
padding: 0;
|
| 30 |
}
|
| 31 |
|
| 32 |
.btn-primary {
|
|
|
|
| 49 |
border-color: #00AEAF;
|
| 50 |
}
|
| 51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
.card {
|
| 53 |
background-color: #FFFFFF;
|
| 54 |
border-color: #E0E0E0;
|