swappy/res/style/swappy.css

30 lines
477 B
CSS
Raw Permalink Normal View History

2019-12-16 09:21:27 +03:00
.drawing .text-button {
font-family: "FontAwesome 5 Free Solid", "FontAwesome";
2019-12-27 02:24:21 +03:00
padding: 4px;
}
.drawing .text-button radio,
.color-box .text-button radio {
padding: 0;
}
.color-box button {
2021-02-21 01:57:20 +03:00
padding: 6px 10px;
2019-12-16 09:21:27 +03:00
}
.color-box image {
2021-02-21 01:57:20 +03:00
border-radius: 50px;
}
.color-box .color-red image {
2021-02-21 01:57:20 +03:00
background-color: rgb(255, 0, 0);
}
.color-box .color-green image {
2021-02-21 01:57:20 +03:00
background-color: rgb(0, 255, 0);
}
.color-box .color-blue image {
2021-02-21 01:57:20 +03:00
background-color: rgb(0, 0, 255);
}