Merge branch 'master' into feature/111-unconfirmed_balances

This commit is contained in:
2019-05-01 19:56:43 +01:00
committed by GitHub
18 changed files with 213 additions and 96 deletions
+1 -16
View File
@@ -87,22 +87,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 {
@@ -111,6 +95,7 @@ button, input[type=submit] {
}
}
@import "buttons";
@import "components/topbar";
@import "components/loading-spinner";
@import "components/contributor-list";