mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-19 14:03:52 -04:00
8 lines
110 B
SCSS
8 lines
110 B
SCSS
.column-one-quarter {
|
|
@include grid-column(1/4);
|
|
}
|
|
|
|
.column-three-quarters {
|
|
@include grid-column(3/4);
|
|
}
|