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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -171,3 +171,9 @@ img {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.end-action-container {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue