prvi
This commit is contained in:
60
ZpcBulletinBoard/wwwroot/vendor/css/_theme/_common.scss
vendored
Normal file
60
ZpcBulletinBoard/wwwroot/vendor/css/_theme/_common.scss
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
// -------------------------------------------------------------------------------
|
||||
// Theme mixin
|
||||
|
||||
@mixin appwork-common-theme($background, $color: null) {
|
||||
@include text-emphasis-variant('.text-primary', $background);
|
||||
@include bg-variant('.bg-primary', $background);
|
||||
html:not([dir=rtl]) .border-primary, html[dir=rtl] .border-primary { border-color: $background !important; }
|
||||
@include appwork-badge-variant('.badge-primary', $background, $color);
|
||||
@include appwork-badge-outline-variant('.badge-outline-primary', $background);
|
||||
@include appwork-pagination-theme($background, $color);
|
||||
@include appwork-progress-bar-theme($background, $color);
|
||||
@include appwork-list-group-theme($background, $color);
|
||||
@include appwork-alert-variant('.alert-primary', $background);
|
||||
@include appwork-alert-dark-variant('.alert-dark-primary', $background, $color);
|
||||
@include appwork-tooltip-variant('.tooltip-primary, .tooltip-primary > .tooltip, .ngb-tooltip-primary + ngb-tooltip-window', $background, $color);
|
||||
@include appwork-popover-variant('.popover-primary, .popover-primary > .popover, .ngb-popover-primary + ngb-popover-window', $background, $color);
|
||||
@include appwork-table-row-variant('.table-primary', $background);
|
||||
@include appwork-button-variant('.btn-primary', $background, $color);
|
||||
@include appwork-button-outline-variant('.btn-outline-primary', $background, $color);
|
||||
@include appwork-dropdown-theme($background, $color);
|
||||
@include appwork-nav-theme($background, $color);
|
||||
@include appwork-custom-control-theme($background, $color);
|
||||
@include appwork-custom-file-input-theme($background);
|
||||
@include appwork-form-control-theme($background);
|
||||
@include appwork-switcher-theme($background, $color);
|
||||
@include appwork-navbar-variant('.navbar.bg-primary', $primary-color);
|
||||
@include appwork-sidenav-variant('.sidenav.bg-primary', $primary-color);
|
||||
@include appwork-footer-variant('.footer.bg-primary', $primary-color);
|
||||
@include appwork-toast-theme('.bg-primary', $primary-color, $color);
|
||||
.fill-primary { fill: $background }
|
||||
}
|
||||
|
||||
@mixin appwork-common-material-theme($background, $color: null) {
|
||||
@include text-emphasis-variant('.text-primary', $background);
|
||||
@include bg-variant('.bg-primary', $background);
|
||||
html:not([dir=rtl]) .border-primary, html[dir=rtl] .border-primary { border-color: $background !important; }
|
||||
@include appwork-badge-variant('.badge-primary', $background, $color);
|
||||
@include appwork-badge-outline-variant('.badge-outline-primary', $background);
|
||||
@include appwork-pagination-theme($background, $color);
|
||||
@include appwork-progress-bar-theme($background, $color);
|
||||
@include appwork-list-group-theme($background, $color);
|
||||
@include appwork-alert-variant('.alert-primary', $background);
|
||||
@include appwork-alert-dark-variant('.alert-dark-primary', $background, $color);
|
||||
@include appwork-tooltip-variant('.tooltip-primary, .tooltip-primary > .tooltip, .ngb-tooltip-primary + ngb-tooltip-window', $background, $color);
|
||||
@include appwork-popover-variant('.popover-primary, .popover-primary > .popover, .ngb-popover-primary + ngb-popover-window', $background, $color);
|
||||
@include appwork-table-row-variant('.table-primary', $background);
|
||||
@include appwork-material-button-variant('.btn-primary', $background, $color);
|
||||
@include appwork-material-button-outline-variant('.btn-outline-primary', $background, $color);
|
||||
@include appwork-material-dropdown-theme($background, $color);
|
||||
@include appwork-material-nav-theme($background, $color);
|
||||
@include appwork-material-custom-control-theme($background, $color);
|
||||
@include appwork-material-custom-file-input-theme($background);
|
||||
@include appwork-material-form-control-theme($background);
|
||||
@include appwork-material-switcher-theme($background);
|
||||
@include appwork-navbar-variant('.navbar.bg-primary', $primary-color);
|
||||
@include appwork-sidenav-variant('.sidenav.bg-primary', $primary-color);
|
||||
@include appwork-footer-variant('.footer.bg-primary', $primary-color);
|
||||
@include appwork-toast-theme('.bg-primary', $primary-color, $color);
|
||||
.fill-primary { fill: $background }
|
||||
}
|
||||
75
ZpcBulletinBoard/wwwroot/vendor/css/_theme/_libs.scss
vendored
Normal file
75
ZpcBulletinBoard/wwwroot/vendor/css/_theme/_libs.scss
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
// -------------------------------------------------------------------------------
|
||||
// Imports
|
||||
|
||||
@import "../../libs/bootstrap-slider/mixins";
|
||||
@import "../../libs/nouislider/mixins";
|
||||
@import "../../libs/select2/mixins";
|
||||
@import "../../libs/bootstrap-tagsinput/mixins";
|
||||
@import "../../libs/bootstrap-select/mixins";
|
||||
@import "../../libs/bootstrap-datepicker/mixins";
|
||||
@import "../../libs/flatpickr/mixins";
|
||||
@import "../../libs/bootstrap-daterangepicker/mixins";
|
||||
@import "../../libs/bootstrap-material-datetimepicker/mixins";
|
||||
@import "../../libs/timepicker/mixins";
|
||||
@import "../../libs/growl/mixins";
|
||||
@import "../../libs/bootstrap-markdown/mixins";
|
||||
@import "../../libs/quill/mixins";
|
||||
@import "../../libs/typeahead-js/mixins";
|
||||
@import "../../libs/dropzone/mixins";
|
||||
@import "../../libs/swiper/mixins";
|
||||
@import "../../libs/spinkit/mixins";
|
||||
@import "../../libs/smartwizard/mixins";
|
||||
@import "../../libs/plyr/mixins";
|
||||
@import "../../libs/fullcalendar/mixins";
|
||||
@import "../../libs/sweetalert2/mixins";
|
||||
|
||||
// -------------------------------------------------------------------------------
|
||||
// Theme mixin
|
||||
|
||||
@mixin appwork-libs-theme($background, $color: null) {
|
||||
@include bs-slider-theme($background);
|
||||
@include nouislider-theme($background);
|
||||
@include select2-theme($background, $color);
|
||||
@include bs-tagsinput-theme($background);
|
||||
@include bs-select-theme($background, $color);
|
||||
@include bs-datepicker-theme($background, $color);
|
||||
@include flatpickr-theme($background, $color);
|
||||
@include bs-daterangepicker-theme($background, $color);
|
||||
@include bs-material-datetimepicker-theme($background, $color);
|
||||
@include timepicker-theme($background, $color);
|
||||
@include growl-theme($background, $color);
|
||||
@include bs-markdown-theme($background);
|
||||
@include quill-theme($background);
|
||||
@include typeahead-theme($background, $color);
|
||||
@include dropzone-theme($background);
|
||||
@include swiper-theme($background);
|
||||
@include spinkit-theme($background);
|
||||
@include smartwizard-theme($background);
|
||||
@include plyr-theme($background, $color);
|
||||
@include fullcalendar-theme($background);
|
||||
@include sweetalert2-theme($background, $color);
|
||||
}
|
||||
|
||||
@mixin appwork-libs-material-theme($background, $color: null) {
|
||||
@include material-bs-slider-theme($background);
|
||||
@include material-nouislider-theme($background);
|
||||
@include material-select2-theme($background, $color);
|
||||
@include material-bs-tagsinput-theme($background);
|
||||
@include bs-select-theme($background, $color);
|
||||
@include bs-datepicker-theme($background, $color);
|
||||
@include flatpickr-theme($background, $color);
|
||||
@include bs-daterangepicker-theme($background, $color);
|
||||
@include bs-material-datetimepicker-theme($background, $color);
|
||||
@include timepicker-theme($background, $color);
|
||||
@include growl-theme($background, $color);
|
||||
@include bs-markdown-theme($background);
|
||||
@include quill-theme($background);
|
||||
@include typeahead-theme($background, $color);
|
||||
@include dropzone-theme($background);
|
||||
@include swiper-theme($background);
|
||||
@include spinkit-theme($background);
|
||||
@include smartwizard-theme($background);
|
||||
@include plyr-theme($background, $color);
|
||||
@include fullcalendar-theme($background);
|
||||
@include sweetalert2-theme($background, $color);
|
||||
}
|
||||
5
ZpcBulletinBoard/wwwroot/vendor/css/_theme/_uikit.scss
vendored
Normal file
5
ZpcBulletinBoard/wwwroot/vendor/css/_theme/_uikit.scss
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
@mixin appwork-uikit-theme($background) {
|
||||
.ui-product-color.active {
|
||||
box-shadow: 0 0 0 2px #fff, 0 0 0 4px $background !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user