feat: add new hr type
This commit is contained in:
parent
84ddbceb9a
commit
ca9dbcb48c
1 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,12 @@ hr {
|
|||
border-style: dotted;
|
||||
}
|
||||
|
||||
.hr_double {
|
||||
@extend hr;
|
||||
height: 4px;
|
||||
border-width: $width_border_basic 0;
|
||||
}
|
||||
|
||||
// Preformat
|
||||
// -----------------------------------------------------------------------------
|
||||
pre {
|
||||
|
|
Loading…
Reference in a new issue