guestbell-forms 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1050,7 +1050,7 @@
|
|
1050
1050
|
.guestbell-btn.guestbell-btn-primary:not(.guestbell-btn--disabled).guestbell-btn--text:hover {
|
1051
1051
|
color: #1de1ed;
|
1052
1052
|
fill: #1de1ed;
|
1053
|
-
background-color: transparent; }
|
1053
|
+
background-color: transparent !important; }
|
1054
1054
|
.guestbell-btn.guestbell-btn-success {
|
1055
1055
|
background-color: #5cb85c;
|
1056
1056
|
fill: white;
|
@@ -1096,7 +1096,7 @@
|
|
1096
1096
|
.guestbell-btn.guestbell-btn-success:not(.guestbell-btn--disabled).guestbell-btn--text:hover {
|
1097
1097
|
color: #80c780;
|
1098
1098
|
fill: #80c780;
|
1099
|
-
background-color: transparent; }
|
1099
|
+
background-color: transparent !important; }
|
1100
1100
|
.guestbell-btn.guestbell-btn-white {
|
1101
1101
|
background-color: white;
|
1102
1102
|
fill: #555555;
|
@@ -1142,7 +1142,7 @@
|
|
1142
1142
|
.guestbell-btn.guestbell-btn-white:not(.guestbell-btn--disabled).guestbell-btn--text:hover {
|
1143
1143
|
color: white;
|
1144
1144
|
fill: white;
|
1145
|
-
background-color: transparent; }
|
1145
|
+
background-color: transparent !important; }
|
1146
1146
|
.guestbell-btn.guestbell-btn-info {
|
1147
1147
|
background-color: #a8dadc;
|
1148
1148
|
fill: white;
|
@@ -1188,7 +1188,7 @@
|
|
1188
1188
|
.guestbell-btn.guestbell-btn-info:not(.guestbell-btn--disabled).guestbell-btn--text:hover {
|
1189
1189
|
color: #cce9eb;
|
1190
1190
|
fill: #cce9eb;
|
1191
|
-
background-color: transparent; }
|
1191
|
+
background-color: transparent !important; }
|
1192
1192
|
.guestbell-btn.guestbell-btn-error {
|
1193
1193
|
background-color: #d9534f;
|
1194
1194
|
fill: white;
|
@@ -1234,7 +1234,7 @@
|
|
1234
1234
|
.guestbell-btn.guestbell-btn-error:not(.guestbell-btn--disabled).guestbell-btn--text:hover {
|
1235
1235
|
color: #e27c79;
|
1236
1236
|
fill: #e27c79;
|
1237
|
-
background-color: transparent; }
|
1237
|
+
background-color: transparent !important; }
|
1238
1238
|
.guestbell-btn.guestbell-btn-warning {
|
1239
1239
|
background-color: #f0ad4e;
|
1240
1240
|
fill: white;
|
@@ -1280,7 +1280,7 @@
|
|
1280
1280
|
.guestbell-btn.guestbell-btn-warning:not(.guestbell-btn--disabled).guestbell-btn--text:hover {
|
1281
1281
|
color: #f4c37d;
|
1282
1282
|
fill: #f4c37d;
|
1283
|
-
background-color: transparent; }
|
1283
|
+
background-color: transparent !important; }
|
1284
1284
|
.guestbell-btn.guestbell-btn-gray {
|
1285
1285
|
background-color: #555555;
|
1286
1286
|
fill: white;
|
@@ -1326,7 +1326,7 @@
|
|
1326
1326
|
.guestbell-btn.guestbell-btn-gray:not(.guestbell-btn--disabled).guestbell-btn--text:hover {
|
1327
1327
|
color: #6f6f6f;
|
1328
1328
|
fill: #6f6f6f;
|
1329
|
-
background-color: transparent; }
|
1329
|
+
background-color: transparent !important; }
|
1330
1330
|
|
1331
1331
|
.input__base.checkbox-input {
|
1332
1332
|
display: block;
|