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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user