Init(Core): Change repo

This commit is contained in:
2026-04-24 15:29:37 +03:30
commit ededb41a3a
1499 changed files with 199187 additions and 0 deletions

View File

@@ -0,0 +1,80 @@
//
// apexcharts.scss
//
.apex-charts {
min-height: 10px !important;
text {
font-family: $font-family-base !important;
fill: $gray-500;
}
.apexcharts-canvas {
margin: 0 auto;
}
}
.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
font-family: $font-family-base !important;
}
.apexcharts-legend-series {
font-weight: $font-weight-medium;
}
.apexcharts-gridline {
pointer-events: none;
stroke: $apex-grid-color;
}
.apexcharts-legend-text {
color: $gray-600 !important;
font-family: $font-family-base !important;
font-size: 13px !important;
}
.apexcharts-pie-label {
fill: $white !important;
}
.apexcharts-yaxis,
.apexcharts-xaxis {
text {
font-family: $font-family-base !important;
fill: $gray-500;
}
}
.apexcharts-canvas {
direction: ltr;
}
.apexcharts-legend,
.apexcharts-tooltip {
direction: rtl;
}
.apexcharts-legend-series {
line-height: 1.85 !important;
}
.apexcharts-legend-marker {
margin-right: 0 !important;
margin-left: 4px;
margin-top: 2px;
vertical-align: middle;
}
.apexcharts-tooltip-marker {
margin-right: 0 !important;
margin-left: 10px;
margin-top: 2px;
vertical-align: middle;
}
.apexcharts-menu-item {
direction: rtl;
font-size: 13px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}

View File

@@ -0,0 +1,80 @@
//
// calendar.scss
//
.fc-toolbar {
h2 {
font-size: 16px;
line-height: 30px;
text-transform: uppercase;
}
.fc-center {
direction: rtl;
}
}
.fc {
th.fc-widget-header {
background: $gray-200;
font-size: 13px;
line-height: 20px;
padding: 10px 0;
text-transform: uppercase;
font-weight: $font-weight-semibold;
}
}
.fc-unthemed{
.fc-content,
.fc-divider,
.fc-list-heading td,
.fc-list-view,
.fc-popover,
.fc-row,
tbody,
td,
th,
thead{
border-color: $gray-200;
}
td.fc-today {
background: lighten($gray-200, 4%);
}
}
.fc-button {
background: $card-bg;
border-color: $border-color;
color: $gray-700;
text-transform: capitalize;
box-shadow: none;
padding: 6px 12px !important;
height: auto !important;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
background-color: $primary;
color: $white;
text-shadow: none;
}
.fc-event {
border-radius: 2px;
border: none;
cursor: move;
font-size: 0.8125rem;
margin: 5px 7px;
padding: 5px 5px;
text-align: center;
}
.fc-event, .fc-event-dot{
background-color: $primary;
}
.fc-event .fc-content{
color: $white;
direction: rtl;
}

View File

@@ -0,0 +1,7 @@
//
// Colorpicker
//
.colorpicker {
background-color: $datepicker-background;
}

View File

@@ -0,0 +1,209 @@
[data-simplebar] {
position: relative;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start;
}
.simplebar-wrapper {
overflow: hidden;
width: inherit;
height: inherit;
max-width: inherit;
max-height: inherit;
}
.simplebar-mask {
direction: inherit;
position: absolute;
overflow: hidden;
padding: 0;
margin: 0;
right: 0;
top: 0;
bottom: 0;
left: 0;
width: auto !important;
height: auto !important;
z-index: 0;
}
.simplebar-offset {
direction: inherit !important;
box-sizing: inherit !important;
resize: none !important;
position: absolute;
top: 0;
right: 0 !important;
bottom: 0;
left: 0 !important;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
direction: inherit;
box-sizing: border-box !important;
position: relative;
display: block;
height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
width: auto;
visibility: visible;
overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
max-width: 100%; /* Not required for horizontal scroll to trigger */
max-height: 100%; /* Needed for vertical scroll to trigger */
scrollbar-width: none;
padding: 0px !important;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
display: none;
}
.simplebar-content:before,
.simplebar-content:after {
content: ' ';
display: table;
}
.simplebar-placeholder {
max-height: 100%;
max-width: 100%;
width: 100%;
pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
box-sizing: inherit !important;
height: 100%;
width: 100%;
max-width: 1px;
position: relative;
float: right;
max-height: 1px;
overflow: hidden;
z-index: -1;
padding: 0;
margin: 0;
pointer-events: none;
flex-grow: inherit;
flex-shrink: 0;
flex-basis: 0;
}
.simplebar-height-auto-observer {
box-sizing: inherit;
display: block;
opacity: 0;
position: absolute;
top: 0;
right: 0;
height: 1000%;
width: 1000%;
min-height: 1px;
min-width: 1px;
overflow: hidden;
pointer-events: none;
z-index: -1;
}
.simplebar-track {
z-index: 1;
position: absolute;
left: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
pointer-events: none;
user-select: none;
-webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
pointer-events: all;
}
.simplebar-scrollbar {
position: absolute;
left: 2px;
width: 4px;
min-height: 10px;
}
.simplebar-scrollbar:before {
position: absolute;
content: '';
background: #a2adb7;
border-radius: 7px;
right: 0;
left: 0;
opacity: 0;
transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
/* When hovered, remove all transitions from drag handle */
opacity: 0.5;
transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
top: 0;
width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
top: 2px;
bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
right: 0;
height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
height: 100%;
right: 2px;
left: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
left: auto;
right: 0;
top: 2px;
height: 7px;
min-height: 0;
min-width: 10px;
width: auto;
}
.hs-dummy-scrollbar-size {
direction: ltr;
position: fixed;
opacity: 0;
visibility: hidden;
height: 500px;
width: 500px;
overflow-y: hidden;
overflow-x: scroll;
}
.simplebar-hide-scrollbar {
position: fixed;
right: 0;
visibility: hidden;
overflow-y: scroll;
scrollbar-width: none;
}
.custom-scroll {
height: 100%;
}

View File

@@ -0,0 +1,185 @@
//
// Datepicker
//
.datepicker {
border: 1px solid $gray-100;
padding: 8px;
z-index: 999 !important;
right: auto;
direction: rtl;
table {
tr {
th {
font-weight: 500;
&.next,
&.prev {
font-family: arial, $font-family-base;
}
}
td {
&.active,
&.active:hover,
.active.disabled,
&.active.disabled:hover,
&.today,
&.today:hover,
&.today.disabled,
&.today.disabled:hover,
&.selected,
&.selected:hover,
&.selected.disabled,
&.selected.disabled:hover {
background-color: $primary !important;
background-image: none;
box-shadow: none;
color: $white !important;
}
&.day.focused,
&.day:hover,
span.focused,
span:hover {
background: $gray-200;
}
&.new,
&.old,
span.new,
span.old {
color: $gray-500;
opacity: 0.6;
}
&.range,
&.range.disabled,
&.range.disabled:hover,
&.range:hover {
background-color: $gray-300;
}
span {
float: right;
&.active:hover {
background: $primary;
}
}
}
}
&.table-condensed {
>thead>tr>th,
>tbody>tr>td {
padding: 6px 8px;
}
}
}
.datepicker-switch:hover,
.next:hover,
.prev:hover,
tfoot tr th:hover,
table tr td.day.focused,
table tr td.day:hover,
table tr td span.focused,
table tr td span:hover {
background: $datepicker-hover;
}
&.datepicker-dropdown {
&.datepicker-orient-top {
&:before {
border-top-color: $gray-100;
}
&:after {
border-top-color: $datepicker-background;
}
}
&.datepicker-orient-bottom {
&:before {
border-bottom-color: $gray-100;
}
&:after {
border-bottom-color: $datepicker-background;
}
}
}
}
.ui-datepicker {
color: inherit;
background-color: $datepicker-background;
border: 1px solid $datepicker-border;
.ui-state-default {
background: transparent;
color: inherit;
}
td:not(.ui-state-disabled) .ui-state-default:hover {
background: $datepicker-hover;
}
.ui-datepicker-today .ui-state-default {
background: $datepicker-today;
}
.ui-state-default.ui-state-active {
background: $primary !important;
color: #fff !important;
}
.ui-datepicker-header .btn.ui-state-hover {
background: transparent;
}
.ui-datepicker-header {
border-bottom: 1px solid $datepicker-border;
}
.ui-datepicker-buttonpane {
background: transparent;
border-top: 1px solid $datepicker-border;
.btn {
color: inherit;
&:hover {
background: $datepicker-hover;
}
}
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: 0.6;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: 0.2;
}
select {
color: inherit;
background-color: $datepicker-select;
border: 1px solid $datepicker-border;
outline: none;
}
td {
span, a {
padding-top: 6px;
padding-bottom: 6px;
}
}
}

View File

@@ -0,0 +1,15 @@
/* ==============
Druafula
===================*/
.task-box{
border: 1px solid $gray-300;
}
.gu-transit {
border: 1px dashed $gray-600 !important;
background-color: $gray-200 !important;
}

View File

@@ -0,0 +1,19 @@
/* Flot chart */
.flot-charts-height {
height: 320px;
}
.flotTip {
padding: 8px 12px;
background-color: rgba($dark, 0.9);
z-index: 100;
color: $gray-100;
box-shadow: $box-shadow;
border-radius: 4px;
}
.legendLabel{
color: $gray-500;
}

View File

@@ -0,0 +1,107 @@
//
// Form editors.scss
//
// Tinymce
.tox {
.tox-menubar, .tox-edit-area__iframe, .tox-statusbar{
background-color: $card-bg !important;
}
.tox-mbtn{
color: $gray-700 !important;
&:hover:not(:disabled):not(.tox-mbtn--active){
background-color: $gray-300 !important;
}
}
.tox-tbtn{
&:hover{
background-color: $gray-300 !important;
}
}
.tox-toolbar, .tox-toolbar__overflow, .tox-toolbar__primary{
background-color: $card-bg !important;
}
.tox-tbtn{
color: $gray-700 !important;
svg{
fill: $gray-700 !important;
}
}
.tox-edit-area__iframe{
background-color: $card-bg !important;
}
.tox-statusbar a, .tox-statusbar__path-item, .tox-statusbar__wordcount{
color: $gray-700 !important;
}
.tox-editor-header, .tox-menu, .tox-statusbar {
font-family: $font-family-base;
}
}
// Summernote
.note-editor{
&.note-frame {
border: 1px solid $gray-300;
box-shadow: none;
margin: 0;
.note-statusbar {
background-color: $gray-300;
border-top: 1px solid $gray-200;
}
.note-editing-area{
.note-editable, .note-codable {
border: none;
color: $gray-500;
background-color: transparent;
}
}
}
.note-toolbar{
padding: 0px 0px 5px 0px;
}
}
.note-btn-group{
.note-btn{
background-color: $gray-300 !important;
border-color: $gray-300 !important;
}
}
.note-status-output {
display: none;
}
.note-editable {
p {
&:last-of-type {
margin-bottom: 0;
}
}
}
.note-popover .popover-content .note-color .dropdown-menu,
.card-header.note-toolbar .note-color .dropdown-menu {
min-width: 344px;
}
.note-popover{
border-color: $gray-300;
}
.note-popover .popover-content,
.card-header.note-toolbar{
background-color: $gray-300;
}

View File

@@ -0,0 +1,16 @@
//
// Form-Upload
//
/* Dropzone */
.dropzone {
min-height: 230px;
border: 2px dashed $gray-400;
background: $card-bg;
border-radius: 6px;
.dz-message {
font-size: 24px;
}
}

View File

@@ -0,0 +1,162 @@
//
// Form Wizard
//
.form-wizard-wrapper {
label {
font-size: 14px;
text-align: left;
}
}
.wizard{
ul{
list-style: none !important;
padding: 0;
margin: 0;
}
// step
>.steps {
> ul > li {
width: 25%;
}
.current-info{
position: absolute;
right: -999em;
}
a, a:active, a:hover {
margin: 3px;
padding: 15px;
display: block;
width: auto;
border-radius: 5px;
}
.current {
a, a:active, a:hover {
background-color: $primary;
color: $white;
.number {
border: 2px solid $white
}
}
}
.disabled, .done {
a, a:active, a:hover {
background-color: lighten($primary,30%);
color: $primary;
.number {
border-color: $primary;
}
}
}
.number {
font-size: 16px;
padding: 5px;
border-radius: 50%;
border: 2px solid $white;
width: 38px;
display: inline-block;
font-weight: 500;
text-align: center;
margin-left: 10px;
background-color: rgba($primary, 0.25);
}
}
// content
>.content {
background-color: transparent;
margin: 0 5px;
border-radius: 0;
min-height: 150px;
> .title{
position: absolute;
right: -999em;
}
>.body {
width: 100%;
height: 100%;
padding: 30px 0 0;
position: static
}
}
// actions
>.actions {
position: relative;
display: block;
text-align: left;
width: 100%;
> ul {
display: inline-block;
text-align: left;
> li{
display: block;
margin: 0 0.5em;
}
}
a, a:active, a:hover {
background-color: $primary;
border-radius: 4px;
padding: 8px 15px;
color: $white;
}
.disabled {
a, a:active, a:hover {
opacity: .65;
background-color: $primary;
color: $white;
cursor: not-allowed;
}
}
}
> .steps, > .actions {
> ul {
> li{
float: right;
}
}
}
}
@media (max-width: 768px) {
.wizard {
> .steps {
> ul {
> li {
width: 50%;
}
}
}
}
.form-wizard-wrapper {
label {
text-align: right;
}
}
}
@media (max-width: 520px) {
.wizard {
> .steps {
> ul {
> li {
width: 100%;
}
}
}
}
}

View File

@@ -0,0 +1,42 @@
//
// Google map
//
.gmaps, .gmaps-panaroma {
height: 300px;
background: $gray-100;
border-radius: 3px;
}
.gmaps-overlay {
display: block;
text-align: center;
color: $white;
font-size: 16px;
line-height: 40px;
background: $primary;
border-radius: 4px;
padding: 10px 20px;
}
.gmaps-overlay_arrow {
right: 50%;
margin-right: -16px;
width: 0;
height: 0;
position: absolute;
&.above {
bottom: -15px;
border-right: 16px solid transparent;
border-left: 16px solid transparent;
border-top: 16px solid $primary;
}
&.below {
top: -15px;
border-right: 16px solid transparent;
border-left: 16px solid transparent;
border-bottom: 16px solid $primary;
}
}

View File

@@ -0,0 +1,8 @@
//
// icons.scss
//
@import "icons/materialdesignicons";
@import "icons/boxicons";
@import "icons/fontawesome";
@import "icons/dripicons";

View File

@@ -0,0 +1,5 @@
/* Knob chart */
input.knob {
font-family: inherit !important;
}

View File

@@ -0,0 +1,27 @@
//
// Parsley
//
.error {
color: $danger;
}
.parsley-error {
border-color: $danger;
}
.parsley-errors-list {
display: none;
margin: 0;
padding: 0;
&.filled {
display: block;
}
> li {
font-size: 12px;
list-style: none;
color: $danger;
margin-top: 5px;
}
}

View File

@@ -0,0 +1,42 @@
//
// Range slider
//
.irs {
font-family: inherit;
direction: ltr;
}
.irs--round{
.irs-bar, .irs-to, .irs-from, .irs-single {
background: $primary !important;
font-size: 11px;
}
.irs-to, .irs-from, .irs-single{
&:before{
border-top-color: $primary;
}
}
.irs-line{
background: $gray-300;
border-color: $gray-300;
}
.irs-grid-text{
font-size: 11px;
color: $gray-400;
}
.irs-min, .irs-max{
color: $gray-400;
background: $gray-300;
font-size: 11px;
}
.irs-handle{
border: 2px solid $primary;
width: 12px;
height: 12px;
top: 31px;
background-color: $card-bg !important;
}
}

View File

@@ -0,0 +1,16 @@
//
// Rating
//
.symbol{
border-color: $card-bg;
}
.rating-symbol-background, .rating-symbol-foreground {
font-size: 24px;
}
.rating-symbol-foreground {
top: 0px;
}

View File

@@ -0,0 +1,141 @@
//
// Responsive Table
//
.table-rep-plugin {
.btn-toolbar {
display: block;
}
.table-responsive {
border: none !important;
}
.btn-group{
.btn-default {
background-color: $secondary;
color: $light;
border: 1px solid $secondary;
&.btn-primary {
background-color: $primary;
border-color: $primary;
color: $white;
box-shadow: 0 0 0 2px rgba($primary, .5);
}
}
&.pull-right {
float: left;
.dropdown-menu {
left: 0 !important;
right: auto !important;
transform: none !important;
top: 100% !important;
}
}
}
tbody {
th {
font-size: 14px;
font-weight: normal;
}
}
.checkbox-row {
padding-right: 40px;
label {
display: inline-block;
padding-right: 5px;
position: relative;
margin-bottom: .25rem;
margin-top: .25rem;
&::before {
-o-transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
background-color: $white;
border-radius: 3px;
border: 1px solid $gray-300;
content: "";
display: inline-block;
height: 17px;
right: 0;
top: 2px;
margin-right: -20px;
position: absolute;
transition: 0.3s ease-in-out;
width: 17px;
outline: none !important;
}
&::after {
color: $gray-200;
display: inline-block;
font-size: 11px;
height: 16px;
right: 0;
margin-right: -20px;
padding-right: 3px;
padding-top: 1px;
position: absolute;
top: 0;
width: 16px;
}
}
input[type="checkbox"] {
cursor: pointer;
opacity: 0;
z-index: 1;
outline: none !important;
&:disabled + label {
opacity: 0.65;
}
}
input[type="checkbox"]:focus + label {
&::before {
outline-offset: -2px;
outline: none;
}
}
input[type="checkbox"]:checked + label {
&::after {
content: "\f00c";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
}
input[type="checkbox"]:disabled + label {
&::before {
background-color: $gray-100;
cursor: not-allowed;
}
}
input[type="checkbox"]:checked + label {
&::before {
background-color: $primary;
border-color: $primary;
}
&::after {
color: $white;
}
}
}
.fixed-solution {
.sticky-table-header{
background-color: $primary;
table{
color: $white;
}
}
}
}
@media (max-width: 991.98px) {
.fixed-solution {
.sticky-table-header{
top: $header-height !important;
background-color: $primary;
table{
color: $white;
}
}
}
}

View File

@@ -0,0 +1,140 @@
//
// Select 2
//
.select2-container {
width: 100% !important;
.select2-selection--single {
background-color: $input-bg;
border: 1px solid $input-border-color;
height: 38px;
&:focus{
outline: none;
}
.select2-selection__rendered {
line-height: 36px;
padding-right: 12px;
color: $input-color;
}
.select2-selection__arrow {
height: 34px;
width: 34px;
left: 3px;
b{
border-color: $gray-500 transparent transparent transparent;
border-width: 6px 6px 0 6px;
}
}
}
}
.select2-container--open {
.select2-selection--single {
.select2-selection__arrow {
b{
border-color: transparent transparent $gray-500 transparent !important;
border-width: 0 6px 6px 6px !important;
}
}
}
}
.select2-container--default {
.select2-results__group{
font-weight: $font-weight-medium;
}
.select2-search--dropdown {
padding: 10px;
background-color: $dropdown-bg;
.select2-search__field {
border: 1px solid $input-border-color;
background-color: $input-bg;
color: $gray-600;
outline: none;
}
}
.select2-results__option--highlighted[aria-selected] {
background-color: $primary;
}
.select2-results__option[aria-selected=true] {
background-color: $dropdown-link-active-bg;
color: $dropdown-link-active-color;
&:hover {
background-color: $primary;
color: $white;
}
}
}
.select2-results__option {
padding: 6px 12px;
}
.select2-dropdown {
border: $dropdown-border-color;
background-color: $dropdown-bg;
box-shadow: $box-shadow;
}
.select2-search {
input{
border: 1px solid $gray-300;
}
}
.select2-container {
.select2-selection--multiple {
min-height: 38px;
background-color: $input-bg;
border: 1px solid $input-border-color !important;
.select2-selection__rendered {
padding: 2px 10px;
}
.select2-search__field {
border: 0;
color: $input-color;
&::placeholder{
color: $input-color;
}
}
.select2-selection__choice {
background-color: $gray-200;
border: 1px solid $gray-300;
border-radius: 1px;
padding: 0 7px;
}
}
}
.select2-container--default{
&.select2-container--focus {
.select2-selection--multiple{
border-color: $gray-400;
}
}
}
.select2-container .select2-search--inline .select2-search__field {
margin-top: 6.5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
vertical-align: middle;
margin-top: 1px;
margin-left: 5px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
padding-bottom: 0;
margin-bottom: -1px;
margin-top: -1px;
}

View File

@@ -0,0 +1,20 @@
//
// session-timeout.scss
//
#session-timeout-dialog {
.close {
display: none;
}
.countdown-holder {
color: $danger;
font-weight: $font-weight-medium;
}
.btn-default {
background-color: $white;
color: $danger;
box-shadow: none;
}
}

View File

@@ -0,0 +1,22 @@
//
// sparkline.scss
//
.jqstooltip {
box-sizing: content-box;
width: auto !important;
height: auto !important;
background-color: $gray-800 !important;
box-shadow: $box-shadow-lg;
padding: 5px 10px !important;
border-radius: 3px;
border-color: $gray-900 !important;
}
.jqsfield {
color: $gray-200 !important;
font-size: 12px !important;
line-height: 18px !important;
font-family: $font-family-base !important;
font-weight: $font-weight-medium !important;
}

View File

@@ -0,0 +1,53 @@
//
// Sweetalert2
//
.swal2-container {
.swal2-title{
font-size: 24px;
font-weight: $font-weight-medium;
}
}
.swal2-icon{
&.swal2-question{
border-color: $info;
color: $info;
}
&.swal2-success {
[class^=swal2-success-line]{
background-color: $success;
}
.swal2-success-ring{
border-color: rgba($success, 0.3);
}
}
&.swal2-warning{
border-color: $warning;
color: $warning;
}
}
.swal2-styled{
&:focus{
box-shadow: none;
}
}
.swal2-content{
font-size: 16px;
line-height: 2;
}
.swal2-progress-steps {
.swal2-progress-step{
&.swal2-active-progress-step{
background: $primary;
&~.swal2-progress-step, &~.swal2-progress-step-line{
background: rgba($primary, 0.3);
}
}
}
}

View File

@@ -0,0 +1,120 @@
//
// Sweetalert2
//
/* CSS Switch */
input[switch] {
display: none;
+ label {
font-size: 1em;
line-height: 1;
width: 56px;
height: 24px;
background-color: $gray-400;
background-image: none;
border-radius: 2rem;
padding: 0.16667rem;
cursor: pointer;
display: inline-block;
text-align: center;
position: relative;
font-weight: $font-weight-medium;
transition: all 0.1s ease-in-out;
&:before {
color: $dark;
content: attr(data-off-label);
display: block;
font-family: inherit;
font-weight: 500;
font-size: 12px;
line-height: 21px;
position: absolute;
left: 1px;
margin: 3px;
top: -2px;
text-align: center;
min-width: 1.66667rem;
overflow: hidden;
transition: all 0.1s ease-in-out;
}
&:after {
content: '';
position: absolute;
right: 3px;
background-color: $gray-200;
box-shadow: none;
border-radius: 2rem;
height: 20px;
width: 20px;
top: 2px;
transition: all 0.1s ease-in-out;
}
}
&:checked + label {
background-color: $primary;
}
}
input[switch]:checked + label {
background-color: $primary;
&:before {
color: $white;
content: attr(data-on-label);
left: auto;
right: 3px;
}
&:after {
right: 33px;
background-color: $gray-200;
}
}
input[switch="bool"] + label {
background-color: $danger;
}
input[switch="bool"] + label:before,input[switch="bool"]:checked + label:before,
input[switch="default"]:checked + label:before{
color: $white;
}
input[switch="bool"]:checked + label {
background-color: $success;
}
input[switch="default"]:checked + label {
background-color: #a2a2a2;
}
input[switch="primary"]:checked + label {
background-color: $primary;
}
input[switch="success"]:checked + label {
background-color: $success;
}
input[switch="info"]:checked + label {
background-color: $info;
}
input[switch="warning"]:checked + label {
background-color: $warning;
}
input[switch="danger"]:checked + label {
background-color: $danger;
}
input[switch="dark"]:checked + label {
background-color: $dark;
}
.square-switch{
margin-left: 7px;
input[switch]+label, input[switch]+label:after{
border-radius: 0px;
}
}

View File

@@ -0,0 +1,77 @@
//
// Table editable
//
.table-editable{
.editable-input{
.form-control{
height: 2rem;
}
}
a.editable{
color: $table-color;
}
.editable-buttons{
.btn {
&.btn-sm{
font-size: 12px;
}
}
}
tbody {
td{
&.focus{
box-shadow: inset 0 0 1px 1px $primary !important;
}
}
}
}
.dt-autofill-list{
border: none !important;
background-color: $card-bg !important;
.dt-autofill-question, .dt-autofill-button{
border-bottom-color: $gray-300 !important;
}
ul{
li{
&:hover{
background-color: $gray-300 !important;
}
}
}
}
.glyphicon {
display: inline-block;
font-family: "Material Design Icons";
font-size: inherit;
font-weight: 600;
font-style: inherit;
}
.glyphicon-ok {
&:before {
content: "\F12C";
}
}
.glyphicon-remove {
&:before {
content: "\F156";
}
}
.editable-input {
display: inline-block;
margin-left: 10px;
}
.editable-buttons {
display: inline-block;
}

View File

@@ -0,0 +1,12 @@
//
// vector-maps.scss
//
.jvectormap-label {
border: none;
background: $gray-800;
color: $gray-100;
font-family: $font-family-base;
font-size: $font-size-base;
padding: 5px 8px;
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,640 @@
@charset "UTF-8";
@font-face {
font-family: "dripicons-v2";
src:url("../fonts/dripicons-v2.eot");
src:url("../fonts/dripicons-v2.eot?#iefix") format("embedded-opentype"),
url("../fonts/dripicons-v2.woff") format("woff"),
url("../fonts/dripicons-v2.ttf") format("truetype"),
url("../fonts/dripicons-v2.svg#dripicons-v2") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "dripicons-v2" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="dripicons-"]:before,
[class*=" dripicons-"]:before {
font-family: "dripicons-v2" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.dripicons-alarm:before {
content: "\61";
}
.dripicons-align-center:before {
content: "\62";
}
.dripicons-align-justify:before {
content: "\63";
}
.dripicons-align-left:before {
content: "\64";
}
.dripicons-align-right:before {
content: "\65";
}
.dripicons-anchor:before {
content: "\66";
}
.dripicons-archive:before {
content: "\67";
}
.dripicons-arrow-down:before {
content: "\68";
}
.dripicons-arrow-left:before {
content: "\69";
}
.dripicons-arrow-right:before {
content: "\6a";
}
.dripicons-arrow-thin-down:before {
content: "\6b";
}
.dripicons-arrow-thin-left:before {
content: "\6c";
}
.dripicons-arrow-thin-right:before {
content: "\6d";
}
.dripicons-arrow-thin-up:before {
content: "\6e";
}
.dripicons-arrow-up:before {
content: "\6f";
}
.dripicons-article:before {
content: "\70";
}
.dripicons-backspace:before {
content: "\71";
}
.dripicons-basket:before {
content: "\72";
}
.dripicons-basketball:before {
content: "\73";
}
.dripicons-battery-empty:before {
content: "\74";
}
.dripicons-battery-full:before {
content: "\75";
}
.dripicons-battery-low:before {
content: "\76";
}
.dripicons-battery-medium:before {
content: "\77";
}
.dripicons-bell:before {
content: "\78";
}
.dripicons-blog:before {
content: "\79";
}
.dripicons-bluetooth:before {
content: "\7a";
}
.dripicons-bold:before {
content: "\41";
}
.dripicons-bookmark:before {
content: "\42";
}
.dripicons-bookmarks:before {
content: "\43";
}
.dripicons-box:before {
content: "\44";
}
.dripicons-briefcase:before {
content: "\45";
}
.dripicons-brightness-low:before {
content: "\46";
}
.dripicons-brightness-max:before {
content: "\47";
}
.dripicons-brightness-medium:before {
content: "\48";
}
.dripicons-broadcast:before {
content: "\49";
}
.dripicons-browser:before {
content: "\4a";
}
.dripicons-browser-upload:before {
content: "\4b";
}
.dripicons-brush:before {
content: "\4c";
}
.dripicons-calendar:before {
content: "\4d";
}
.dripicons-camcorder:before {
content: "\4e";
}
.dripicons-camera:before {
content: "\4f";
}
.dripicons-card:before {
content: "\50";
}
.dripicons-cart:before {
content: "\51";
}
.dripicons-checklist:before {
content: "\52";
}
.dripicons-checkmark:before {
content: "\53";
}
.dripicons-chevron-down:before {
content: "\54";
}
.dripicons-chevron-left:before {
content: "\55";
}
.dripicons-chevron-right:before {
content: "\56";
}
.dripicons-chevron-up:before {
content: "\57";
}
.dripicons-clipboard:before {
content: "\58";
}
.dripicons-clock:before {
content: "\59";
}
.dripicons-clockwise:before {
content: "\5a";
}
.dripicons-cloud:before {
content: "\30";
}
.dripicons-cloud-download:before {
content: "\31";
}
.dripicons-cloud-upload:before {
content: "\32";
}
.dripicons-code:before {
content: "\33";
}
.dripicons-contract:before {
content: "\34";
}
.dripicons-contract-2:before {
content: "\35";
}
.dripicons-conversation:before {
content: "\36";
}
.dripicons-copy:before {
content: "\37";
}
.dripicons-crop:before {
content: "\38";
}
.dripicons-cross:before {
content: "\39";
}
.dripicons-crosshair:before {
content: "\21";
}
.dripicons-cutlery:before {
content: "\22";
}
.dripicons-device-desktop:before {
content: "\23";
}
.dripicons-device-mobile:before {
content: "\24";
}
.dripicons-device-tablet:before {
content: "\25";
}
.dripicons-direction:before {
content: "\26";
}
.dripicons-disc:before {
content: "\27";
}
.dripicons-document:before {
content: "\28";
}
.dripicons-document-delete:before {
content: "\29";
}
.dripicons-document-edit:before {
content: "\2a";
}
.dripicons-document-new:before {
content: "\2b";
}
.dripicons-document-remove:before {
content: "\2c";
}
.dripicons-dot:before {
content: "\2d";
}
.dripicons-dots-2:before {
content: "\2e";
}
.dripicons-dots-3:before {
content: "\2f";
}
.dripicons-download:before {
content: "\3a";
}
.dripicons-duplicate:before {
content: "\3b";
}
.dripicons-enter:before {
content: "\3c";
}
.dripicons-exit:before {
content: "\3d";
}
.dripicons-expand:before {
content: "\3e";
}
.dripicons-expand-2:before {
content: "\3f";
}
.dripicons-experiment:before {
content: "\40";
}
.dripicons-export:before {
content: "\5b";
}
.dripicons-feed:before {
content: "\5d";
}
.dripicons-flag:before {
content: "\5e";
}
.dripicons-flashlight:before {
content: "\5f";
}
.dripicons-folder:before {
content: "\60";
}
.dripicons-folder-open:before {
content: "\7b";
}
.dripicons-forward:before {
content: "\7c";
}
.dripicons-gaming:before {
content: "\7d";
}
.dripicons-gear:before {
content: "\7e";
}
.dripicons-graduation:before {
content: "\5c";
}
.dripicons-graph-bar:before {
content: "\e000";
}
.dripicons-graph-line:before {
content: "\e001";
}
.dripicons-graph-pie:before {
content: "\e002";
}
.dripicons-headset:before {
content: "\e003";
}
.dripicons-heart:before {
content: "\e004";
}
.dripicons-help:before {
content: "\e005";
}
.dripicons-home:before {
content: "\e006";
}
.dripicons-hourglass:before {
content: "\e007";
}
.dripicons-inbox:before {
content: "\e008";
}
.dripicons-information:before {
content: "\e009";
}
.dripicons-italic:before {
content: "\e00a";
}
.dripicons-jewel:before {
content: "\e00b";
}
.dripicons-lifting:before {
content: "\e00c";
}
.dripicons-lightbulb:before {
content: "\e00d";
}
.dripicons-link:before {
content: "\e00e";
}
.dripicons-link-broken:before {
content: "\e00f";
}
.dripicons-list:before {
content: "\e010";
}
.dripicons-loading:before {
content: "\e011";
}
.dripicons-location:before {
content: "\e012";
}
.dripicons-lock:before {
content: "\e013";
}
.dripicons-lock-open:before {
content: "\e014";
}
.dripicons-mail:before {
content: "\e015";
}
.dripicons-map:before {
content: "\e016";
}
.dripicons-media-loop:before {
content: "\e017";
}
.dripicons-media-next:before {
content: "\e018";
}
.dripicons-media-pause:before {
content: "\e019";
}
.dripicons-media-play:before {
content: "\e01a";
}
.dripicons-media-previous:before {
content: "\e01b";
}
.dripicons-media-record:before {
content: "\e01c";
}
.dripicons-media-shuffle:before {
content: "\e01d";
}
.dripicons-media-stop:before {
content: "\e01e";
}
.dripicons-medical:before {
content: "\e01f";
}
.dripicons-menu:before {
content: "\e020";
}
.dripicons-message:before {
content: "\e021";
}
.dripicons-meter:before {
content: "\e022";
}
.dripicons-microphone:before {
content: "\e023";
}
.dripicons-minus:before {
content: "\e024";
}
.dripicons-monitor:before {
content: "\e025";
}
.dripicons-move:before {
content: "\e026";
}
.dripicons-music:before {
content: "\e027";
}
.dripicons-network-1:before {
content: "\e028";
}
.dripicons-network-2:before {
content: "\e029";
}
.dripicons-network-3:before {
content: "\e02a";
}
.dripicons-network-4:before {
content: "\e02b";
}
.dripicons-network-5:before {
content: "\e02c";
}
.dripicons-pamphlet:before {
content: "\e02d";
}
.dripicons-paperclip:before {
content: "\e02e";
}
.dripicons-pencil:before {
content: "\e02f";
}
.dripicons-phone:before {
content: "\e030";
}
.dripicons-photo:before {
content: "\e031";
}
.dripicons-photo-group:before {
content: "\e032";
}
.dripicons-pill:before {
content: "\e033";
}
.dripicons-pin:before {
content: "\e034";
}
.dripicons-plus:before {
content: "\e035";
}
.dripicons-power:before {
content: "\e036";
}
.dripicons-preview:before {
content: "\e037";
}
.dripicons-print:before {
content: "\e038";
}
.dripicons-pulse:before {
content: "\e039";
}
.dripicons-question:before {
content: "\e03a";
}
.dripicons-reply:before {
content: "\e03b";
}
.dripicons-reply-all:before {
content: "\e03c";
}
.dripicons-return:before {
content: "\e03d";
}
.dripicons-retweet:before {
content: "\e03e";
}
.dripicons-rocket:before {
content: "\e03f";
}
.dripicons-scale:before {
content: "\e040";
}
.dripicons-search:before {
content: "\e041";
}
.dripicons-shopping-bag:before {
content: "\e042";
}
.dripicons-skip:before {
content: "\e043";
}
.dripicons-stack:before {
content: "\e044";
}
.dripicons-star:before {
content: "\e045";
}
.dripicons-stopwatch:before {
content: "\e046";
}
.dripicons-store:before {
content: "\e047";
}
.dripicons-suitcase:before {
content: "\e048";
}
.dripicons-swap:before {
content: "\e049";
}
.dripicons-tag:before {
content: "\e04a";
}
.dripicons-tag-delete:before {
content: "\e04b";
}
.dripicons-tags:before {
content: "\e04c";
}
.dripicons-thumbs-down:before {
content: "\e04d";
}
.dripicons-thumbs-up:before {
content: "\e04e";
}
.dripicons-ticket:before {
content: "\e04f";
}
.dripicons-time-reverse:before {
content: "\e050";
}
.dripicons-to-do:before {
content: "\e051";
}
.dripicons-toggles:before {
content: "\e052";
}
.dripicons-trash:before {
content: "\e053";
}
.dripicons-trophy:before {
content: "\e054";
}
.dripicons-upload:before {
content: "\e055";
}
.dripicons-user:before {
content: "\e056";
}
.dripicons-user-group:before {
content: "\e057";
}
.dripicons-user-id:before {
content: "\e058";
}
.dripicons-vibrate:before {
content: "\e059";
}
.dripicons-view-apps:before {
content: "\e05a";
}
.dripicons-view-list:before {
content: "\e05b";
}
.dripicons-view-list-large:before {
content: "\e05c";
}
.dripicons-view-thumb:before {
content: "\e05d";
}
.dripicons-volume-full:before {
content: "\e05e";
}
.dripicons-volume-low:before {
content: "\e05f";
}
.dripicons-volume-medium:before {
content: "\e060";
}
.dripicons-volume-off:before {
content: "\e061";
}
.dripicons-wallet:before {
content: "\e062";
}
.dripicons-warning:before {
content: "\e063";
}
.dripicons-web:before {
content: "\e064";
}
.dripicons-weight:before {
content: "\e065";
}
.dripicons-wifi:before {
content: "\e066";
}
.dripicons-wrong:before {
content: "\e067";
}
.dripicons-zoom-in:before {
content: "\e068";
}
.dripicons-zoom-out:before {
content: "\e069";
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff