feat: animation landing page + style button + uniform ul header and footer
This commit is contained in:
parent
a63ce4c28c
commit
b2e075a2cf
11 changed files with 94 additions and 42 deletions
|
|
@ -1,10 +1,26 @@
|
|||
.button {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
background-color: $accent;
|
||||
color: white;
|
||||
padding: 1rem 2rem;
|
||||
padding: 1rem 2.5rem;
|
||||
font-weight: lighter;
|
||||
text-transform: uppercase;
|
||||
user-select: none;
|
||||
min-width: 10rem;
|
||||
font-size: 1.2rem;
|
||||
border: 0;
|
||||
border-radius: 2px;
|
||||
|
||||
transition: all 0.2s ease-in-out;
|
||||
|
||||
border: 1px solid transparent;
|
||||
&:hover {
|
||||
opacity: 0.8;
|
||||
background-color: lighten($accent, 14%);
|
||||
color: black;
|
||||
border: 1px solid rgba(0.5, 0.5, 0.5, 0.3);
|
||||
border-style: inset;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue