add angular18 boilerplate
This commit is contained in:
parent
ab962e27d3
commit
7cebea45d8
122 changed files with 15816 additions and 0 deletions
48
angular18/dist/easy-angular/assets/scss/project.scss
vendored
Normal file
48
angular18/dist/easy-angular/assets/scss/project.scss
vendored
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
// ----------------------------------------------------------------------------------------------
|
||||
// NOTE Browser style : Reset --------------------------------------------------------- Overwrite
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
// NOTE Project ---------------------------------------------------------------------------------
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Link
|
||||
|
||||
// NOTE Scrollbar
|
||||
|
||||
// NOTE Sortable table --------------------------------------------------------------------------
|
||||
|
||||
// NOTE Icons -----------------------------------------------------------------------------------
|
||||
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
// NOTE Bootstrap --------------------------------------------------------------------- Overwrite
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Pagination ------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Button ----------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Modal -----------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Toast -----------------------------------------------------------------------------------
|
||||
|
||||
.toast-header {
|
||||
background-color: transparent;
|
||||
}
|
||||
.toast-body {
|
||||
background-color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
// NOTE Nav -------------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Table -----------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Select ----------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Form ------------------------------------------------------------------------------------
|
||||
|
||||
// Checkbox
|
||||
|
||||
// Radio
|
||||
|
||||
// NOTE Sortable table --------------------------------------------------------------------------
|
||||
80
angular18/dist/easy-angular/assets/scss/styles.scss
vendored
Normal file
80
angular18/dist/easy-angular/assets/scss/styles.scss
vendored
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
// ----------------------------------------------------------------------------------------------
|
||||
// NOTE Variables -------------------------------------------------------------------------------
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
|
||||
@import 'variables.scss';
|
||||
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
// NOTE Bootstrap -------------------------------------------------------------------------------
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Complete bootstrap
|
||||
@import '../../../node_modules/bootstrap/scss/bootstrap.scss';
|
||||
|
||||
// NOTE Bootstrap configuration
|
||||
// @import '../../../node_modules/bootstrap/scss/functions';
|
||||
// @import '../../../node_modules/bootstrap/scss/variables';
|
||||
// @import '../../../node_modules/bootstrap/scss/mixins';
|
||||
|
||||
// // NOTE Merge maps
|
||||
// $theme-colors: map-merge($theme-colors, $custom-colors);
|
||||
|
||||
// @import '../../../node_modules/bootstrap/scss/utilities';
|
||||
|
||||
// // NOTE Bootstrap layout & components
|
||||
// @import '../../../node_modules/bootstrap/scss/root';
|
||||
// @import '../../../node_modules/bootstrap/scss/reboot';
|
||||
// @import '../../../node_modules/bootstrap/scss/type';
|
||||
// // @import '../../../node_modules/bootstrap/scss/images';
|
||||
// @import '../../../node_modules/bootstrap/scss/containers';
|
||||
// @import '../../../node_modules/bootstrap/scss/grid';
|
||||
// @import '../../../node_modules/bootstrap/scss/tables';
|
||||
// @import '../../../node_modules/bootstrap/scss/forms';
|
||||
// @import '../../../node_modules/bootstrap/scss/buttons';
|
||||
// @import '../../../node_modules/bootstrap/scss/transitions';
|
||||
// @import '../../../node_modules/bootstrap/scss/dropdown';
|
||||
// // @import '../../../node_modules/bootstrap/scss/button-group';
|
||||
// @import '../../../node_modules/bootstrap/scss/nav';
|
||||
// @import '../../../node_modules/bootstrap/scss/navbar';
|
||||
// @import '../../../node_modules/bootstrap/scss/card';
|
||||
// // @import '../../../node_modules/bootstrap/scss/accordion';
|
||||
// // @import '../../../node_modules/bootstrap/scss/breadcrumb';
|
||||
// // @import '../../../node_modules/bootstrap/scss/pagination';
|
||||
// @import '../../../node_modules/bootstrap/scss/badge';
|
||||
// // @import '../../../node_modules/bootstrap/scss/alert';
|
||||
// // @import '../../../node_modules/bootstrap/scss/progress';
|
||||
// // @import '../../../node_modules/bootstrap/scss/list-group';
|
||||
// // @import '../../../node_modules/bootstrap/scss/close';
|
||||
// @import '../../../node_modules/bootstrap/scss/toasts';
|
||||
// @import '../../../node_modules/bootstrap/scss/modal';
|
||||
// @import '../../../node_modules/bootstrap/scss/tooltip';
|
||||
// @import '../../../node_modules/bootstrap/scss/popover';
|
||||
// // @import '../../../node_modules/bootstrap/scss/carousel';
|
||||
// @import '../../../node_modules/bootstrap/scss/spinners';
|
||||
// // @import '../../../node_modules/bootstrap/scss/offcanvas';
|
||||
|
||||
// // NOTE Boostrap helpers
|
||||
// @import '../../../node_modules/bootstrap/scss/helpers';
|
||||
|
||||
// // NOTE Boostrap utilities
|
||||
// @import '../../../node_modules/bootstrap/scss/utilities/api';
|
||||
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
// NOTE External components ---------------------------------------------------------------------
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
|
||||
// $roboto-font-path: "../../../node_modules/roboto-fontface/fonts" !default;
|
||||
// @import "../../../node_modules/roboto-fontface/css/roboto/sass/roboto-fontface";
|
||||
// @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');
|
||||
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
// NOTE Project style ---------------------------------------------------------------------------
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
|
||||
@import 'project.scss';
|
||||
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
// NOTE Overwrite styles ------------------------------------------------------------------------
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
|
||||
// @import 'modules/_bootstrap.scss';
|
||||
66
angular18/dist/easy-angular/assets/scss/variables.scss
vendored
Normal file
66
angular18/dist/easy-angular/assets/scss/variables.scss
vendored
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
// ----------------------------------------------------------------------------------------------
|
||||
// SECTION Variables ----------------------------------------------------------------------------
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
// NOTE Project ---------------------------------------------------------------------------------
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Colors ----------------------------------------------------------------------------------
|
||||
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
// NOTE Bootstrap -------------------------------------------------------------------------------
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Utilities -------------------------------------------------------------------------------
|
||||
|
||||
$utilities: (
|
||||
"cursor": (
|
||||
property: cursor,
|
||||
class: cursor,
|
||||
responsive: false,
|
||||
values: pointer,
|
||||
)
|
||||
);
|
||||
|
||||
// NOTE Color system ----------------------------------------------------------------------------
|
||||
|
||||
// $primary: #375F9B;
|
||||
$secondary: #8492A6;
|
||||
$text-muted: #ACA7AA;
|
||||
$info: #375F9B; // #3C78DA;
|
||||
$danger: #D0021B;
|
||||
$success: #12a366;
|
||||
$min-contrast-ratio: 2.5;
|
||||
|
||||
// NOTE Body ------------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Grid ------------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Borders ---------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Typography -----------------------------------------------------------------------------
|
||||
|
||||
// NOTE Links -----------------------------------------------------------------------------------
|
||||
// NOTE Badges ----------------------------------------------------------------------------------
|
||||
// NOTE Buttons ---------------------------------------------------------------------------------
|
||||
|
||||
$btn-close-color: white;
|
||||
|
||||
// NOTE Navbar ----------------------------------------------------------------------------------
|
||||
// NOTE Navs ------------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Modal -----------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Dropdowns -------------------------------------------------------------------------------
|
||||
// NOTE Cards -----------------------------------------------------------------------------------
|
||||
|
||||
// NOTE List group ------------------------------------------------------------------------------
|
||||
// NOTE Pagination ------------------------------------------------------------------------------
|
||||
// NOTE Popovers --------------------------------------------------------------------------------
|
||||
// NOTE Typography ------------------------------------------------------------------------------
|
||||
// NOTE Forms -----------------------------------------------------------------------------------
|
||||
|
||||
// NOTE Tables ----------------------------------------------------------------------------------
|
||||
|
||||
// !SECTION Variables
|
||||
Loading…
Add table
Add a link
Reference in a new issue