From 3f736cd3db63f106eac02f220477b4a0f3b0eceb Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 31 Aug 2017 17:59:51 +0200 Subject: Implement room creation --- src/index.sass | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/index.sass') diff --git a/src/index.sass b/src/index.sass index 18d14843..4b36d4e9 100644 --- a/src/index.sass +++ b/src/index.sass @@ -1,3 +1,5 @@ +@import ./style-globals/_mixins.sass + html, body, #root margin: 0 padding: 0 @@ -17,5 +19,8 @@ html, body, #root .text-page-container padding-top: 80px +.btn + +clickable + a, a:hover text-decoration: none -- cgit v1.2.3