Haare schön

This commit is contained in:
2017-02-05 17:15:01 +08:00
parent d171d0c741
commit aaa1102563
4 changed files with 30 additions and 18 deletions
+16
View File
@@ -67,6 +67,22 @@ 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: lightblue;
border-radius: 3px;
font-weight: 500;
text-transform: uppercase;
cursor: pointer;
letter-spacing: 0.1em;
&:hover {
background-color: rgba(22, 21, 40, 0.8);
}
}
@import "components/loading-spinner";
@import "components/contributor-list";
@import "components/add-contributor";