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

border radius refactor

This commit is contained in:
codecalm
2021-01-23 15:13:54 +01:00
parent 2356a3e4ed
commit b3fd7ebbfb
17 changed files with 120 additions and 47 deletions
+2 -2
View File
@@ -157,7 +157,7 @@
z-index: $zindex-fixed;
bottom: 1.5rem;
right: 1.5rem;
border-radius: $border-radius-full;
border-radius: $border-radius-pill;
}
.btn-loading {
@@ -172,7 +172,7 @@
vertical-align: text-bottom;
border: $spinner-border-width-sm solid currentColor;
border-right-color: transparent;
border-radius: $border-radius-full;
border-radius: $border-radius-pill;
color: $white;
position: absolute;
width: 1rem;