Removed dash.

Changed "Remove gradient" button styles.
This commit is contained in:
MrOnosa
2020-10-10 17:36:52 -05:00
parent 3c5c7e71f1
commit 32fe3a664c
3 changed files with 30 additions and 8 deletions

View File

@@ -59,8 +59,7 @@
}
}
.add,
.remove {
.add {
@extend %settingsButton;
padding: 5px;
width: 25px;
@@ -76,6 +75,22 @@
}
}
.remove {
@extend %settingsButton;
padding: 5px;
width: 25px;
background-color: map-get($button-colours, "reset");
border: 2px solid map-get($button-colours, "reset");
text-align: center;
vertical-align: sub;
&:hover {
color: map-get($button-colours, "reset");
border: 2px solid map-get($button-colours, "reset");
background: none;
}
}
.export,
.uploadbg,
.import {