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;
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
source_dir = assets/scss/
|
||||
output_dir = assets/css/
|
||||
output_style = compressed
|
||||
name_prefix = .min
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
<!-- Header -->
|
||||
<header id="header">
|
||||
<h1 id="logo">
|
||||
{#
|
||||
|
||||
{% include "partials/spacestate.html" -%}
|
||||
#}
|
||||
|
||||
</h1>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue