From d483244c4aa140ef23b420ab29895f396d7c2f5e Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 2 Dec 2019 01:22:46 +0100 Subject: [PATCH] Update c3woc layout f00 --- assets/scss/parts/_button.scss | 12 ++++++++++-- configs/scss.ini | 1 + templates/layout.html | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) 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 @@