refactor(app): styles cleanup; minor code improvements

This commit is contained in:
2025-12-18 00:39:17 +01:00
parent cb6ea1edb2
commit 5d32145f13
7 changed files with 93 additions and 99 deletions
+21 -1
View File
@@ -89,7 +89,8 @@ select {
font-size: 1em;
}
input, select {
input,
select {
background: none;
color: white;
font-size: 1em;
@@ -358,3 +359,22 @@ a.a-button {
background-color: #aaa;
margin: 0.5em 0;
}
.g-checkbox {
position: relative;
display: inline-block;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
display: flex;
justify-content: center;
align-items: center;
input {
position: absolute;
width: 1px;
height: 1px;
}
}
-6
View File
@@ -39,9 +39,3 @@
color: #aefff8;
}
}
.icon-heart {
-webkit-mask: url(images/icon-heart.svg) no-repeat center;
mask: url(images/icon-heart.svg) no-repeat center;
mask-size: 1em;
}
+1 -5
View File
@@ -61,8 +61,4 @@
top: 50%;
transform: translateY(-50%);
padding-right: 0.5em;
}
select.search-input {
}
}