mabox-themes/dt-dark-theme/gtk-3.20/scss/apps/_xfce.scss

25 lines
398 B
SCSS
Raw Normal View History

2020-02-19 22:31:24 +01:00
@import "panel";
/***************
! Xfce styles *
****************/
@include exports("xfce") {
.XfceHeading {
margin: 0;
padding: 0;
border: 0;
background-image: none;
background-color: $base_color;
color: $text_color;
}
.xfce4-panel {
@extend %panel;
font: inherit;
button { @extend %panelbutton; }
}
}