Search CSS

This commit is contained in:
Magnus Åhall 2023-07-20 10:07:47 +02:00
parent 54a0ee4f29
commit 48252de9f3
3 changed files with 129 additions and 21 deletions

View file

@ -56,6 +56,14 @@ button {
border: 2px solid #000;
box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.5);
z-index: 1025;
width: min-content;
.section {
padding: 16px 16px 0px 16px;
font-weight: bold;
white-space: nowrap;
color: @accent_3;
}
.item {
padding: 16px;
@ -154,7 +162,7 @@ button {
header {
display: grid;
grid-area: header;
grid-template-columns: min-content 1fr repeat(3, min-content);
grid-template-columns: min-content 1fr repeat(4, min-content);
align-items: center;
padding: 8px 0px;
color: darken(@accent_1, 35%);
@ -181,17 +189,7 @@ header {
font-size: 1.25em;
}
.add {
padding-right: 16px;
cursor: pointer;
img {
cursor: pointer;
height: 24px;
}
}
.keys {
.search, .add, .keys {
padding-right: 16px;
img {