old-website/static/css/buttons.sass
2023-02-05 14:19:21 +00:00

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