8 lines
86 B
SCSS
8 lines
86 B
SCSS
.bg {
|
|
position: relative;
|
|
}
|
|
|
|
.bg--primary-100 {
|
|
background-color: $primary-100;
|
|
}
|