aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_structure.less
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_structure.less')
-rw-r--r--assets/css/_structure.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/css/_structure.less b/assets/css/_structure.less
index 71eea0f..970425d 100644
--- a/assets/css/_structure.less
+++ b/assets/css/_structure.less
@@ -22,6 +22,9 @@ body {
}
-.overview {
+body.overview {
@import "_overview.less";
}
+body.room {
+ @import "_room.less";
+}