From a1d95b3685cffb6a9344d0d1e5505dd391193f16 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 15 Sep 2017 12:53:26 +0200 Subject: Implement experiment list and add --- src/index.sass | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/index.sass') diff --git a/src/index.sass b/src/index.sass index 54a426f9..09be977d 100644 --- a/src/index.sass +++ b/src/index.sass @@ -18,6 +18,16 @@ html, body, #root .text-page-container padding-top: 80px + display: flex + flex-flow: column + +.vertically-expanding-container + flex: 1 1 auto + overflow-y: auto + +.bottom-btn-container + flex: 0 1 auto + padding: 20px 0 .btn, .list-group-item-action +clickable -- cgit v1.2.3