mirror of
https://github.com/tabler/tabler.git
synced 2026-08-21 10:24:26 +04:00
hr, visual improvements, increase build speed
This commit is contained in:
@@ -13,7 +13,7 @@ Hr text
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: $hr-margin-y 0;
|
||||
font-size: $h6-font-size;
|
||||
@include subheader;
|
||||
|
||||
&::after,
|
||||
&::before {
|
||||
@@ -23,8 +23,13 @@ Hr text
|
||||
opacity: $hr-opacity;
|
||||
}
|
||||
|
||||
&::before {
|
||||
margin-right: .5rem;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
margin-left: .5rem;
|
||||
}
|
||||
|
||||
> *:first-child {
|
||||
|
||||
Reference in New Issue
Block a user