Less opacity for default values #73

This commit is contained in:
Lukas Martinelli
2017-01-15 17:10:38 +01:00
parent 16bedcf5b1
commit 8f6006c19f
2 changed files with 9 additions and 6 deletions

View File

@@ -129,3 +129,8 @@
background-color: $color-gray;
}
}
// PROPERTY
.maputnik-default-property {
opacity: 0.4;
}