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

modals fixes, unify avatars and stamps

This commit is contained in:
codecalm
2020-11-01 01:36:44 +01:00
parent b64f616519
commit afebee8a33
11 changed files with 45 additions and 28 deletions
+2 -12
View File
@@ -4,16 +4,6 @@
align-items: center;
justify-content: center;
&:not([class^="btn-outline"]):not([class*=" btn-outline"]):not([class^="btn-ghost"]):not([class*=" btn-ghost"]) {
&:not(:focus):not(.focus) {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05), inset 0 2px 0 -1px rgba(255, 255, 255, .1);
}
svg {
filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, .05));
}
}
&:disabled,
&.disabled {
cursor: not-allowed;
@@ -126,7 +116,7 @@
z-index: $zindex-fixed;
bottom: 1.5rem;
right: 1.5rem;
border-radius: 50%;
border-radius: $border-radius-full;
}
.btn-loading {
@@ -141,7 +131,7 @@
vertical-align: text-bottom;
border: $spinner-border-width-sm solid currentColor;
border-right-color: transparent;
border-radius: 50%;
border-radius: $border-radius-full;
color: $white;
position: absolute;
width: 1rem;