aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/assets/scss/global.scss
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/assets/scss/global.scss')
-rw-r--r--viewer/src/assets/scss/global.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/viewer/src/assets/scss/global.scss b/viewer/src/assets/scss/global.scss
index 1c1000c..4d6c707 100644
--- a/viewer/src/assets/scss/global.scss
+++ b/viewer/src/assets/scss/global.scss
@@ -59,6 +59,10 @@ button svg + span {
59 height: 100%; 59 height: 100%;
60} 60}
61 61
62.flex-grow-1 {
63 flex-grow: 1;
64}
65
62/** 66/**
63 * Class for containers that centers its content vertically and horizontally, 67 * Class for containers that centers its content vertically and horizontally,
64 * preferably sticking to the container start if the container is smaller than the content. 68 * preferably sticking to the container start if the container is smaller than the content.