feat(landing): buttons
This commit is contained in:
parent
4dfa2b3633
commit
9f4db699bc
3 changed files with 45 additions and 7 deletions
|
|
@ -32,3 +32,22 @@
|
|||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.button.button-light {
|
||||
background-color: transparent;
|
||||
border-color: $accent;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
color: $accent;
|
||||
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
background-color: $accent;
|
||||
}
|
||||
}
|
||||
|
||||
.button.button-sm {
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue