Your IP : 3.139.87.151


Current Path : /proc/self/root/home/lentoinv/covisclubinternational.com/build/scss/
Upload File :
Current File : //proc/self/root/home/lentoinv/covisclubinternational.com/build/scss/_elevation.scss

//
// Component: Elevation
//

.elevation-0 {
  box-shadow: none !important;
}

// Background colors (colors)
@each $name, $value in $elevations {
  .elevation-#{$name} {
    box-shadow: $value !important;
  }
}

?>