You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
313 B
CSS

body {
background-color: #f47d05;
}
.v-icon {
fill: currentColor;
}
.v-btn__content .v-icon--left, .v-btn__content .v-icon--right {
width: 24px !important;
height: 24px !important;
}
/* FIX https://github.com/vuetifyjs/vuetify/issues/9130 */
.v-card__text, .v-card__title {
word-break: normal !important;
}