_theme.scss 695 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .bg {
  2. &-stone {
  3. background: $color-stone !important;
  4. }
  5. &-shadow {
  6. background: $color-shadow !important;
  7. }
  8. &-mist {
  9. background: $color-mist !important;
  10. &-border{
  11. border:solid;
  12. border-color: $color-mist
  13. }
  14. }
  15. &-af {
  16. background: $color-autumn-foliage !important;
  17. }
  18. }
  19. .text {
  20. &-stone {
  21. color: $color-stone !important;
  22. }
  23. &-shadow {
  24. color: $color-shadow !important;
  25. }
  26. &-mist {
  27. color: $color-mist !important;
  28. }
  29. &-af {
  30. color: $color-autumn-foliage !important;
  31. }
  32. }
  33. .opacity{
  34. &-opacity{
  35. opacity:0.3
  36. }
  37. }