mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 15:38:21 -07:00
9 lines
111 B
SCSS
9 lines
111 B
SCSS
@import 'colors';
|
|
|
|
.border-radius-8 {
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.border-gray-2 {
|
|
border: 1px solid $gray-2;
|
|
}
|