/* Separator | |
--------------------------------------------- */ | |
.wp-block-separator, | |
hr { | |
&:not(.is-style-dots) { | |
background-color: $border-color; | |
border: 0; | |
height: 1px; | |
} | |
&:not(.is-style-wide):not(.is-style-dots) { | |
width: 100%; | |
height: 4px; | |
background: transparent; | |
&::before { | |
content: ''; | |
display: block; | |
height: 4px; | |
width: 40px; | |
background: $highlight; | |
} | |
} | |
&.is-style-dots:before { | |
color: $grey_9; | |
font-size: 18px; | |
letter-spacing: 12px; | |
padding-left: 12px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment