mirror of
https://github.com/tabler/tabler.git
synced 2026-08-12 22:32:21 +04:00
new page headers
This commit is contained in:
@@ -23,13 +23,13 @@
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
svg,
|
||||
i {
|
||||
.icon {
|
||||
width: $icon-size;
|
||||
height: $icon-size;
|
||||
margin: 0 .5rem 0;
|
||||
margin-inline-start: -.25rem;
|
||||
vertical-align: bottom;
|
||||
color: $text-muted;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
@@ -54,6 +54,10 @@
|
||||
background-color: rgba(var(--#{$variable-prefix}btn-color), 1);
|
||||
color: var(--#{$variable-prefix}btn-color-text);
|
||||
|
||||
.icon {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: var(--#{$variable-prefix}btn-color-text);
|
||||
background: rgba(var(--#{$variable-prefix}btn-color-darker), 1);
|
||||
@@ -66,6 +70,10 @@
|
||||
color: rgba(var(--#{$variable-prefix}btn-color), 1);
|
||||
border-color: $border-color-transparent;
|
||||
|
||||
.icon {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(var(--#{$variable-prefix}btn-color), 1);
|
||||
color: var(--#{$variable-prefix}btn-color-text);
|
||||
@@ -90,6 +98,10 @@
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
|
||||
.icon {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $link-hover-color;
|
||||
border-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user