urfu-ui-kit-vanilla 1.1.13 → 1.1.14
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.
- package/package.json +1 -1
- package/src/main.css +22 -0
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -299,6 +299,17 @@ button {
|
|
|
299
299
|
margin-left: 0;
|
|
300
300
|
margin-right: 8px;
|
|
301
301
|
}
|
|
302
|
+
.u-button-text-table {
|
|
303
|
+
color: #748AB9;
|
|
304
|
+
}
|
|
305
|
+
.u-button-text-table:hover,
|
|
306
|
+
.u-button-text-table:focus {
|
|
307
|
+
color: #0F2B5E;
|
|
308
|
+
}
|
|
309
|
+
.u-button-text-table:disabled {
|
|
310
|
+
cursor: not-allowed;
|
|
311
|
+
color: #CAD1E1;
|
|
312
|
+
}
|
|
302
313
|
.u-button-text-danger {
|
|
303
314
|
font-weight: 400;
|
|
304
315
|
color: #E54B6A;
|
|
@@ -311,6 +322,17 @@ button {
|
|
|
311
322
|
cursor: not-allowed;
|
|
312
323
|
color: #D995A2;
|
|
313
324
|
}
|
|
325
|
+
.u-button-text-danger-table {
|
|
326
|
+
color: #F58380;
|
|
327
|
+
}
|
|
328
|
+
.u-button-text-danger-table:hover,
|
|
329
|
+
.u-button-text-danger-table:focus {
|
|
330
|
+
color: #E54B6A;
|
|
331
|
+
}
|
|
332
|
+
.u-button-text-danger-table:disabled {
|
|
333
|
+
cursor: not-allowed;
|
|
334
|
+
color: #FE514D1F;
|
|
335
|
+
}
|
|
314
336
|
.u-input {
|
|
315
337
|
height: 48px;
|
|
316
338
|
padding: 14px 16px;
|