fix: add welcome modal close button css back

This commit is contained in:
David Ralph
2021-04-19 18:42:29 +01:00
committed by GitHub
parent 9113193d0f
commit 98d6ef115c

View File

@@ -37,6 +37,19 @@
}
}
.close {
@extend %settingsButton;
padding: 10px 50px 10px 50px;
background-color: map-get($button-colours, 'other');
border: 2px solid map-get($button-colours, 'other');
&:hover {
color: map-get($button-colours, 'other');
border: 2px solid map-get($button-colours, 'other');
}
}
.export,
.uploadbg,
.import {