From 24f2d1ca1f762d0cc634b650cc68591e9b46a9fe Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Tue, 20 Mar 2018 14:46:51 +0100 Subject: Add basic styling to room finder --- src/client/style/index.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/client/style/index.scss') diff --git a/src/client/style/index.scss b/src/client/style/index.scss index b74420c..5e31141 100644 --- a/src/client/style/index.scss +++ b/src/client/style/index.scss @@ -27,6 +27,10 @@ body { margin: 0; } +.grow { + flex-grow: 1; +} + @import "page-index"; @import "page-user"; @@ -34,3 +38,4 @@ body { @import "component-help-box"; @import "component-week-selector"; @import "component-loading"; +@import "component-room-finder"; -- cgit v1.1