Add filled button for events
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user