cordis/client/webapp/styles/buttons.scss
2021-11-01 23:29:24 -05:00

15 lines
236 B
SCSS

@import "theme.scss";
/* Buttons */
.button {
background-color: $brand;
color: $header-primary;
border-radius: 4px;
padding: 8px 24px;
cursor: pointer;
&:hover {
background-color: $brand-hover;
}
}