Other behavior for sidebar links
This commit is contained in:
parent
6f3fb3850f
commit
93341886d6
@ -10,10 +10,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.LP-Menu__Item {
|
.LP-Menu__Item {
|
||||||
padding: 15px 0;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
|
.LP-Link{
|
||||||
|
display: block;
|
||||||
|
padding: 15px 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.LP-Link__Text {
|
.LP-Link__Text {
|
||||||
@ -39,6 +43,11 @@
|
|||||||
&:last-child{
|
&:last-child{
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.LP-Link:hover{
|
||||||
|
background-color: $-almost-white;
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -46,14 +55,15 @@
|
|||||||
|
|
||||||
@media(max-width: $-viewport-medium){
|
@media(max-width: $-viewport-medium){
|
||||||
.LP-Menu{
|
.LP-Menu{
|
||||||
|
&:not(&--sidebar){
|
||||||
|
.LP-Menu__List{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: flex-start;
|
||||||
|
|
||||||
.LP-Menu__List{
|
.LP-Menu__Item{
|
||||||
display: flex;
|
flex: 1 1 auto;
|
||||||
flex-direction: row;
|
}
|
||||||
justify-content: flex-start;
|
|
||||||
|
|
||||||
.LP-Menu__Item{
|
|
||||||
flex: 1 1 auto;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -239,10 +239,12 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0; }
|
margin: 0; }
|
||||||
.LP-Menu .LP-Menu__Item {
|
.LP-Menu .LP-Menu__Item {
|
||||||
padding: 15px 0;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
|
.LP-Menu .LP-Menu__Item .LP-Link {
|
||||||
|
display: block;
|
||||||
|
padding: 15px 0; }
|
||||||
.LP-Menu .LP-Link__Text {
|
.LP-Menu .LP-Link__Text {
|
||||||
color: #565656;
|
color: #565656;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -260,13 +262,15 @@
|
|||||||
margin-bottom: 10px; }
|
margin-bottom: 10px; }
|
||||||
.LP-Menu--sidebar .LP-Menu__List .LP-Menu__Item:last-child {
|
.LP-Menu--sidebar .LP-Menu__List .LP-Menu__Item:last-child {
|
||||||
margin-bottom: 0; }
|
margin-bottom: 0; }
|
||||||
|
.LP-Menu--sidebar .LP-Menu__List .LP-Menu__Item .LP-Link:hover {
|
||||||
|
background-color: #f9f9f9; }
|
||||||
|
|
||||||
@media (max-width: 750px) {
|
@media (max-width: 750px) {
|
||||||
.LP-Menu .LP-Menu__List {
|
.LP-Menu:not(.LP-Menu--sidebar) .LP-Menu__List {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-start; }
|
justify-content: flex-start; }
|
||||||
.LP-Menu .LP-Menu__List .LP-Menu__Item {
|
.LP-Menu:not(.LP-Menu--sidebar) .LP-Menu__List .LP-Menu__Item {
|
||||||
flex: 1 1 auto; } }
|
flex: 1 1 auto; } }
|
||||||
|
|
||||||
@media (max-width: 450px) {
|
@media (max-width: 450px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user