Update assets/custom.css
Browse files- assets/custom.css +10 -7
assets/custom.css
CHANGED
|
@@ -60,12 +60,15 @@ body {
|
|
| 60 |
background-color: #FFFFFF;
|
| 61 |
}
|
| 62 |
|
| 63 |
-
.
|
| 64 |
-
color: #
|
| 65 |
-
background-color: transparent;
|
| 66 |
-
border: none;
|
|
|
|
|
|
|
| 67 |
}
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
color: #
|
|
|
|
| 71 |
}
|
|
|
|
| 60 |
background-color: #FFFFFF;
|
| 61 |
}
|
| 62 |
|
| 63 |
+
.custom-button {
|
| 64 |
+
color: #1C304A !important;
|
| 65 |
+
background-color: transparent !important;
|
| 66 |
+
border: none !important;
|
| 67 |
+
text-align: left !important;
|
| 68 |
+
padding-left: 0 !important;
|
| 69 |
}
|
| 70 |
+
|
| 71 |
+
.custom-button:hover {
|
| 72 |
+
color: #116F70 !important;
|
| 73 |
+
background-color: #DEF4F4 !important;
|
| 74 |
}
|