feat: add new hr type

This commit is contained in:
sthag 2024-08-11 00:54:56 +02:00
parent 84ddbceb9a
commit ca9dbcb48c

View file

@ -74,6 +74,12 @@ hr {
border-style: dotted;
}
.hr_double {
@extend hr;
height: 4px;
border-width: $width_border_basic 0;
}
// Preformat
// -----------------------------------------------------------------------------
pre {