fix(landing): various style corrections and add credit
This commit is contained in:
parent
1e09fe04f4
commit
d98bb13411
9 changed files with 142 additions and 82 deletions
|
|
@ -24,15 +24,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
.button-border {
|
||||
.button.button-border {
|
||||
border: 1px solid $accent-dark;
|
||||
}
|
||||
|
||||
.button.button-transparent {
|
||||
background-color: transparent;
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
color: white;
|
||||
border: 1px solid white;
|
||||
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
opacity: 0.5;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue