pull/615/head
Megax 2016-10-24 18:05:18 +02:00
parent 5429c3ab9d
commit a074b59d4e
1 changed files with 2 additions and 2 deletions
src/gtk-3.20/scss/widgets

View File

@ -155,7 +155,7 @@
> box,
> label,
> widget > box {
padding: ($spacing - 1px) (($spacing - 1px) * 2); // top/bottom | left/right
padding: $spacing $spacing * 2; // top/bottom | left/right
border-width: 2px;
border-style: solid;
border-color: transparent;
@ -166,7 +166,7 @@
> box,
> label,
> widget > box {
padding: ($spacing - 1px) (($spacing - 1px) * 2); // top | right | bottom | left
padding: $spacing $spacing * 2; // top | right | bottom | left
}
}