nav/header adjustments #21
@ -255,6 +255,13 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
||||||
|
.NavMainBottomInsideLinks {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
grid-gap: 10px;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
.NavMainBottomInsideLink {
|
.NavMainBottomInsideLink {
|
||||||
transition: ease 0.4s;
|
transition: ease 0.4s;
|
||||||
text-decoration: unset;
|
text-decoration: unset;
|
||||||
@ -278,4 +285,46 @@
|
|||||||
justify-content: start;
|
justify-content: start;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.NavMainBottomInsideOther {
|
||||||
|
display: flex;
|
||||||
|
lex-direction: row;
|
||||||
|
grid-gap: 10px;
|
||||||
|
height: 100%;
|
||||||
|
justify-content: end;
|
||||||
|
|
||||||
|
.NavMainBottomInsideOtherLink {
|
||||||
|
transition: ease 0.4s;
|
||||||
|
width: 35px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
height: 35px;
|
||||||
|
color: white;
|
||||||
|
opacity: 0.65;
|
||||||
|
border-radius: 5px;
|
||||||
|
background: rgba(255,255,255,0);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
transition: ease 0.4s;
|
||||||
|
color: white;
|
||||||
|
opacity: 0.85;
|
||||||
|
background: rgba(255,255,255,0.1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.NavMainBottomInsideOtherLeft {
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.NavMainBottomInsideOtherRight {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user