@import 'variables'; [hidden] { display: none !important; } *, *::after, *::before { // box-sizing: inherit; } :root { font-size: 62.5%; font-family: Open Sans, sans-serif; body { //box-sizing: border-box; background-color: $color-anti-flash-white; color: $color-text-base; font-size: 1.6rem; margin: 0 auto; overflow-wrap: break-word; } } h1, h2, h3, h4, h5, h6 { color: $color-dark-lava; font-weight: 600; padding: 0; /*margin: 0.67em 0;*/ span { font-weight: 400; padding-left: 0.85rem; &:before { content: '// '; } } } h1 { font-size: 2.1rem; } h2 { font-size: 2rem; } h3 { font-size: 1.6rem; } h4 { font-size: 1.2rem; } h5 { font-size: 2rem; } .debug { outline: 2px dotted red; } button { background: none; border: none; cursor: pointer; margin: 0; padding: 0; text-decoration: none; -webkit-appearance: none; } #job-offers, #members { @extend %content-padding; } .frame { @extend %frame; padding: 5rem; } .layer { position: absolute; bottom: 0; top: 0; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; overflow-x: hidden; } #content { display: flex; overflow: hidden; } #mainContainer { flex-grow: 1; flex-shrink: 1; overflow-y: auto; } .limiter { display: block; max-width: 650px; } /* sub menu (right menu) */ #mainContainer { display: flex; > div { flex-grow: 1; display: flex; flex-direction: row-reverse; align-items: stretch; overflow-x: hidden; > div { //display: flex; //margin: 2.6em; //padding:2.6em; //flex: 1 1 0; flex-grow: 1; } } } sib-route, sib-trigger, sib-link { cursor: pointer; } sib-link.back { color: $color-purple-dark; display: block; font-size: 2rem; font-weight: bold; text-align: right; @include icon('arrow-left-circle'); } .containerH { display: flex; flex-wrap: wrap; } .containerV { display: flex; flex-direction: column; align-items: stretch; } .grow { flex-grow: 1; flex-shrink: 1; } .fix { flex-grow: 0; flex-shrink: 0; } .containerCenter { justify-content: center; align-items: center; } .reverse { flex-direction: row-reverse; } #project-views-container { flex: 1 0 0; overflow-y: auto; } .grid-layer{ display: grid; font-size: 16px; grid-template-columns: [start]auto[middle]25%[end]; grid-template-rows: [start]13em[middle]auto[end]; } .grid-layer-main { grid-column-start: start; grid-column-end: end; grid-row-start: start; grid-row-end: end; } .grid-layer-links { grid-column-start: middle; grid-column-end: end; grid-row-start: start; grid-row-end: middle; } /*sib-display-lookuplist[name$="skills"] { display: flex; }*/ sib-display-lookuplist { display: flex; ul { display: flex; flex-wrap: wrap; list-style: none; padding: 0; } li[name*='skills'] { @extend %skill; } } div[name*='groups'], li[name*='groups'] { border: 1px solid $color-mikado-yellow; border-radius: 3px; color: $color-rolling-stone; font-size: 1.3rem; font-weight: 400; margin-left: 1.7rem; padding: calc(16px - 1em) 0.7em; &:first-of-type { margin-left: 0; } }