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
|
||||
html5up.net | @ajlkn
|
||||
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((
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue