mirror of
https://github.com/tabler/tabler.git
synced 2026-08-12 22:32:21 +04:00
page header fixes
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: inherit;
|
||||
color: $body-color;
|
||||
background-color: $white;
|
||||
border-color: $border-color-dark-transparent;
|
||||
|
||||
&:hover {
|
||||
color: inherit;
|
||||
color: $body-color;
|
||||
border-color: $text-muted-light;
|
||||
}
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
svg {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
margin: 0 .5rem 0;
|
||||
margin-inline-start: -.25rem;
|
||||
margin: 0 .25rem 0;
|
||||
margin-inline-start: -.5rem;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
@@ -33,13 +33,13 @@
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
vertical-align: text-top;
|
||||
margin: 0 .5rem 0;
|
||||
margin-inline-start: -.25rem;
|
||||
margin: 0 .25rem 0;
|
||||
margin-inline-start: -.5rem;
|
||||
}
|
||||
|
||||
.icon-right {
|
||||
margin: 0 .5rem 0;
|
||||
margin-inline-end: -.25rem;
|
||||
margin: 0 .25rem 0;
|
||||
margin-inline-end: -.5rem;
|
||||
}
|
||||
|
||||
.badge {
|
||||
|
||||
Reference in New Issue
Block a user