mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 00:24:03 +00:00
feat(miniapp): improve billing settings controls
This commit is contained in:
@@ -858,6 +858,11 @@ button {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.settings-field input[aria-invalid='true'] {
|
||||
border-color: rgb(247 115 115 / 0.45);
|
||||
background: rgb(247 115 115 / 0.08);
|
||||
}
|
||||
|
||||
.settings-field select {
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
@@ -967,6 +972,21 @@ button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.timezone-suggestions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.timezone-chip {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.timezone-chip--active {
|
||||
border-color: rgb(247 179 137 / 0.44);
|
||||
background: rgb(247 179 137 / 0.18);
|
||||
}
|
||||
|
||||
.testing-card {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user