xarxaprod-wp-theme/sass/base/elements/_hr.scss

10 lines
137 B
SCSS

hr {
background-color: $color__background-hr;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
.wp-block-separator {
border: none;
}