Spaces:
Running
Running
Update style/defaults/style.css
Browse files- style/defaults/style.css +4 -4
style/defaults/style.css
CHANGED
|
@@ -186,8 +186,8 @@ progress::-moz-progress-bar {
|
|
| 186 |
}
|
| 187 |
@media (max-width: 600px) {
|
| 188 |
.widget-button, .color-menu-btn {
|
| 189 |
-
width:
|
| 190 |
-
height:
|
| 191 |
font-size: 12px;
|
| 192 |
border-radius: 6px;
|
| 193 |
}
|
|
@@ -247,8 +247,8 @@ progress::-moz-progress-bar {
|
|
| 247 |
|
| 248 |
@media (max-width: 600px) {
|
| 249 |
.color-swatch-btn {
|
| 250 |
-
width:
|
| 251 |
-
height:
|
| 252 |
border-radius: 3px;
|
| 253 |
}
|
| 254 |
}
|
|
|
|
| 186 |
}
|
| 187 |
@media (max-width: 600px) {
|
| 188 |
.widget-button, .color-menu-btn {
|
| 189 |
+
width: 30px;
|
| 190 |
+
height: 30px;
|
| 191 |
font-size: 12px;
|
| 192 |
border-radius: 6px;
|
| 193 |
}
|
|
|
|
| 247 |
|
| 248 |
@media (max-width: 600px) {
|
| 249 |
.color-swatch-btn {
|
| 250 |
+
width: 20px;
|
| 251 |
+
height: 20px;
|
| 252 |
border-radius: 3px;
|
| 253 |
}
|
| 254 |
}
|