Refactor and add new button styles

This commit is contained in:
2019-04-28 14:39:50 +01:00
parent f25c74c7e9
commit c6a37f7e94
4 changed files with 41 additions and 34 deletions
+1 -16
View File
@@ -90,22 +90,6 @@ section {
}
}
button, input[type=submit] {
display: inline-block;
border: 1px solid rgba(22, 21, 40, 1);
background-color: rgba(22, 21, 40, 0.6);
color: $primary-color;
border-radius: 3px;
font-weight: 500;
text-transform: uppercase;
cursor: pointer;
letter-spacing: 0.1em;
&:hover {
background-color: rgba(22, 21, 40, 0.8);
}
}
@media (min-width: 550px) {
section {
h2 {
@@ -114,6 +98,7 @@ button, input[type=submit] {
}
}
@import "buttons";
@import "components/topbar";
@import "components/loading-spinner";
@import "components/contributor-list";