123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .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
- }
- }
|