mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-01-15 02:35:13 +00:00
36 lines
590 B
Sass
36 lines
590 B
Sass
.btn
|
|
margin: 0
|
|
padding: 0.5rem 1rem
|
|
|
|
width: auto
|
|
height: 2.5rem
|
|
|
|
position: relative
|
|
|
|
display: flex
|
|
justify-content: center
|
|
align-items: center
|
|
|
|
border: transparent 0 solid
|
|
border-radius: 2px
|
|
|
|
background: $black
|
|
color: $white !important
|
|
|
|
font-size: 1rem
|
|
font-weight: 500
|
|
line-height: 1
|
|
|
|
text-decoration: none
|
|
text-align: center
|
|
text-transform: uppercase
|
|
|
|
cursor: pointer
|
|
transition: all 0.2s ease-in-out
|
|
|
|
&:hover
|
|
background: $white
|
|
color: $black !important
|
|
|
|
&:focus
|
|
outline: none |