1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-12 22:32:21 +04:00

dark mode fixes, fonts unify, colors unify (#1314)

This commit is contained in:
Paweł Kuna
2022-10-17 13:04:16 +02:00
committed by GitHub
parent d34b8c5eb7
commit bb15f480ce
42 changed files with 201 additions and 160 deletions
+1 -1
View File
@@ -176,7 +176,7 @@
content: '';
display: inline-block;
vertical-align: text-bottom;
border: $spinner-border-width solid currentColor;
border: $spinner-border-width var(--#{$prefix}border-style) currentColor;
border-right-color: transparent;
border-radius: $border-radius-pill;
color: var(--#{$prefix}btn-color);