improve language select button
This commit is contained in:
parent
875f085e30
commit
4ad04a9c70
1 changed files with 4 additions and 3 deletions
|
@ -125,9 +125,10 @@
|
|||
}
|
||||
#language-icon {
|
||||
text-decoration: none;
|
||||
padding-top: 1em;
|
||||
padding: 1em;
|
||||
margin: -1em;
|
||||
pointer-events: all;
|
||||
&::after {
|
||||
/*&::after {
|
||||
content: attr(data-page-lang);
|
||||
position: absolute;
|
||||
left: -4px;
|
||||
|
@ -135,7 +136,7 @@
|
|||
line-height: 1.5em;
|
||||
bottom: 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
#languages {
|
||||
background-color: var(--background);
|
||||
|
|
Loading…
Reference in a new issue