Initial commit

This commit is contained in:
Lizandro Guarnizo
2025-02-06 14:22:29 -05:00
commit 6d8f1bcd6f
452 changed files with 250835 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
.fade-enter-active,
.fade-leave-active {
transition-duration: 0.2s;
transition-property: opacity;
transition-timing-function: ease;
}
.fade-enter,
.fade-leave-active {
opacity: 0;
}
.sidebar {
overflow-y: scroll; /* Add the ability to scroll */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.sidebar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.sidebar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
/*# sourceMappingURL=app.css.map*/
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"css/app.css","mappings":"AAAA;;EAEE;EACA;EACA;AACF;;AAEA;;EAEE;AACF;;AAEA;EACE;AACF;;AAEA;;AACA;EACE;AACF;;AAEA;;AACA;EACE;EACA;AACF,C","sources":["webpack://vue-boilerplate/./resources/src/sass/app.scss"],"sourcesContent":[".fade-enter-active,\n.fade-leave-active {\n transition-duration: 0.2s;\n transition-property: opacity;\n transition-timing-function: ease;\n}\n\n.fade-enter,\n.fade-leave-active {\n opacity: 0;\n}\n\n.sidebar {\n overflow-y: scroll; /* Add the ability to scroll */\n}\n\n/* Hide scrollbar for Chrome, Safari and Opera */\n.sidebar::-webkit-scrollbar {\n display: none;\n}\n\n/* Hide scrollbar for IE, Edge and Firefox */\n.sidebar {\n -ms-overflow-style: none; /* IE and Edge */\n scrollbar-width: none; /* Firefox */\n}\n"],"names":[],"sourceRoot":""}
+39
View File
@@ -0,0 +1,39 @@
body {
background-image: url("../img/pattern.svg");
}
.string {
color: green;
}
.number {
color: darkorange;
}
.boolean {
color: blue;
}
.null {
color: magenta;
}
.key {
color: red;
}
.hero_button {
background-color: #0a165c !important;
color: #fff !important;
transition: all 0.5s ease;
}
.hero_button:hover {
background-color: #6074ed !important;
}
.container {
width: 70%;
}
/*# sourceMappingURL=landing.css.map*/
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"css/landing.css","mappings":"AAAA;EACE;AACF;;AAEA;EACE;AACF;;AAEA;EACE;AACF;;AAEA;EACE;AACF;;AAEA;EACE;AACF;;AAEA;EACE;AACF;;AAEA;EACE;EACA;EACA;AACF;;AAEA;EACE;AACF;;AAEA;EACE;AACF,C","sources":["webpack://vue-boilerplate/./resources/src/sass/landing.scss"],"sourcesContent":["body {\n background-image: url(\"../img/pattern.svg\");\n}\n\n.string {\n color: green;\n}\n\n.number {\n color: darkorange;\n}\n\n.boolean {\n color: blue;\n}\n\n.null {\n color: magenta;\n}\n\n.key {\n color: red;\n}\n\n.hero_button {\n background-color: #0a165c !important;\n color: #fff !important;\n transition: all .5s ease\n}\n\n.hero_button:hover {\n background-color: #6074edff !important\n}\n\n.container {\n width: 70%;\n}\n"],"names":[],"sourceRoot":""}
+182076
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long