mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-12-08 12:42:24 -08:00
update
This commit is contained in:
@@ -7,7 +7,6 @@ $dash_border_radius: $icon_radius + $dash_padding - $dash_spacing;
|
||||
|
||||
#dash {
|
||||
margin-top: $base_spacing * 2;
|
||||
padding: 0 $dash_padding - $dash_spacing;
|
||||
|
||||
.placeholder {
|
||||
background-image:none;
|
||||
@@ -23,7 +22,7 @@ $dash_border_radius: $icon_radius + $dash_padding - $dash_spacing;
|
||||
.dash-background {
|
||||
background-color: $dash_background_color;
|
||||
margin-bottom: $dash_bottom_margin;
|
||||
padding: $dash_padding;
|
||||
padding: $dash_padding $dash_padding - $dash_spacing;
|
||||
border-radius: $dash_border_radius;
|
||||
box-shadow: inset 0 1px rgba(white, 0.08);
|
||||
}
|
||||
@@ -34,10 +33,6 @@ $dash_border_radius: $icon_radius + $dash_padding - $dash_spacing;
|
||||
|
||||
> * { margin: 0; }
|
||||
|
||||
&:first-child { margin-left: 0; }
|
||||
|
||||
&:last-child { margin-right: 0; }
|
||||
|
||||
.app-well-app, .show-apps {
|
||||
padding: $dash_padding 0 $dash_padding + $dash_bottom_margin;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user