Fixed header controls style

This commit is contained in:
kvakazyambra 2023-05-06 19:40:43 +03:00
parent de61fa09bc
commit f7232cadb1

View File

@ -428,6 +428,7 @@
display: flex;
height: 2.4em;
justify-content: center;
margin-left: 0.5em;
position: relative;
transition: margin-left 0.3s;
width: 2.4em;
@ -484,11 +485,8 @@
width: 100%;
}
}
.icon {
display: inline-flex;
align-items: center;
justify-content: center;
.icon {
img {
height: 20px;
width: auto;
@ -508,7 +506,20 @@
}
.userControlItemVerbose {
margin-right: 0.5em;
margin-left: 0.5em;
&:global(.loginbtn) {
.icon {
height: 2.4rem;
width: 2.4rem;
}
img {
max-width: none;
height: 2.4rem;
width: 2.4rem;
}
}
@include media-breakpoint-up(lg) {
margin-right: 0;
@ -519,8 +530,7 @@
}
.textLabel {
// padding: 0 1.2rem;
padding: 0 1.2rem;
display: inline;
position: relative;
z-index: 1;
@ -531,4 +541,10 @@
a::before {
border-radius: 1.2em !important;
}
a:hover {
.icon {
filter: invert(0);
}
}
}