mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
9 lines
117 B
SCSS
9 lines
117 B
SCSS
/* @import 'colors'; */
|
|
|
|
.border-radius-8 {
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.border-gray-2 {
|
|
border: 1px solid $gray-2;
|
|
}
|