Use ul instead of div and BEM naming

This commit is contained in:
Marvin Dalheimer
2019-08-13 08:44:40 +02:00
parent 270a135fca
commit 28dd0fadf9
3 changed files with 15 additions and 13 deletions

View File

@ -127,16 +127,19 @@
.language-selector {
position: relative;
list-style: none;
margin: 0;
.language-selector-actual {
&-current {
list-style-type: none;
display: flex;
flex-direction: row;
color: var(--accent);
cursor: pointer;
margin: 0;
}
.language-selector-more {
&__more {
@mixin menu;
top: 35px;
right: 0;