dotfiles/for-home-directory/.themes/Everblush-gtk-main/scss/gtk-3.0/widgets/_separator.scss
2022-12-20 11:40:25 -06:00

18 lines
327 B
SCSS
Executable file

@use '../colors';
separator {
background-image: image(rgba(255,255,255,0.05));
background-size: 1px 1px;
background-position: center center;
min-width: 7px;
min-height: 7px;
background-repeat: repeat-x;
margin: -3px 0;
&.vertical, .horizontal > & {
background-repeat: repeat-y;
margin: 0 -3px;
}
}