mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
12 lines
253 B
SCSS
12 lines
253 B
SCSS
.nautilus-path-bar .path-buttons-box {
|
|
//border-width: $border_width;
|
|
//border-style: solid;
|
|
//@include relief($button_bg);
|
|
//color: $button_fg;
|
|
//padding: 0;
|
|
button {
|
|
@extend %button_basic;
|
|
@extend %button_basic_flat;
|
|
|
|
}
|
|
}
|