ui : templating and config update
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
#navbar {
|
||||
//transform: translateX(-120%);
|
||||
transition: flex-basis 0.5s ease-in-out;
|
||||
flex-basis: 0px;
|
||||
flex-basis: 0;
|
||||
//position: absolute;
|
||||
//top: auto;
|
||||
//display: none;
|
||||
@ -40,6 +40,13 @@ sib-router {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.sub-menu {
|
||||
padding-left: 2em;
|
||||
div{
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.menu {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
@ -61,7 +68,8 @@ sib-router {
|
||||
color: $color-yellow-light;
|
||||
// transform: perspective(1000px) translateZ(1px) scale(0.8);
|
||||
}
|
||||
.menu-notification>div{
|
||||
|
||||
.menu-notification > div {
|
||||
background-color: $color-purple-dark;
|
||||
color: $color-yellow-light;
|
||||
}
|
||||
@ -69,7 +77,7 @@ sib-router {
|
||||
|
||||
.menu-icon {
|
||||
//flex-basis: 2em;
|
||||
width :4em;
|
||||
width: 4em;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
justify-content: center;
|
||||
@ -77,7 +85,6 @@ sib-router {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
|
||||
&:before {
|
||||
width: 1.9em;
|
||||
height: 1.9em;
|
||||
@ -110,8 +117,9 @@ sib-router {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
>div{
|
||||
color : $color-black;
|
||||
|
||||
> div {
|
||||
color: $color-black;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user