mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-23 01:21:40 +00:00
closes #1090 closes #1030 Also fixes various styling issues and overflow issues for mobile support
25 lines
522 B
SCSS
25 lines
522 B
SCSS
@import "@fontsource/prompt";
|
|
|
|
$default-font: "Prompt", sans-serif !default;
|
|
$body-font-family: $default-font;
|
|
$heading-font-family: $default-font;
|
|
|
|
.v-application {
|
|
font-family: $default-font !important;
|
|
}
|
|
|
|
.v-row-group__header {
|
|
background: #005281 !important;
|
|
}
|
|
.theme--dark.v-data-table
|
|
> .v-data-table__wrapper
|
|
> table
|
|
> tbody
|
|
> tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
|
|
background: #005281 !important;
|
|
}
|
|
|
|
.v-card__title {
|
|
word-break: break-word !important;
|
|
}
|