2019-05-14 15:32:42 +00:00
|
|
|
#main__menu {
|
2019-05-13 16:50:34 +00:00
|
|
|
background-color: $color-233-18-29;
|
|
|
|
color: $color-0-0-100;
|
2019-02-04 08:48:39 +00:00
|
|
|
display: block;
|
|
|
|
overflow: auto;
|
2019-05-13 16:50:34 +00:00
|
|
|
flex: 0 0 16em;
|
2019-02-04 08:48:39 +00:00
|
|
|
transition: flex-basis 0.5s ease-in-out;
|
2019-01-25 14:47:14 +00:00
|
|
|
|
|
|
|
&.open {
|
|
|
|
transform: translateX(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
sib-router {
|
|
|
|
|
|
|
|
.menu-wrapper {
|
|
|
|
&.is-closed {
|
|
|
|
.sub-menu {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.menu-chevron {
|
|
|
|
transform: rotate(180deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu {
|
2019-02-04 08:48:39 +00:00
|
|
|
cursor: pointer;
|
2019-01-25 14:47:14 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
font-weight: bold;
|
2019-02-04 08:48:39 +00:00
|
|
|
padding: 1.6rem;
|
2019-01-25 14:47:14 +00:00
|
|
|
|
|
|
|
&[active] {
|
2019-05-13 16:50:34 +00:00
|
|
|
background-color: $color-46-100-67;
|
|
|
|
color: $color-233-18-29;
|
2019-01-25 14:47:14 +00:00
|
|
|
|
|
|
|
.menu-icon:before {
|
2019-05-13 16:50:34 +00:00
|
|
|
background-color: $color-233-18-29;
|
|
|
|
color: $color-0-0-100;
|
2019-01-25 14:47:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-notification > sib-display > div:first-child {
|
2019-05-13 16:50:34 +00:00
|
|
|
background-color: $color-233-18-29;
|
|
|
|
color: $color-46-100-67;
|
2019-01-25 14:47:14 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-icon {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
2019-02-04 08:48:39 +00:00
|
|
|
justify-content: center;
|
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
font-size: 1.7rem;
|
|
|
|
width: 3.2em;
|
2019-01-25 14:47:14 +00:00
|
|
|
|
|
|
|
&:before {
|
2019-02-04 08:48:39 +00:00
|
|
|
border-radius: 100%;
|
2019-01-25 14:47:14 +00:00
|
|
|
height: 1.9em;
|
|
|
|
line-height: 1.9em;
|
2019-02-04 08:48:39 +00:00
|
|
|
width: 1.9em;
|
2019-01-25 14:47:14 +00:00
|
|
|
}
|
|
|
|
}
|
2019-02-04 08:48:39 +00:00
|
|
|
|
|
|
|
.menu-label {
|
2019-01-25 14:47:14 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-grow: 1;
|
2019-02-04 08:48:39 +00:00
|
|
|
flex-shrink: 0;
|
|
|
|
font-weight: 600;
|
2019-01-25 14:47:14 +00:00
|
|
|
justify-content: center;
|
2019-02-04 08:48:39 +00:00
|
|
|
letter-spacing: 0.017rem;
|
2019-01-25 14:47:14 +00:00
|
|
|
text-transform: uppercase;
|
2019-02-04 08:48:39 +00:00
|
|
|
width: 8em;
|
2019-01-25 14:47:14 +00:00
|
|
|
}
|
2019-02-04 08:48:39 +00:00
|
|
|
|
|
|
|
.menu-chevron {
|
|
|
|
align-items: center;
|
2019-05-13 16:50:34 +00:00
|
|
|
color: $color-244-10-70;
|
2019-02-04 08:48:39 +00:00
|
|
|
display: flex;
|
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
justify-content: center;
|
|
|
|
width: 2em;
|
2019-01-25 14:47:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
> sib-display {
|
|
|
|
display: block;
|
2019-02-04 08:48:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sub-menu {
|
|
|
|
padding-left: 2.88rem;
|
|
|
|
|
|
|
|
div {
|
2019-05-13 16:50:34 +00:00
|
|
|
color: $color-244-10-70;
|
2019-02-04 08:48:39 +00:00
|
|
|
cursor: pointer;
|
|
|
|
padding-bottom: 1.12rem;
|
2019-01-25 14:47:14 +00:00
|
|
|
|
2019-02-04 08:48:39 +00:00
|
|
|
div[name='project'] {
|
|
|
|
display: flex;
|
2019-04-22 14:13:24 +00:00
|
|
|
|
|
|
|
sib-display-value {
|
|
|
|
display: block;
|
|
|
|
}
|
2019-01-25 14:47:14 +00:00
|
|
|
|
2019-02-04 08:48:39 +00:00
|
|
|
sib-display-div[name='dash'] {
|
|
|
|
margin: 0 0.4em;
|
2019-01-25 14:47:14 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-06-05 08:50:33 +00:00
|
|
|
|
|
|
|
&.menu-notification {
|
|
|
|
> sib-display > div > sib-display > div {
|
|
|
|
display: flex;
|
|
|
|
sib-display-div {
|
|
|
|
flex: 3;
|
|
|
|
}
|
|
|
|
hd-counter {
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
margin-right: 1em;
|
|
|
|
div:not(:empty) {
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
background-color: var(--sib-notifications-theme, gray);
|
|
|
|
border-radius: 50%;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
padding-bottom: 0;
|
|
|
|
color: $color-216-4-22;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-02-04 08:48:39 +00:00
|
|
|
|
|
|
|
.divider {
|
|
|
|
height: 1px;
|
2019-05-13 16:50:34 +00:00
|
|
|
background-color: $color-213-13-86;
|
2019-02-04 08:48:39 +00:00
|
|
|
}
|
2019-01-25 14:47:14 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|