initial checkin with timed order ui

This commit is contained in:
Tim Olson
2023-08-27 21:01:17 -04:00
commit 986a876f86
39 changed files with 2592 additions and 0 deletions

26
src/styles/style.scss Normal file
View File

@@ -0,0 +1,26 @@
@use "/src/styles/vars" as v;
//.app {
// .v-btn {
// font-family: v.$heading-font-family;
// text-transform: none;
// }
//
// .v-card-title {
// font-family: v.$heading-font-family;
// color: v.$blue;
// }
//
// .title {
// font-family: v.$heading-font-family;
// }
//
// .v-list-subheader {
// font-family: v.$heading-font-family;
// }
//}
.sc {
font-family: v.$heading-font-family;
}