* Fixed button.color padding.
parent
93602e545a
commit
b29c83f1d3
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue