chore(prettier): prettify css file

This commit is contained in:
Jeremy Attali 2021-02-20 17:57:20 -05:00
parent 185575bf75
commit a4429e8b7b

View File

@ -9,21 +9,21 @@
}
.color-box button {
padding: 6px 10px;
padding: 6px 10px;
}
.color-box image {
border-radius: 50px;
border-radius: 50px;
}
.color-box .color-red image {
background-color: rgb(255, 0, 0);
background-color: rgb(255, 0, 0);
}
.color-box .color-green image {
background-color: rgb(0, 255, 0);
background-color: rgb(0, 255, 0);
}
.color-box .color-blue image {
background-color: rgb(0, 0, 255);
background-color: rgb(0, 0, 255);
}