Restyled based on Eartharoid's suggestions.

Used Google translate for languages other than English.
This commit is contained in:
MrOnosa
2020-10-10 18:39:15 -05:00
parent 32fe3a664c
commit 443c53e294
7 changed files with 16 additions and 13 deletions

View File

@@ -61,12 +61,8 @@
.add {
@extend %settingsButton;
padding: 5px;
width: 25px;
background-color: map-get($button-colours, "other");
border: 2px solid map-get($button-colours, "other");
text-align: center;
vertical-align: sub;
&:hover {
color: map-get($button-colours, "other");
@@ -77,15 +73,17 @@
.remove {
@extend %settingsButton;
border-radius: 4px;
padding: 5px;
width: 25px;
background-color: map-get($button-colours, "reset");
border: 2px solid map-get($button-colours, "reset");
background-color: map-get($modal, "background");
border: 2px solid map-get($modal, "background");
color: map-get($modal, "text");
text-align: center;
vertical-align: sub;
&:hover {
color: map-get($button-colours, "reset");
color: map-get($button-colours, "background");
border: 2px solid map-get($button-colours, "reset");
background: none;
}