summaryrefslogtreecommitdiff
path: root/style/campus.less
diff options
context:
space:
mode:
authorBart Haak <b.haak@student.tue.nl>2015-04-08 10:56:39 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-04-08 10:56:39 +0200
commit06fd727d053ae88d3ef9568cc2bcd11c07467dff (patch)
treef499910bfeb756d1a2a956c371598d0033462972 /style/campus.less
parent9cc9029ae34b911ba15a26865a4f38939d201839 (diff)
downloadsite-06fd727d053ae88d3ef9568cc2bcd11c07467dff.tar.gz
Move GEWIS info, make campus border thicker
Diffstat (limited to 'style/campus.less')
-rw-r--r--style/campus.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/style/campus.less b/style/campus.less
index e93f4fa..a330595 100644
--- a/style/campus.less
+++ b/style/campus.less
@@ -6,13 +6,13 @@ body[data-page="campus"] #campus-map {
svg {
.building {
stroke: @color-campus-building-border;
- stroke-width: 3;
+ stroke-width: 6;
fill: @color-campus-building-fill;
- opacity: .3;
+ opacity: .5;
&:hover {
opacity: .7;
- stroke-width: 6;
+ stroke-width: 9;
}
}
}