Dialogs and Vuetify styling changes
This commit is contained in:
parent
2ba0d57aa8
commit
a97211afdf
45 changed files with 320 additions and 346 deletions
|
|
@ -22,6 +22,15 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.v-input.no-underline {
|
||||
.v-field__outline {
|
||||
/* Remove text underline */
|
||||
color: transparent !important;
|
||||
min-height: 20px;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.home {
|
||||
.v-card {
|
||||
background-color: white;
|
||||
|
|
@ -312,7 +321,20 @@ body {
|
|||
font-family: "Inter", sans-serif;
|
||||
font-weight: 300;
|
||||
font-size: 18 * $chat-text-size;
|
||||
.v-input__slot {
|
||||
|
||||
.v-field__overlay {
|
||||
display: none;
|
||||
}
|
||||
.v-field__input {
|
||||
padding: 0;
|
||||
min-height: 32px;
|
||||
mask-image: none;
|
||||
-webkit-mask-image: none;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-weight: 300;
|
||||
font-size: 18 * $chat-text-size;
|
||||
}
|
||||
.v-field__outline {
|
||||
/* Remove text underline */
|
||||
color: transparent !important;
|
||||
min-height: 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue