Reorganize frontend folder structure.

This commit is contained in:
Buster Neece 2023-09-24 02:50:18 -05:00
parent aa0ca7f6da
commit 6b282f20f1
No known key found for this signature in database
488 changed files with 104 additions and 104 deletions

View File

@ -6,7 +6,7 @@
"*"
],
"~/*": [
"vue/*"
"src/*"
]
}
}

View File

@ -1,95 +0,0 @@
@font-face {
font-family: 'Roboto';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Light';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff') format('woff');
}
@font-face {
font-family: 'Roboto';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff') format('woff');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Roboto-LightItalic';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff') format('woff');
}
@font-face {
font-family: 'Roboto';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Regular';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff') format('woff');
}
@font-face {
font-family: 'Roboto';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Roboto-RegularItalic';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff') format('woff');
}
@font-face {
font-family: 'Roboto';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Medium';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff') format('woff');
}
@font-face {
font-family: 'Roboto';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Roboto-MediumItalic';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff') format('woff');
}
@font-face {
font-family: 'Roboto';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Bold';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff') format('woff');
}
@font-face {
font-family: 'Roboto';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff') format('woff');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'Roboto-BoldItalic';
src: url('../node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff2') format('woff2'), url('../node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff') format('woff');
}

Some files were not shown because too many files have changed in this diff Show More