lostplaces-frontend/components/01_Atoms/button/_button.scss
2020-08-01 10:27:23 +02:00

17 lines
262 B
SCSS

.LP-Button{
background-color: $-light-brown;
color: $-grey;
border: none;
padding: 8px 14px;
border-radius: 2px;
font-weight: bold;
&:active{
background-color: $-wine-red;
color:$-almost-white;
}
&--cancel{
background-color: $-almost-white;
}
}