lostplaces-frontend/components/01_Atoms/button/_button.scss
2020-07-31 22:22:17 +02:00

13 lines
256 B
SCSS

.LP-Button{
background-color: $-secondary-accent-color;
color: $-secondary-color;
border: none;
padding: 8px 14px;
border-radius: 2px;
font-weight: bold;
&:active {
background-color: $-primary-accent-color;
color: $-secondary-accent-color;
}
}