mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
11 lines
195 B
SCSS
11 lines
195 B
SCSS
@import "colors";
|
|
|
|
.view-details {
|
|
background-color: #01788E;
|
|
font-family: 'Bitter', sans-serif;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
color: $white;
|
|
padding: 8px 16px;
|
|
border: 0px;
|
|
}
|