diff --git a/assets/scss/parts/_button.scss b/assets/scss/parts/_button.scss index e12b78e..05470b1 100644 --- a/assets/scss/parts/_button.scss +++ b/assets/scss/parts/_button.scss @@ -44,6 +44,14 @@ input[type="button"], height: auto; white-space: normal; } + + &.smallfit { + margin: 0 0 (_size(element-margin) * 0.5) 0; + max-width: 100%; + height: auto; + white-space: normal; + } + &.small { font-size: 0.8em; @@ -90,7 +98,7 @@ input[type="button"], opacity: 0.25; } - &.waffel-available { + &.space-opened { background-color: LimeGreen !important; &.navbar { @@ -99,7 +107,7 @@ input[type="button"], } } -.no-waffles { +.space-closed { color: #d23128ff; } diff --git a/configs/scss.ini b/configs/scss.ini index 0243b6f..d37bfb6 100644 --- a/configs/scss.ini +++ b/configs/scss.ini @@ -1,3 +1,4 @@ source_dir = assets/scss/ output_dir = assets/css/ output_style = compressed +name_prefix = .min diff --git a/templates/layout.html b/templates/layout.html index 6819262..c2fa302 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -27,9 +27,9 @@