sqm-dashboards/app/assets/stylesheets/buttons.scss
2021-10-25 15:54:29 -04:00

12 lines
216 B
SCSS

@import "colors";
.view-details {
background-color: $blue;
font-family: 'Bitter', sans-serif;
font-weight: 600;
font-size: 14px;
color: $white;
padding: 8px 16px;
border: 0;
text-decoration: none;
}