More style adjustments

This commit is contained in:
2026-02-04 21:19:35 +01:00
parent 07123261f4
commit b64a33d833
4 changed files with 15 additions and 10 deletions

View File

@@ -41,7 +41,6 @@
background-position: center;
background-repeat: no-repeat;
background-color: #f6b24f;
cursor: pointer;
border: none;
width: 100%;
display: block;
@@ -83,14 +82,22 @@
text-overflow: ellipsis;
}
.chip {
background: #c5dff1;
background: #f1dfc5;
color: #2c1c0d;
padding: 4px 8px;
padding: 2px 8px;
border-radius: 999px;
font-size: 12px;
min-width: 30px;
height: 30px;
border: 1px solid transparent;
}
button .chip {
cursor: pointer;
}
.chip.icon {
padding: 2px;
width: 30px;
font-size: 18px;
}
.chip.danger-chip {
background: #e0564f;
border: 1px solid #c54740;