2018-09-28 19:20:15 +00:00
|
|
|
@import 'variables';
|
|
|
|
|
|
|
|
[hidden] {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2018-10-31 09:38:41 +00:00
|
|
|
*,
|
2018-11-17 17:01:19 +00:00
|
|
|
*::after,
|
|
|
|
*::before {
|
|
|
|
// box-sizing: inherit;
|
2018-10-19 18:36:16 +00:00
|
|
|
}
|
|
|
|
|
2018-09-28 19:20:15 +00:00
|
|
|
html {
|
2018-11-16 10:33:39 +00:00
|
|
|
//box-sizing: border-box;
|
2018-09-28 19:20:15 +00:00
|
|
|
font-family: Open Sans, sans-serif;
|
|
|
|
font-size: 13px;
|
2019-01-03 15:53:00 +00:00
|
|
|
background-color: $color-anti-flash-white;
|
2019-01-09 14:14:01 +00:00
|
|
|
color: $color-text-base;
|
2018-09-28 19:20:15 +00:00
|
|
|
}
|
2019-02-13 11:34:29 +00:00
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0 auto;
|
|
|
|
overflow-wrap: break-word;
|
2018-11-16 10:33:39 +00:00
|
|
|
// height: 100%;
|
|
|
|
// display:flex;
|
|
|
|
// flex-direction: column;
|
2019-02-13 11:34:29 +00:00
|
|
|
}
|
2018-10-05 09:37:48 +00:00
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2019-01-03 15:53:00 +00:00
|
|
|
color: $color-dark-lava;
|
2018-10-05 09:37:48 +00:00
|
|
|
font-weight: 600;
|
2018-10-18 18:06:43 +00:00
|
|
|
padding: 0;
|
2018-12-19 19:10:36 +00:00
|
|
|
/*margin: 0.67em 0;*/
|
2018-11-17 17:01:19 +00:00
|
|
|
|
2018-10-05 09:37:48 +00:00
|
|
|
span {
|
|
|
|
font-weight: 400;
|
|
|
|
padding-left: 0.5em;
|
2018-11-17 17:01:19 +00:00
|
|
|
|
2018-10-05 09:37:48 +00:00
|
|
|
&:before {
|
|
|
|
content: '// ';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2018-10-31 09:38:41 +00:00
|
|
|
font-size: 1.24em;
|
2018-10-05 09:37:48 +00:00
|
|
|
}
|
2018-11-17 17:01:19 +00:00
|
|
|
|
2018-12-12 11:20:32 +00:00
|
|
|
h2 { font-size: 20px;
|
2018-10-05 09:37:48 +00:00
|
|
|
}
|
2018-11-17 17:01:19 +00:00
|
|
|
|
2018-10-05 09:37:48 +00:00
|
|
|
h3 {
|
2018-12-13 16:25:10 +00:00
|
|
|
font-size: 16px;
|
2018-10-31 09:38:41 +00:00
|
|
|
}
|
2018-11-17 17:01:19 +00:00
|
|
|
|
2018-10-31 09:38:41 +00:00
|
|
|
h4 {
|
|
|
|
font-size: 0.68em;
|
2018-10-05 09:37:48 +00:00
|
|
|
}
|
|
|
|
|
2019-01-09 14:14:01 +00:00
|
|
|
h5 {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
2018-10-05 09:37:48 +00:00
|
|
|
.debug {
|
|
|
|
outline: 2px dotted red;
|
|
|
|
}
|
|
|
|
|
2019-02-18 16:16:33 +00:00
|
|
|
button {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
text-decoration: none;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
2019-01-09 14:14:01 +00:00
|
|
|
#job-offers,
|
|
|
|
#members {
|
|
|
|
@extend %content-padding;
|
|
|
|
}
|
|
|
|
|
2018-10-31 09:38:41 +00:00
|
|
|
.frame {
|
|
|
|
@extend %frame;
|
2019-01-09 14:14:01 +00:00
|
|
|
padding: 3em;
|
2018-10-31 09:38:41 +00:00
|
|
|
}
|
2018-09-28 19:20:15 +00:00
|
|
|
|
2018-12-06 18:47:32 +00:00
|
|
|
.menu-notification {
|
|
|
|
//flex-basis: 3em;
|
2018-12-06 18:50:33 +00:00
|
|
|
align-items: center;
|
2018-12-06 18:47:32 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2018-12-06 18:50:33 +00:00
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
2018-12-06 18:47:32 +00:00
|
|
|
justify-content: center;
|
2018-12-06 18:50:33 +00:00
|
|
|
width: 2em;
|
2018-12-06 18:47:32 +00:00
|
|
|
|
|
|
|
> div {
|
2018-12-06 18:50:33 +00:00
|
|
|
align-items: center;
|
2019-01-03 15:53:00 +00:00
|
|
|
background-color: $color-mustard;
|
2018-12-06 18:50:33 +00:00
|
|
|
border-radius: 100%;
|
2019-01-03 15:53:00 +00:00
|
|
|
color: $color-dark-lava;
|
2018-12-06 18:47:32 +00:00
|
|
|
display: flex;
|
2018-12-06 18:50:33 +00:00
|
|
|
font-size: 12px;
|
|
|
|
height: 1.7em;
|
2018-12-06 18:47:32 +00:00
|
|
|
justify-content: center;
|
|
|
|
width: 1.7em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-11-17 17:01:19 +00:00
|
|
|
.layer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
display: flex;
|
2018-11-16 10:33:39 +00:00
|
|
|
flex-direction: column;
|
|
|
|
align-items: stretch;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
2019-01-25 14:47:14 +00:00
|
|
|
#content {
|
2018-09-28 19:20:15 +00:00
|
|
|
display: flex;
|
2019-02-13 11:34:29 +00:00
|
|
|
overflow: hidden;
|
2018-09-28 19:20:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#mainContainer {
|
2018-11-16 10:33:39 +00:00
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 1;
|
|
|
|
overflow-y: auto;
|
2018-09-28 19:20:15 +00:00
|
|
|
}
|
|
|
|
|
2018-10-08 08:49:31 +00:00
|
|
|
.limiter {
|
2018-10-05 09:37:48 +00:00
|
|
|
display: block;
|
|
|
|
max-width: 650px;
|
2018-09-29 00:22:00 +00:00
|
|
|
}
|
2018-10-05 09:37:48 +00:00
|
|
|
/* sub menu (right menu) */
|
2018-11-21 02:06:38 +00:00
|
|
|
#mainContainer {
|
2018-10-05 09:37:48 +00:00
|
|
|
display: flex;
|
2018-11-21 02:06:38 +00:00
|
|
|
> div {
|
|
|
|
flex-grow: 1;
|
2018-11-20 15:28:00 +00:00
|
|
|
display: flex;
|
2018-11-21 02:06:38 +00:00
|
|
|
flex-direction: row-reverse;
|
|
|
|
align-items: stretch;
|
2019-01-25 14:47:14 +00:00
|
|
|
overflow-x: hidden;
|
2018-11-17 17:01:19 +00:00
|
|
|
|
2018-11-21 02:06:38 +00:00
|
|
|
> div {
|
|
|
|
//display: flex;
|
|
|
|
//margin: 2.6em;
|
2019-01-09 14:14:01 +00:00
|
|
|
//padding:2.6em;
|
2018-11-21 02:06:38 +00:00
|
|
|
//flex: 1 1 0;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
2018-09-29 00:22:00 +00:00
|
|
|
}
|
|
|
|
}
|
2018-10-05 09:37:48 +00:00
|
|
|
|
|
|
|
#search-bar > div {
|
|
|
|
position: relative;
|
2018-09-29 00:22:00 +00:00
|
|
|
}
|
2018-10-05 09:37:48 +00:00
|
|
|
|
|
|
|
#search-icon {
|
2019-01-03 15:53:00 +00:00
|
|
|
-webkit-text-stroke: 1px $color-bombay;
|
|
|
|
color: $color-bombay;
|
2018-10-05 09:37:48 +00:00
|
|
|
pointer-events: none;
|
2018-09-29 00:22:00 +00:00
|
|
|
}
|
|
|
|
|
2018-11-17 17:01:19 +00:00
|
|
|
#close-search-icon,
|
|
|
|
#search-icon {
|
2018-10-05 09:37:48 +00:00
|
|
|
position: absolute;
|
2018-12-06 11:39:59 +00:00
|
|
|
right: 0.8em;
|
2018-10-05 09:37:48 +00:00
|
|
|
top: 50%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
margin: auto;
|
|
|
|
display: block;
|
2018-12-06 11:39:59 +00:00
|
|
|
font-size: 1.2em;
|
2018-10-05 09:37:48 +00:00
|
|
|
}
|
2018-11-17 17:01:19 +00:00
|
|
|
|
2018-10-05 09:37:48 +00:00
|
|
|
#search-input {
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
border-radius: 10em;
|
|
|
|
padding: 0.4em 0.8em;
|
2019-01-03 15:53:00 +00:00
|
|
|
border: 1px solid $color-bombay;
|
2018-12-06 11:31:33 +00:00
|
|
|
height: 2.8rem;
|
|
|
|
width: 22rem;
|
2018-11-17 17:01:19 +00:00
|
|
|
|
2018-10-05 09:37:48 +00:00
|
|
|
& ~ #close-search-icon {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2018-11-17 17:01:19 +00:00
|
|
|
|
2018-10-05 09:37:48 +00:00
|
|
|
&:focus {
|
|
|
|
& ~ #close-search-icon {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2018-11-17 17:01:19 +00:00
|
|
|
|
2018-10-05 09:37:48 +00:00
|
|
|
& ~ #search-icon {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-10-08 08:49:31 +00:00
|
|
|
sib-route,
|
2019-01-23 13:20:42 +00:00
|
|
|
sib-trigger,
|
|
|
|
sib-link {
|
2018-10-08 08:49:31 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2019-01-23 13:20:42 +00:00
|
|
|
sib-link.back {
|
2019-02-13 18:34:41 +00:00
|
|
|
color: $color-purple-dark;
|
2018-10-05 09:37:48 +00:00
|
|
|
display: block;
|
2019-02-13 18:34:41 +00:00
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: right;
|
|
|
|
@include icon('arrow-left-circle');
|
2018-10-05 09:37:48 +00:00
|
|
|
}
|
2018-11-17 17:01:19 +00:00
|
|
|
|
|
|
|
.containerH {
|
|
|
|
display: flex;
|
2018-11-19 18:45:42 +00:00
|
|
|
flex-wrap: wrap;
|
2018-11-17 17:01:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
2018-11-19 18:45:42 +00:00
|
|
|
|
2018-11-21 02:06:38 +00:00
|
|
|
.reverse {
|
2018-11-19 18:45:42 +00:00
|
|
|
flex-direction: row-reverse;
|
|
|
|
}
|
2018-11-21 02:06:38 +00:00
|
|
|
|
2019-01-25 14:47:14 +00:00
|
|
|
#project-views-container {
|
|
|
|
flex: 1 0 0;
|
2018-11-21 02:06:38 +00:00
|
|
|
overflow-y: auto;
|
|
|
|
}
|
2018-11-21 14:47:18 +00:00
|
|
|
|
|
|
|
.grid-layer{
|
|
|
|
display: grid;
|
2018-12-09 18:56:56 +00:00
|
|
|
font-size: 16px;
|
2018-12-09 14:42:12 +00:00
|
|
|
grid-template-columns: [start]auto[middle]25%[end];
|
2018-12-09 18:56:56 +00:00
|
|
|
grid-template-rows: [start]13em[middle]auto[end];
|
2018-11-21 14:47:18 +00:00
|
|
|
}
|
2018-12-11 12:42:53 +00:00
|
|
|
.grid-layer-main {
|
2018-11-21 14:47:18 +00:00
|
|
|
grid-column-start: start;
|
|
|
|
grid-column-end: end;
|
|
|
|
grid-row-start: start;
|
|
|
|
grid-row-end: end;
|
|
|
|
}
|
2018-12-11 12:42:53 +00:00
|
|
|
.grid-layer-links {
|
2018-11-21 14:47:18 +00:00
|
|
|
grid-column-start: middle;
|
|
|
|
grid-column-end: end;
|
|
|
|
grid-row-start: start;
|
|
|
|
grid-row-end: middle;
|
|
|
|
}
|
2018-12-21 10:10:13 +00:00
|
|
|
|
|
|
|
|
2018-12-21 15:54:56 +00:00
|
|
|
/*sib-display-lookuplist[name$="skills"] {
|
|
|
|
display: flex;
|
|
|
|
}*/
|
|
|
|
|
|
|
|
sib-display-lookuplist {
|
2018-12-21 10:10:13 +00:00
|
|
|
display: flex;
|
2018-12-21 15:54:56 +00:00
|
|
|
|
|
|
|
ul {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
li[name*='skills'] {
|
2019-02-13 18:34:41 +00:00
|
|
|
@extend %skill;
|
2018-12-21 15:54:56 +00:00
|
|
|
}
|
2018-12-21 10:10:13 +00:00
|
|
|
}
|
2019-01-09 14:14:01 +00:00
|
|
|
|
|
|
|
div[name*='groups'],
|
|
|
|
li[name*='groups'] {
|
|
|
|
border: 1px solid $color-mikado-yellow;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: $color-rolling-stone;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: 400;
|
|
|
|
margin-left: 1em;
|
|
|
|
padding: calc(16px - 1em) 0.7em;
|
|
|
|
}
|