.bg { &-stone { background: $color-stone !important; } &-shadow { background: $color-shadow !important; } &-mist { background: $color-mist !important; &-border{ border:solid; border-color: $color-mist } } &-af { background: $color-autumn-foliage !important; } } .text { &-stone { color: $color-stone !important; } &-shadow { color: $color-shadow !important; } &-mist { color: $color-mist !important; } &-af { color: $color-autumn-foliage !important; } } .opacity{ &-opacity{ opacity:0.3 } }