Fixed style of header controls

This commit is contained in:
kvakazyambra 2022-10-31 22:05:26 +03:00
parent 39c3ca3ef0
commit 569240bdce
2 changed files with 4 additions and 0 deletions

View File

@ -407,6 +407,9 @@
.button,
a {
border: none;
height: auto;
margin: 0;
padding: 0;
&:hover {
background: none;

View File

@ -1,4 +1,5 @@
.icon {
line-height: 1;
position: relative;
}