Update c3woc layout f00
This commit is contained in:
parent
95dcfb6938
commit
d483244c4a
3 changed files with 13 additions and 4 deletions
|
@ -44,6 +44,14 @@ input[type="button"],
|
||||||
height: auto;
|
height: auto;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.smallfit {
|
||||||
|
margin: 0 0 (_size(element-margin) * 0.5) 0;
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
&.small {
|
&.small {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
@ -90,7 +98,7 @@ input[type="button"],
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.waffel-available {
|
&.space-opened {
|
||||||
background-color: LimeGreen !important;
|
background-color: LimeGreen !important;
|
||||||
|
|
||||||
&.navbar {
|
&.navbar {
|
||||||
|
@ -99,7 +107,7 @@ input[type="button"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-waffles {
|
.space-closed {
|
||||||
color: #d23128ff;
|
color: #d23128ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
source_dir = assets/scss/
|
source_dir = assets/scss/
|
||||||
output_dir = assets/css/
|
output_dir = assets/css/
|
||||||
output_style = compressed
|
output_style = compressed
|
||||||
|
name_prefix = .min
|
||||||
|
|
|
@ -27,9 +27,9 @@
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<header id="header">
|
<header id="header">
|
||||||
<h1 id="logo">
|
<h1 id="logo">
|
||||||
{#
|
|
||||||
{% include "partials/spacestate.html" -%}
|
{% include "partials/spacestate.html" -%}
|
||||||
#}
|
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue