mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
12 lines
222 B
SCSS
12 lines
222 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;
|
|
}
|