* Fixed button.color padding.

pull/539/head
Megax 2016-08-29 11:11:56 +02:00
parent 93602e545a
commit b29c83f1d3
1 changed files with 8 additions and 1 deletions

View File

@ -140,7 +140,14 @@
}
button.color {
padding: $spacing - 1px;
padding: $spacing - 3px;
colorswatch:first-child:last-child {
&, overlay {
margin: $spacing - 1px;
border-radius: 0;
}
}
colorswatch:only-child {
&, overlay { border-radius: 0; }