Add filled button for events

This commit is contained in:
Aarni Halinen
2018-11-17 19:52:31 +02:00
parent 93f209a908
commit 0d49154665
4 changed files with 54 additions and 19 deletions
+9
View File
@@ -17,6 +17,15 @@
border: 1px solid $white;
}
&.filled {
justify-content: center;
background-color: $blue;
color: $white;
font-weight: 800;
letter-spacing: 1.5px;
border: none;
}
&:hover {
cursor: pointer;
}