Merge branch 'master' of mowoe.com:reverend/lostplaces-frontend

This commit is contained in:
2020-08-04 23:41:19 +02:00
2 changed files with 25 additions and 11 deletions

View File

@@ -10,10 +10,14 @@
}
.LP-Menu__Item {
padding: 15px 0;
margin: 0;
text-align: center;
background-color: transparent;
.LP-Link{
display: block;
padding: 15px 0;
}
}
.LP-Link__Text {
@@ -39,6 +43,11 @@
&:last-child{
margin-bottom: 0;
}
.LP-Link:hover{
background-color: $-almost-white;
}
}
}
}
@@ -46,14 +55,15 @@
@media(max-width: $-viewport-medium){
.LP-Menu{
&:not(&--sidebar){
.LP-Menu__List{
display: flex;
flex-direction: row;
justify-content: flex-start;
.LP-Menu__List{
display: flex;
flex-direction: row;
justify-content: flex-start;
.LP-Menu__Item{
flex: 1 1 auto;
.LP-Menu__Item{
flex: 1 1 auto;
}
}
}
}