improve c3woc sass
This commit is contained in:
parent
e76c0412e9
commit
c1ac9ffa99
2 changed files with 11 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
||||||
Landed by HTML5 UP
|
Landed by HTML5 UP
|
||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
Modified by Toolbox Bodensee e.V.
|
Modified by C3WOC
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@include skel-breakpoints((
|
@include skel-breakpoints((
|
||||||
|
|
|
@ -45,6 +45,14 @@ input[type="button"],
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue