Merge 0729

This commit is contained in:
dev
2025-08-07 18:54:14 +09:00
parent 6db0ff96c0
commit c9bc9d3186
3 changed files with 8 additions and 3 deletions

View File

@ -50,6 +50,7 @@
}
}
.v-input__custom {
.v-input__slot {
@ -149,6 +150,11 @@
.v-input {
margin-top: 0 !important;
padding-top: 0 !important;
&.v-text-field--outlined {
fieldset {
top: -4px
}
}
}
.v-input__append-inner {
@ -442,7 +448,7 @@ input[type="checkbox"] {
transform: none;
&.mdi:before {
font-size: 16px;
font-size: 20px;
}
@if $theme ==dark {