Improved and cleanup CSS and language selectors

This commit is contained in:
djmaze 2021-08-27 16:30:42 +02:00
parent f192902827
commit 45662b39b0
8 changed files with 14 additions and 133 deletions

View file

@ -82,7 +82,6 @@
.input-block-level {
font-size: 18px;
height: 40px;
line-height: 20px;
padding-left: 12px;
}
.inputIcon {
@ -90,20 +89,15 @@
}
input, .btn {
border: 1px solid none;
background: none !important;
text-shadow: none;
box-shadow: none;
border: 1px solid @glass-m-color;
color: @glass-color;
border-color: @glass-m-color;
}
input {
&:placeholder {
color: @glass-color;
text-shadow: none;
}
&:focus, &:hover {
@ -158,10 +152,6 @@
opacity: 0;
}
.flag-selector {
margin-bottom: 0;
}
.language-buttons {
margin-top: 5px;
}