style/buildings.mss@b0eb3af2f9ee
style/buildings.mss
Mon, 14 Sep 2020 22:55:45 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Mon, 14 Sep 2020 22:55:45 +0300
- changeset 0
- b0eb3af2f9ee
- permissions
- -rw-r--r--
restore .hg...
@building-color: #bbbab4;
#buildings
{
polygon-fill: @building-color;
line-width: 0.5;
line-color: darken(@building-color, 20%);
[building = 'construction'] {
line-dasharray: 4,4;
}
}