Skip to content

Commit

Permalink
chore(prettier): prettify css file
Browse files Browse the repository at this point in the history
  • Loading branch information
jtheoof committed Feb 21, 2021
1 parent 185575b commit a4429e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions res/style/swappy.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit a4429e8

Please sign in to comment.