1
0
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:
codecalm
2020-12-19 17:32:06 +01:00
parent b8ae6be923
commit 9888183e0a
5 changed files with 162 additions and 4 deletions
+14 -2
View File
@@ -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;