background gradients refactoring
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
@import "./fonts/snap_it/snap_it.css";
|
||||
|
||||
body{
|
||||
// background-color: $back;
|
||||
background-color: $back;
|
||||
}
|
||||
|
||||
#app{
|
||||
@@ -38,8 +38,12 @@ body{
|
||||
|
||||
#map-backgrounds{
|
||||
.map-bg-canvas{
|
||||
mix-blend-mode: multiply;
|
||||
// filter: contrast(170%);
|
||||
&.gradient{
|
||||
// filter: blur(10px);
|
||||
}
|
||||
&.trame{
|
||||
mix-blend-mode: multiply;
|
||||
// display:none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user