diff options
Diffstat (limited to 'src/index.sass')
| -rw-r--r-- | src/index.sass | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
