@import "colors.less"; body[data-page="campus"] #campus-map { /* NOTE: you cannot use all CSS properties here on SVG elements. * Things like border-radius and box-shadow do not work here. */ svg { .building { stroke: @color-campus-building-border; stroke-width: 6; fill: @color-campus-building-fill; opacity: .5; &:hover { opacity: .7; stroke-width: 9; } } } } /* vim: set sw=4 et ts=4: */