initial commit
This commit is contained in:
6032
resources/themestyle/libs/@form-validation/umd/bundle/popular.js
Normal file
6032
resources/themestyle/libs/@form-validation/umd/bundle/popular.js
Normal file
File diff suppressed because it is too large
Load Diff
11
resources/themestyle/libs/@form-validation/umd/core/index.min.js
vendored
Normal file
11
resources/themestyle/libs/@form-validation/umd/core/index.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
582
resources/themestyle/libs/@form-validation/umd/styles/index.css
Normal file
582
resources/themestyle/libs/@form-validation/umd/styles/index.css
Normal file
@@ -0,0 +1,582 @@
|
||||
/**
|
||||
* FormValidation (https://formvalidation.io)
|
||||
* The best validation library for JavaScript
|
||||
* (c) 2013 - 2023 Nguyen Huu Phuoc <me@phuoc.ng>
|
||||
*/
|
||||
.fv-sr-only {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fv-plugins-framework input::-ms-clear,
|
||||
.fv-plugins-framework textarea::-ms-clear {
|
||||
display: none;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.fv-plugins-icon-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.fv-plugins-icon {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
}
|
||||
.fv-plugins-icon--enabled {
|
||||
visibility: visible;
|
||||
}
|
||||
.fv-plugins-icon--disabled {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.fv-plugins-message-container--enabled {
|
||||
display: block;
|
||||
}
|
||||
.fv-plugins-message-container--disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fv-plugins-tooltip {
|
||||
max-width: 256px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
z-index: 10000;
|
||||
}
|
||||
.fv-plugins-tooltip .fv-plugins-tooltip__content {
|
||||
background: #000;
|
||||
border-radius: 3px;
|
||||
color: #eee;
|
||||
padding: 8px;
|
||||
position: relative;
|
||||
}
|
||||
.fv-plugins-tooltip .fv-plugins-tooltip__content:before {
|
||||
border: 8px solid transparent;
|
||||
content: "";
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.fv-plugins-tooltip--hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fv-plugins-tooltip--top-left {
|
||||
transform: translateY(-8px);
|
||||
}
|
||||
.fv-plugins-tooltip--top-left .fv-plugins-tooltip__content:before {
|
||||
border-top-color: #000;
|
||||
left: 8px;
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
.fv-plugins-tooltip--top {
|
||||
transform: translateY(-8px);
|
||||
}
|
||||
.fv-plugins-tooltip--top .fv-plugins-tooltip__content:before {
|
||||
border-top-color: #000;
|
||||
left: 50%;
|
||||
margin-left: -8px;
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
.fv-plugins-tooltip--top-right {
|
||||
transform: translateY(-8px);
|
||||
}
|
||||
.fv-plugins-tooltip--top-right .fv-plugins-tooltip__content:before {
|
||||
border-top-color: #000;
|
||||
right: 8px;
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
.fv-plugins-tooltip--right {
|
||||
transform: translateX(8px);
|
||||
}
|
||||
.fv-plugins-tooltip--right .fv-plugins-tooltip__content:before {
|
||||
border-right-color: #000;
|
||||
margin-top: -8px;
|
||||
right: 100%;
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
.fv-plugins-tooltip--bottom-right {
|
||||
transform: translateY(8px);
|
||||
}
|
||||
.fv-plugins-tooltip--bottom-right .fv-plugins-tooltip__content:before {
|
||||
border-bottom-color: #000;
|
||||
bottom: 100%;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
.fv-plugins-tooltip--bottom {
|
||||
transform: translateY(8px);
|
||||
}
|
||||
.fv-plugins-tooltip--bottom .fv-plugins-tooltip__content:before {
|
||||
border-bottom-color: #000;
|
||||
bottom: 100%;
|
||||
left: 50%;
|
||||
margin-left: -8px;
|
||||
}
|
||||
|
||||
.fv-plugins-tooltip--bottom-left {
|
||||
transform: translateY(8px);
|
||||
}
|
||||
.fv-plugins-tooltip--bottom-left .fv-plugins-tooltip__content:before {
|
||||
border-bottom-color: #000;
|
||||
bottom: 100%;
|
||||
left: 8px;
|
||||
}
|
||||
|
||||
.fv-plugins-tooltip--left {
|
||||
transform: translateX(-8px);
|
||||
}
|
||||
.fv-plugins-tooltip--left .fv-plugins-tooltip__content:before {
|
||||
border-left-color: #000;
|
||||
left: 100%;
|
||||
margin-top: -8px;
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
.fv-plugins-tooltip-icon {
|
||||
cursor: pointer;
|
||||
pointer-events: inherit;
|
||||
}
|
||||
|
||||
.fv-plugins-bootstrap {
|
||||
/* For horizontal form */
|
||||
/* Stacked form */
|
||||
/* Inline form */
|
||||
/* Remove the icons generated by Bootstrap 4.2+ */
|
||||
}
|
||||
.fv-plugins-bootstrap .fv-help-block {
|
||||
color: #dc3545;
|
||||
font-size: 80%;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
.fv-plugins-bootstrap .is-invalid ~ .form-check-label,
|
||||
.fv-plugins-bootstrap .is-valid ~ .form-check-label {
|
||||
color: inherit;
|
||||
}
|
||||
.fv-plugins-bootstrap .has-danger .fv-plugins-icon {
|
||||
color: #dc3545;
|
||||
}
|
||||
.fv-plugins-bootstrap .has-success .fv-plugins-icon {
|
||||
color: #28a745;
|
||||
}
|
||||
.fv-plugins-bootstrap .fv-plugins-icon {
|
||||
height: 38px;
|
||||
line-height: 38px;
|
||||
width: 38px;
|
||||
}
|
||||
.fv-plugins-bootstrap .input-group ~ .fv-plugins-icon {
|
||||
z-index: 3;
|
||||
}
|
||||
.fv-plugins-bootstrap .form-group.row .fv-plugins-icon {
|
||||
right: 15px;
|
||||
}
|
||||
.fv-plugins-bootstrap .form-group.row .fv-plugins-icon-check {
|
||||
top: -7px; /* labelHeight/2 - iconHeight/2 */
|
||||
}
|
||||
.fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon {
|
||||
top: 32px;
|
||||
}
|
||||
.fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon-check {
|
||||
top: 25px;
|
||||
}
|
||||
.fv-plugins-bootstrap:not(.form-inline) label.sr-only ~ .fv-plugins-icon-check {
|
||||
top: -7px;
|
||||
}
|
||||
.fv-plugins-bootstrap.form-inline .form-group {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
.fv-plugins-bootstrap .form-control.is-valid,
|
||||
.fv-plugins-bootstrap .form-control.is-invalid {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.fv-plugins-bootstrap3 .help-block {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.fv-plugins-bootstrap3 .input-group ~ .form-control-feedback {
|
||||
z-index: 4;
|
||||
}
|
||||
.fv-plugins-bootstrap3.form-inline .form-group {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.fv-plugins-bootstrap5 {
|
||||
/* Support floating label */
|
||||
/* For horizontal form */
|
||||
/* Stacked form */
|
||||
/* Inline form */
|
||||
}
|
||||
.fv-plugins-bootstrap5 .fv-plugins-bootstrap5-row-invalid .fv-plugins-icon {
|
||||
color: #dc3545;
|
||||
}
|
||||
.fv-plugins-bootstrap5 .fv-plugins-bootstrap5-row-valid .fv-plugins-icon {
|
||||
color: #198754;
|
||||
}
|
||||
.fv-plugins-bootstrap5 .fv-plugins-icon {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 38px;
|
||||
width: 38px;
|
||||
}
|
||||
.fv-plugins-bootstrap5 .input-group ~ .fv-plugins-icon {
|
||||
z-index: 3;
|
||||
}
|
||||
.fv-plugins-bootstrap5 .fv-plugins-icon-input-group {
|
||||
right: -38px;
|
||||
}
|
||||
.fv-plugins-bootstrap5 .form-floating .fv-plugins-icon {
|
||||
height: 58px;
|
||||
}
|
||||
.fv-plugins-bootstrap5 .row .fv-plugins-icon {
|
||||
right: 12px;
|
||||
}
|
||||
.fv-plugins-bootstrap5 .row .fv-plugins-icon-check {
|
||||
top: -7px; /* labelHeight/2 - iconHeight/2 */
|
||||
}
|
||||
.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label ~ .fv-plugins-icon {
|
||||
top: 32px;
|
||||
}
|
||||
.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label ~ .fv-plugins-icon-check {
|
||||
top: 25px;
|
||||
}
|
||||
.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label.sr-only ~ .fv-plugins-icon-check {
|
||||
top: -7px;
|
||||
}
|
||||
.fv-plugins-bootstrap5.fv-plugins-bootstrap5-form-inline .fv-plugins-icon {
|
||||
right: calc(var(--bs-gutter-x, 1.5rem) / 2);
|
||||
}
|
||||
.fv-plugins-bootstrap5 .form-select.fv-plugins-icon-input.is-valid,
|
||||
.fv-plugins-bootstrap5 .form-select.fv-plugins-icon-input.is-invalid,
|
||||
.fv-plugins-bootstrap5 .form-control.fv-plugins-icon-input.is-valid,
|
||||
.fv-plugins-bootstrap5 .form-control.fv-plugins-icon-input.is-invalid {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.fv-plugins-bulma {
|
||||
/* Support add ons inside field */
|
||||
}
|
||||
.fv-plugins-bulma .field.has-addons {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.fv-plugins-bulma .field.has-addons::after {
|
||||
content: "";
|
||||
width: 100%;
|
||||
}
|
||||
.fv-plugins-bulma .field.has-addons .fv-plugins-message-container {
|
||||
order: 1;
|
||||
}
|
||||
.fv-plugins-bulma .icon.fv-plugins-icon-check {
|
||||
top: -4px;
|
||||
}
|
||||
.fv-plugins-bulma .fv-has-error .select select,
|
||||
.fv-plugins-bulma .fv-has-error .input,
|
||||
.fv-plugins-bulma .fv-has-error .textarea {
|
||||
border: 1px solid #ff3860; /* Same as .input.is-danger */
|
||||
}
|
||||
.fv-plugins-bulma .fv-has-success .select select,
|
||||
.fv-plugins-bulma .fv-has-success .input,
|
||||
.fv-plugins-bulma .fv-has-success .textarea {
|
||||
border: 1px solid #23d160; /* Same as .input.is-success */
|
||||
}
|
||||
|
||||
.fv-plugins-foundation {
|
||||
/* Stacked form */
|
||||
}
|
||||
.fv-plugins-foundation .fv-plugins-icon {
|
||||
height: 39px;
|
||||
line-height: 39px;
|
||||
right: 0;
|
||||
width: 39px; /* Same as height of input */
|
||||
}
|
||||
.fv-plugins-foundation .grid-padding-x .fv-plugins-icon {
|
||||
right: 15px;
|
||||
}
|
||||
.fv-plugins-foundation .fv-plugins-icon-container .cell {
|
||||
position: relative;
|
||||
}
|
||||
.fv-plugins-foundation [type=checkbox] ~ .fv-plugins-icon,
|
||||
.fv-plugins-foundation [type=checkbox] ~ .fv-plugins-icon {
|
||||
top: -7px; /* labelHeight/2 - iconHeight/2 */
|
||||
}
|
||||
.fv-plugins-foundation.fv-stacked-form .fv-plugins-message-container {
|
||||
width: 100%;
|
||||
}
|
||||
.fv-plugins-foundation.fv-stacked-form label .fv-plugins-icon,
|
||||
.fv-plugins-foundation.fv-stacked-form fieldset [type=checkbox] ~ .fv-plugins-icon,
|
||||
.fv-plugins-foundation.fv-stacked-form fieldset [type=radio] ~ .fv-plugins-icon {
|
||||
top: 25px; /* Same as height of label */
|
||||
}
|
||||
.fv-plugins-foundation .form-error {
|
||||
display: block;
|
||||
}
|
||||
.fv-plugins-foundation .fv-row__success .fv-plugins-icon {
|
||||
color: #3adb76; /* Same as .success */
|
||||
}
|
||||
.fv-plugins-foundation .fv-row__error label,
|
||||
.fv-plugins-foundation .fv-row__error fieldset legend,
|
||||
.fv-plugins-foundation .fv-row__error .fv-plugins-icon {
|
||||
color: #cc4b37; /* Same as .is-invalid-label and .form-error */
|
||||
}
|
||||
|
||||
.fv-plugins-materialize .fv-plugins-icon {
|
||||
height: 42px; /* Same as height of input */
|
||||
line-height: 42px;
|
||||
width: 42px;
|
||||
}
|
||||
.fv-plugins-materialize .fv-plugins-icon-check {
|
||||
top: -10px;
|
||||
}
|
||||
.fv-plugins-materialize .fv-invalid-row .helper-text,
|
||||
.fv-plugins-materialize .fv-invalid-row .fv-plugins-icon {
|
||||
color: #f44336;
|
||||
}
|
||||
.fv-plugins-materialize .fv-valid-row .helper-text,
|
||||
.fv-plugins-materialize .fv-valid-row .fv-plugins-icon {
|
||||
color: #4caf50;
|
||||
}
|
||||
|
||||
.fv-plugins-milligram .fv-plugins-icon {
|
||||
height: 38px; /* Same as height of input */
|
||||
line-height: 38px;
|
||||
width: 38px;
|
||||
}
|
||||
.fv-plugins-milligram .column {
|
||||
position: relative;
|
||||
}
|
||||
.fv-plugins-milligram .column .fv-plugins-icon {
|
||||
right: 10px;
|
||||
}
|
||||
.fv-plugins-milligram .fv-plugins-icon-check {
|
||||
top: -6px;
|
||||
}
|
||||
.fv-plugins-milligram .fv-plugins-message-container {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon {
|
||||
top: 30px;
|
||||
}
|
||||
.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon-check {
|
||||
top: 24px;
|
||||
}
|
||||
.fv-plugins-milligram .fv-invalid-row .fv-help-block,
|
||||
.fv-plugins-milligram .fv-invalid-row .fv-plugins-icon {
|
||||
color: red;
|
||||
}
|
||||
.fv-plugins-milligram .fv-valid-row .fv-help-block,
|
||||
.fv-plugins-milligram .fv-valid-row .fv-plugins-icon {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.fv-plugins-mini .fv-plugins-icon {
|
||||
height: 42px; /* Same as height of input */
|
||||
line-height: 42px;
|
||||
width: 42px;
|
||||
top: 4px; /* Same as input's margin top */
|
||||
}
|
||||
.fv-plugins-mini .fv-plugins-icon-check {
|
||||
top: -8px;
|
||||
}
|
||||
.fv-plugins-mini.fv-stacked-form .fv-plugins-icon {
|
||||
top: 28px;
|
||||
}
|
||||
.fv-plugins-mini.fv-stacked-form .fv-plugins-icon-check {
|
||||
top: 20px;
|
||||
}
|
||||
.fv-plugins-mini .fv-plugins-message-container {
|
||||
margin: calc(var(--universal-margin) / 2);
|
||||
}
|
||||
.fv-plugins-mini .fv-invalid-row .fv-help-block,
|
||||
.fv-plugins-mini .fv-invalid-row .fv-plugins-icon {
|
||||
color: var(--input-invalid-color);
|
||||
}
|
||||
.fv-plugins-mini .fv-valid-row .fv-help-block,
|
||||
.fv-plugins-mini .fv-valid-row .fv-plugins-icon {
|
||||
color: #308732; /* Same as tertiary color */
|
||||
}
|
||||
|
||||
.fv-plugins-mui .fv-plugins-icon {
|
||||
height: 32px; /* Same as height of input */
|
||||
line-height: 32px;
|
||||
width: 32px;
|
||||
top: 15px;
|
||||
right: 4px;
|
||||
}
|
||||
.fv-plugins-mui .fv-plugins-icon-check {
|
||||
top: -6px;
|
||||
right: -10px;
|
||||
}
|
||||
.fv-plugins-mui .fv-plugins-message-container {
|
||||
margin: 8px 0;
|
||||
}
|
||||
.fv-plugins-mui .fv-invalid-row .fv-help-block,
|
||||
.fv-plugins-mui .fv-invalid-row .fv-plugins-icon {
|
||||
color: #f44336;
|
||||
}
|
||||
.fv-plugins-mui .fv-valid-row .fv-help-block,
|
||||
.fv-plugins-mui .fv-valid-row .fv-plugins-icon {
|
||||
color: #4caf50;
|
||||
}
|
||||
|
||||
.fv-plugins-pure {
|
||||
/* Horizontal form */
|
||||
/* Stacked form */
|
||||
}
|
||||
.fv-plugins-pure .fv-plugins-icon {
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
width: 36px; /* Height of Pure input */
|
||||
}
|
||||
.fv-plugins-pure .fv-has-error label,
|
||||
.fv-plugins-pure .fv-has-error .fv-help-block,
|
||||
.fv-plugins-pure .fv-has-error .fv-plugins-icon {
|
||||
color: #ca3c3c; /* Same as .button-error */
|
||||
}
|
||||
.fv-plugins-pure .fv-has-success label,
|
||||
.fv-plugins-pure .fv-has-success .fv-help-block,
|
||||
.fv-plugins-pure .fv-has-success .fv-plugins-icon {
|
||||
color: #1cb841; /* Same as .button-success */
|
||||
}
|
||||
.fv-plugins-pure.pure-form-aligned .fv-help-block {
|
||||
margin-top: 5px;
|
||||
margin-left: 180px;
|
||||
}
|
||||
.fv-plugins-pure.pure-form-aligned .fv-plugins-icon-check {
|
||||
top: -9px; /* labelHeight/2 - iconHeight/2 */
|
||||
}
|
||||
.fv-plugins-pure.pure-form-stacked .pure-control-group {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.fv-plugins-pure.pure-form-stacked .fv-plugins-icon {
|
||||
top: 22px; /* Same as height of label */
|
||||
}
|
||||
.fv-plugins-pure.pure-form-stacked .fv-plugins-icon-check {
|
||||
top: 13px;
|
||||
}
|
||||
.fv-plugins-pure.pure-form-stacked .fv-sr-only ~ .fv-plugins-icon {
|
||||
top: -9px;
|
||||
}
|
||||
|
||||
.fv-plugins-semantic.ui.form .fields.error label,
|
||||
.fv-plugins-semantic .error .fv-plugins-icon {
|
||||
color: #9f3a38; /* Same as .ui.form .field.error .input */
|
||||
}
|
||||
.fv-plugins-semantic .fv-plugins-icon-check {
|
||||
right: 7px;
|
||||
}
|
||||
|
||||
.fv-plugins-shoelace .input-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.fv-plugins-shoelace .fv-plugins-icon {
|
||||
height: 32px;
|
||||
line-height: 32px; /* Same as height of input */
|
||||
width: 32px;
|
||||
top: 28px; /* Same as height of label */
|
||||
}
|
||||
.fv-plugins-shoelace .row .fv-plugins-icon {
|
||||
right: 16px;
|
||||
top: 0;
|
||||
}
|
||||
.fv-plugins-shoelace .fv-plugins-icon-check {
|
||||
top: 24px;
|
||||
}
|
||||
.fv-plugins-shoelace .fv-sr-only ~ .fv-plugins-icon,
|
||||
.fv-plugins-shoelace .fv-sr-only ~ div .fv-plugins-icon {
|
||||
top: -4px;
|
||||
}
|
||||
.fv-plugins-shoelace .input-valid .fv-help-block,
|
||||
.fv-plugins-shoelace .input-valid .fv-plugins-icon {
|
||||
color: #2ecc40;
|
||||
}
|
||||
.fv-plugins-shoelace .input-invalid .fv-help-block,
|
||||
.fv-plugins-shoelace .input-invalid .fv-plugins-icon {
|
||||
color: #ff4136;
|
||||
}
|
||||
|
||||
.fv-plugins-spectre .input-group .fv-plugins-icon {
|
||||
z-index: 2;
|
||||
}
|
||||
.fv-plugins-spectre .form-group .fv-plugins-icon-check {
|
||||
right: 6px;
|
||||
top: 10px;
|
||||
}
|
||||
.fv-plugins-spectre:not(.form-horizontal) .form-group .fv-plugins-icon-check {
|
||||
right: 6px;
|
||||
top: 45px;
|
||||
}
|
||||
|
||||
.fv-plugins-tachyons .fv-plugins-icon {
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
width: 36px;
|
||||
}
|
||||
.fv-plugins-tachyons .fv-plugins-icon-check {
|
||||
top: -7px;
|
||||
}
|
||||
.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon {
|
||||
top: 34px;
|
||||
}
|
||||
.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon-check {
|
||||
top: 24px;
|
||||
}
|
||||
|
||||
.fv-plugins-turret .fv-plugins-icon {
|
||||
height: 40px; /* Same as height of input */
|
||||
line-height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
.fv-plugins-turret.fv-stacked-form .fv-plugins-icon {
|
||||
top: 29px;
|
||||
}
|
||||
.fv-plugins-turret.fv-stacked-form .fv-plugins-icon-check {
|
||||
top: 17px;
|
||||
}
|
||||
.fv-plugins-turret .fv-invalid-row .form-message,
|
||||
.fv-plugins-turret .fv-invalid-row .fv-plugins-icon {
|
||||
color: #c00; /* Same as .form-message.error */
|
||||
}
|
||||
.fv-plugins-turret .fv-valid-row .form-message,
|
||||
.fv-plugins-turret .fv-valid-row .fv-plugins-icon {
|
||||
color: #00b300; /* Same as .form-message.success */
|
||||
}
|
||||
|
||||
.fv-plugins-uikit {
|
||||
/* Horizontal form */
|
||||
/* Stacked form */
|
||||
}
|
||||
.fv-plugins-uikit .fv-plugins-icon {
|
||||
height: 40px; /* Height of UIKit input */
|
||||
line-height: 40px;
|
||||
top: 25px; /* Height of UIKit label */
|
||||
width: 40px;
|
||||
}
|
||||
.fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon {
|
||||
top: 0;
|
||||
}
|
||||
.fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon-check {
|
||||
top: -11px; /* checkboxLabelHeight/2 - iconHeight/2 = 18/2 - 40/2 */
|
||||
}
|
||||
.fv-plugins-uikit.uk-form-stacked .fv-plugins-icon-check {
|
||||
top: 15px; /* labelHeight + labelMarginBottom + checkboxLabelHeight/2 - iconHeight/2 = 21 + 5 + 18/2 - 40/2 */
|
||||
}
|
||||
.fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon {
|
||||
top: 0;
|
||||
}
|
||||
.fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon-check {
|
||||
top: -11px;
|
||||
}
|
||||
|
||||
.fv-plugins-wizard--step {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fv-plugins-wizard--active {
|
||||
display: block;
|
||||
}
|
1
resources/themestyle/libs/@form-validation/umd/styles/index.min.css
vendored
Normal file
1
resources/themestyle/libs/@form-validation/umd/styles/index.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
120
resources/themestyle/libs/hammer/hammer.js
Normal file
120
resources/themestyle/libs/hammer/hammer.js
Normal file
File diff suppressed because one or more lines are too long
270
resources/themestyle/libs/i18n/i18n.js
Normal file
270
resources/themestyle/libs/i18n/i18n.js
Normal file
File diff suppressed because one or more lines are too long
120
resources/themestyle/libs/jquery/jquery.js
vendored
Normal file
120
resources/themestyle/libs/jquery/jquery.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1492
resources/themestyle/libs/moment/moment.js
Normal file
1492
resources/themestyle/libs/moment/moment.js
Normal file
File diff suppressed because one or more lines are too long
144
resources/themestyle/libs/node-waves/node-waves.css
Normal file
144
resources/themestyle/libs/node-waves/node-waves.css
Normal file
@@ -0,0 +1,144 @@
|
||||
/*!
|
||||
* Waves v0.7.6
|
||||
* http://fian.my.id/Waves
|
||||
*
|
||||
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
|
||||
* Released under the MIT license
|
||||
* https://github.com/fians/Waves/blob/master/LICENSE */
|
||||
.waves-effect {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
.waves-effect .waves-ripple {
|
||||
position: absolute;
|
||||
border-radius: 50%;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
margin-top: -50px;
|
||||
margin-left: -50px;
|
||||
opacity: 0;
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
|
||||
background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
|
||||
background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
|
||||
background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
|
||||
-webkit-transition: all 0.5s ease-out;
|
||||
-moz-transition: all 0.5s ease-out;
|
||||
-o-transition: all 0.5s ease-out;
|
||||
transition: all 0.5s ease-out;
|
||||
-webkit-transition-property: -webkit-transform, opacity;
|
||||
-moz-transition-property: -moz-transform, opacity;
|
||||
-o-transition-property: -o-transform, opacity;
|
||||
transition-property: transform, opacity;
|
||||
-webkit-transform: scale(0) translate(0, 0);
|
||||
-moz-transform: scale(0) translate(0, 0);
|
||||
-ms-transform: scale(0) translate(0, 0);
|
||||
-o-transform: scale(0) translate(0, 0);
|
||||
transform: scale(0) translate(0, 0);
|
||||
pointer-events: none;
|
||||
}
|
||||
.waves-effect.waves-light .waves-ripple {
|
||||
background: rgba(255, 255, 255, 0.4);
|
||||
background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
|
||||
background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
|
||||
background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
|
||||
background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
|
||||
}
|
||||
.waves-effect.waves-classic .waves-ripple {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.waves-effect.waves-classic.waves-light .waves-ripple {
|
||||
background: rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
|
||||
.waves-notransition {
|
||||
-webkit-transition: none !important;
|
||||
-moz-transition: none !important;
|
||||
-o-transition: none !important;
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
.waves-button,
|
||||
.waves-circle {
|
||||
-webkit-transform: translateZ(0);
|
||||
-moz-transform: translateZ(0);
|
||||
-ms-transform: translateZ(0);
|
||||
-o-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
|
||||
}
|
||||
|
||||
.waves-button,
|
||||
.waves-button:hover,
|
||||
.waves-button:visited,
|
||||
.waves-button-input {
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
outline: none;
|
||||
color: inherit;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
font-size: 1em;
|
||||
line-height: 1em;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.waves-button {
|
||||
padding: 0.85em 1.1em;
|
||||
border-radius: 0.2em;
|
||||
}
|
||||
|
||||
.waves-button-input {
|
||||
margin: 0;
|
||||
padding: 0.85em 1.1em;
|
||||
}
|
||||
|
||||
.waves-input-wrapper {
|
||||
border-radius: 0.2em;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.waves-input-wrapper.waves-button {
|
||||
padding: 0;
|
||||
}
|
||||
.waves-input-wrapper .waves-button-input {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.waves-circle {
|
||||
text-align: center;
|
||||
width: 2.5em;
|
||||
height: 2.5em;
|
||||
line-height: 2.5em;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.waves-float {
|
||||
-webkit-mask-image: none;
|
||||
-webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
|
||||
box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
|
||||
-webkit-transition: all 300ms;
|
||||
-moz-transition: all 300ms;
|
||||
-o-transition: all 300ms;
|
||||
transition: all 300ms;
|
||||
}
|
||||
.waves-float:active {
|
||||
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.waves-block {
|
||||
display: block;
|
||||
}
|
132
resources/themestyle/libs/node-waves/node-waves.js
Normal file
132
resources/themestyle/libs/node-waves/node-waves.js
Normal file
File diff suppressed because one or more lines are too long
744
resources/themestyle/libs/nouislider/nouislider.css
Normal file
744
resources/themestyle/libs/nouislider/nouislider.css
Normal file
@@ -0,0 +1,744 @@
|
||||
/* Functional styling;
|
||||
* These styles are required for noUiSlider to function.
|
||||
* You don't need to change these rules to apply your design.
|
||||
*/
|
||||
.noUi-target,
|
||||
.noUi-target * {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
-webkit-user-select: none;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
-ms-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.noUi-target {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.noUi-base,
|
||||
.noUi-connects {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* Wrapper for all connect elements.
|
||||
*/
|
||||
.noUi-connects {
|
||||
overflow: hidden;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.noUi-connect,
|
||||
.noUi-origin {
|
||||
will-change: transform;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
right: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
-ms-transform-origin: 0 0;
|
||||
-webkit-transform-origin: 0 0;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
transform-origin: 0 0;
|
||||
transform-style: flat;
|
||||
}
|
||||
|
||||
/* Offset direction
|
||||
*/
|
||||
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
/* Give origins 0 height/width so they don't interfere with clicking the
|
||||
* connect elements.
|
||||
*/
|
||||
.noUi-vertical .noUi-origin {
|
||||
top: -100%;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.noUi-horizontal .noUi-origin {
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.noUi-handle {
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.noUi-touch-area {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.noUi-state-tap .noUi-connect,
|
||||
.noUi-state-tap .noUi-origin {
|
||||
-webkit-transition: transform 0.3s;
|
||||
transition: transform 0.3s;
|
||||
}
|
||||
|
||||
.noUi-state-drag * {
|
||||
cursor: inherit !important;
|
||||
}
|
||||
|
||||
/* Slider size and handle placement;
|
||||
*/
|
||||
.noUi-horizontal {
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.noUi-horizontal .noUi-handle {
|
||||
width: 34px;
|
||||
height: 28px;
|
||||
right: -17px;
|
||||
top: -6px;
|
||||
}
|
||||
|
||||
.noUi-vertical {
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
.noUi-vertical .noUi-handle {
|
||||
width: 28px;
|
||||
height: 34px;
|
||||
right: -6px;
|
||||
bottom: -17px;
|
||||
}
|
||||
|
||||
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
|
||||
left: -17px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
/* Styling;
|
||||
* Giving the connect element a border radius causes issues with using transform: scale
|
||||
*/
|
||||
.noUi-target {
|
||||
background: #FAFAFA;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #D3D3D3;
|
||||
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
|
||||
}
|
||||
|
||||
.noUi-connects {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.noUi-connect {
|
||||
background: #3FB8AF;
|
||||
}
|
||||
|
||||
/* Handles and cursors;
|
||||
*/
|
||||
.noUi-draggable {
|
||||
cursor: ew-resize;
|
||||
}
|
||||
|
||||
.noUi-vertical .noUi-draggable {
|
||||
cursor: ns-resize;
|
||||
}
|
||||
|
||||
.noUi-handle {
|
||||
border: 1px solid #D9D9D9;
|
||||
border-radius: 3px;
|
||||
background: #FFF;
|
||||
cursor: default;
|
||||
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
|
||||
}
|
||||
|
||||
.noUi-active {
|
||||
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
|
||||
}
|
||||
|
||||
/* Handle stripes;
|
||||
*/
|
||||
.noUi-handle:before,
|
||||
.noUi-handle:after {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 14px;
|
||||
width: 1px;
|
||||
background: #E8E7E6;
|
||||
left: 14px;
|
||||
top: 6px;
|
||||
}
|
||||
|
||||
.noUi-handle:after {
|
||||
left: 17px;
|
||||
}
|
||||
|
||||
.noUi-vertical .noUi-handle:before,
|
||||
.noUi-vertical .noUi-handle:after {
|
||||
width: 14px;
|
||||
height: 1px;
|
||||
left: 6px;
|
||||
top: 14px;
|
||||
}
|
||||
|
||||
.noUi-vertical .noUi-handle:after {
|
||||
top: 17px;
|
||||
}
|
||||
|
||||
/* Disabled state;
|
||||
*/
|
||||
[disabled] .noUi-connect {
|
||||
background: #B8B8B8;
|
||||
}
|
||||
|
||||
[disabled].noUi-target,
|
||||
[disabled].noUi-handle,
|
||||
[disabled] .noUi-handle {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
/* Base;
|
||||
*
|
||||
*/
|
||||
.noUi-pips,
|
||||
.noUi-pips * {
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.noUi-pips {
|
||||
position: absolute;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
/* Values;
|
||||
*
|
||||
*/
|
||||
.noUi-value {
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.noUi-value-sub {
|
||||
color: #ccc;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
/* Markings;
|
||||
*
|
||||
*/
|
||||
.noUi-marker {
|
||||
position: absolute;
|
||||
background: #CCC;
|
||||
}
|
||||
|
||||
.noUi-marker-sub {
|
||||
background: #AAA;
|
||||
}
|
||||
|
||||
.noUi-marker-large {
|
||||
background: #AAA;
|
||||
}
|
||||
|
||||
/* Horizontal layout;
|
||||
*
|
||||
*/
|
||||
.noUi-pips-horizontal {
|
||||
padding: 10px 0;
|
||||
height: 80px;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.noUi-value-horizontal {
|
||||
-webkit-transform: translate(-50%, 50%);
|
||||
transform: translate(-50%, 50%);
|
||||
}
|
||||
|
||||
.noUi-rtl .noUi-value-horizontal {
|
||||
-webkit-transform: translate(50%, 50%);
|
||||
transform: translate(50%, 50%);
|
||||
}
|
||||
|
||||
.noUi-marker-horizontal.noUi-marker {
|
||||
margin-left: -1px;
|
||||
width: 2px;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.noUi-marker-horizontal.noUi-marker-sub {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.noUi-marker-horizontal.noUi-marker-large {
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
/* Vertical layout;
|
||||
*
|
||||
*/
|
||||
.noUi-pips-vertical {
|
||||
padding: 0 10px;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.noUi-value-vertical {
|
||||
-webkit-transform: translate(0, -50%);
|
||||
transform: translate(0, -50%);
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
.noUi-rtl .noUi-value-vertical {
|
||||
-webkit-transform: translate(0, 50%);
|
||||
transform: translate(0, 50%);
|
||||
}
|
||||
|
||||
.noUi-marker-vertical.noUi-marker {
|
||||
width: 5px;
|
||||
height: 2px;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.noUi-marker-vertical.noUi-marker-sub {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.noUi-marker-vertical.noUi-marker-large {
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
.noUi-tooltip {
|
||||
display: block;
|
||||
position: absolute;
|
||||
border: 1px solid #D9D9D9;
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.noUi-horizontal .noUi-tooltip {
|
||||
-webkit-transform: translate(-50%, 0);
|
||||
transform: translate(-50%, 0);
|
||||
left: 50%;
|
||||
bottom: 120%;
|
||||
}
|
||||
|
||||
.noUi-vertical .noUi-tooltip {
|
||||
-webkit-transform: translate(0, -50%);
|
||||
transform: translate(0, -50%);
|
||||
top: 50%;
|
||||
right: 120%;
|
||||
}
|
||||
|
||||
.noUi-horizontal .noUi-origin > .noUi-tooltip {
|
||||
-webkit-transform: translate(50%, 0);
|
||||
transform: translate(50%, 0);
|
||||
left: auto;
|
||||
bottom: 10px;
|
||||
}
|
||||
|
||||
.noUi-vertical .noUi-origin > .noUi-tooltip {
|
||||
-webkit-transform: translate(0, -18px);
|
||||
transform: translate(0, -18px);
|
||||
top: auto;
|
||||
right: 28px;
|
||||
}
|
||||
|
||||
.noUi-target {
|
||||
direction: ltr !important;
|
||||
position: relative;
|
||||
border-width: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.noUi-target,
|
||||
.noUi-target * {
|
||||
touch-action: none;
|
||||
user-select: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.noUi-connects {
|
||||
height: 0.375rem;
|
||||
}
|
||||
|
||||
.noUi-base,
|
||||
.noUi-connects {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.noUi-horizontal .noUi-origin {
|
||||
height: 0;
|
||||
}
|
||||
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.noUi-vertical .noUi-origin {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.noUi-handle {
|
||||
backface-visibility: hidden;
|
||||
outline: none !important;
|
||||
position: absolute;
|
||||
transform-origin: center;
|
||||
transition: transform 0.2s;
|
||||
}
|
||||
.noUi-handle:before, .noUi-handle:after {
|
||||
display: none;
|
||||
}
|
||||
.noUi-handle.noUi-active {
|
||||
transform: scale(1.4, 1.4);
|
||||
}
|
||||
|
||||
.noUi-horizontal .noUi-handle.noUi-active .noUi-tooltip {
|
||||
transform: translate(-50%, 10%) scale(0.8, 0.8);
|
||||
}
|
||||
|
||||
.noUi-vertical .noUi-handle.noUi-active .noUi-tooltip {
|
||||
transform: translate(10%, -50%) scale(0.8, 0.8);
|
||||
}
|
||||
|
||||
.noUi-touch-area {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.noUi-state-tap .noUi-connect,
|
||||
.noUi-state-tap .noUi-origin {
|
||||
transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
|
||||
}
|
||||
|
||||
.noUi-state-drag * {
|
||||
cursor: inherit !important;
|
||||
}
|
||||
|
||||
.noUi-horizontal {
|
||||
height: 0.375rem;
|
||||
}
|
||||
|
||||
.noUi-horizontal .noUi-handle {
|
||||
left: -0.4375rem;
|
||||
width: 0.875rem;
|
||||
height: 0.875rem;
|
||||
top: -5px !important;
|
||||
}
|
||||
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
|
||||
right: -0.4375rem;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.noUi-vertical {
|
||||
width: 0.375rem;
|
||||
}
|
||||
|
||||
.noUi-vertical .noUi-handle {
|
||||
left: -0.5985rem;
|
||||
bottom: -0.875rem;
|
||||
width: 0.875rem;
|
||||
height: 0.875rem;
|
||||
}
|
||||
|
||||
.noUi-target {
|
||||
border-radius: 10rem;
|
||||
}
|
||||
|
||||
.noUi-draggable {
|
||||
cursor: ew-resize;
|
||||
}
|
||||
|
||||
.noUi-vertical .noUi-draggable {
|
||||
cursor: ns-resize;
|
||||
}
|
||||
|
||||
.noUi-handle {
|
||||
border-radius: 10rem;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
[disabled] .noUi-connect {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
[disabled] .noUi-handle {
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
[disabled].noUi-target,
|
||||
[disabled].noUi-handle,
|
||||
[disabled] .noUi-handle {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.noUi-pips,
|
||||
.noUi-pips * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.noUi-pips {
|
||||
color: #999;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.noUi-value {
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
font-size: 0.6875rem;
|
||||
}
|
||||
|
||||
.noUi-marker {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.noUi-pips-horizontal {
|
||||
left: 0;
|
||||
top: 100%;
|
||||
padding: 0.625rem 0 0 0;
|
||||
height: 5rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.noUi-value-horizontal {
|
||||
padding-top: 0.125rem;
|
||||
transform: translate(-50%, 50%);
|
||||
}
|
||||
[dir=rtl] .noUi-value-horizontal {
|
||||
transform: translate(50%, 50%);
|
||||
}
|
||||
|
||||
.noUi-marker-horizontal.noUi-marker {
|
||||
height: 0.5rem;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
[dir=rtl] .noUi-horizontal .noUi-origin {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.noUi-pips-vertical {
|
||||
top: 0;
|
||||
left: 100%;
|
||||
padding: 0 0 0 0.625rem;
|
||||
height: 100%;
|
||||
}
|
||||
[dir=rtl] .noUi-pips-vertical {
|
||||
right: 100%;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.noUi-value-vertical {
|
||||
padding-left: 0.875rem;
|
||||
transform: translate(0, 50%);
|
||||
}
|
||||
[dir=rtl] .noUi-value-vertical {
|
||||
right: 100%;
|
||||
padding-right: 0.875rem;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
[dir=rtl] .noUi-marker-vertical {
|
||||
right: 100%;
|
||||
}
|
||||
|
||||
.noUi-marker-vertical.noUi-marker {
|
||||
width: 0.5rem;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.noUi-tooltip {
|
||||
position: absolute;
|
||||
display: block;
|
||||
padding: 0.282rem 0.25rem;
|
||||
border-radius: 0.25rem;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
transition: transform 0.2s;
|
||||
font-size: 0.8125rem;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.noUi-horizontal .noUi-tooltip {
|
||||
bottom: 157%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0);
|
||||
}
|
||||
|
||||
.noUi-vertical .noUi-tooltip {
|
||||
top: 50%;
|
||||
right: 200%;
|
||||
transform: translate(0, -50%);
|
||||
}
|
||||
[dir=rtl] .noUi-vertical .noUi-tooltip {
|
||||
right: auto;
|
||||
left: 125%;
|
||||
}
|
||||
|
||||
[dir=rtl] .noUi-vertical .noUi-handle.noUi-active .noUi-tooltip {
|
||||
transform: translate(-10%, -50%) scale(0.8, 0.8);
|
||||
}
|
||||
|
||||
.light-style .noUi-target {
|
||||
background: rgba(75, 70, 92, 0.08);
|
||||
}
|
||||
.light-style .noUi-connect {
|
||||
background: #93909d !important;
|
||||
}
|
||||
.light-style .noUi-handle {
|
||||
border: 2px solid #fff;
|
||||
box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
|
||||
background: #6f6b7d !important;
|
||||
}
|
||||
.light-style .noUi-target[disabled] {
|
||||
background: rgba(75, 70, 92, 0.24);
|
||||
}
|
||||
.light-style .noUi-value {
|
||||
color: #a5a3ae;
|
||||
}
|
||||
.light-style .noUi-marker {
|
||||
background: #dbdade;
|
||||
}
|
||||
.light-style .noUi-tooltip {
|
||||
color: #5d596c;
|
||||
background: #e2e1e5;
|
||||
font-weight: 500;
|
||||
}
|
||||
.light-style .noUi-secondary .noUi-connect {
|
||||
background: #a8aaae !important;
|
||||
}
|
||||
.light-style .noUi-secondary .noUi-handle {
|
||||
background: #86888b !important;
|
||||
}
|
||||
.light-style .noUi-success .noUi-connect {
|
||||
background: #28c76f !important;
|
||||
}
|
||||
.light-style .noUi-success .noUi-handle {
|
||||
background: #209f59 !important;
|
||||
}
|
||||
.light-style .noUi-info .noUi-connect {
|
||||
background: #00cfe8 !important;
|
||||
}
|
||||
.light-style .noUi-info .noUi-handle {
|
||||
background: #00a6ba !important;
|
||||
}
|
||||
.light-style .noUi-warning .noUi-connect {
|
||||
background: #ff9f43 !important;
|
||||
}
|
||||
.light-style .noUi-warning .noUi-handle {
|
||||
background: #cc7f36 !important;
|
||||
}
|
||||
.light-style .noUi-danger .noUi-connect {
|
||||
background: #ea5455 !important;
|
||||
}
|
||||
.light-style .noUi-danger .noUi-handle {
|
||||
background: #bb4344 !important;
|
||||
}
|
||||
.light-style .noUi-light .noUi-connect {
|
||||
background: #dfdfe3 !important;
|
||||
}
|
||||
.light-style .noUi-light .noUi-handle {
|
||||
background: #b2b2b6 !important;
|
||||
}
|
||||
.light-style .noUi-dark .noUi-connect {
|
||||
background: #4b4b4b !important;
|
||||
}
|
||||
.light-style .noUi-dark .noUi-handle {
|
||||
background: #3c3c3c !important;
|
||||
}
|
||||
.light-style .noUi-gray .noUi-connect {
|
||||
background: rgba(75, 70, 92, 0.05) !important;
|
||||
}
|
||||
.light-style .noUi-gray .noUi-handle {
|
||||
background: rgba(7, 7, 9, 0.24) !important;
|
||||
}
|
||||
|
||||
.dark-style .noUi-target {
|
||||
background: rgba(134, 146, 208, 0.08);
|
||||
}
|
||||
.dark-style .noUi-connect {
|
||||
background: #7983bb;
|
||||
}
|
||||
.dark-style .noUi-handle {
|
||||
border: 2px solid #2f3349;
|
||||
box-shadow: 0 0.125rem 0.25rem rgba(15, 20, 34, 0.4);
|
||||
background: #4a5072 !important;
|
||||
}
|
||||
.dark-style .noUi-target[disabled] {
|
||||
background: rgba(134, 146, 208, 0.24);
|
||||
}
|
||||
.dark-style .noUi-value {
|
||||
color: #7983bb;
|
||||
}
|
||||
.dark-style .noUi-marker {
|
||||
background: #434968;
|
||||
}
|
||||
.dark-style .noUi-tooltip {
|
||||
color: #cfd3ec;
|
||||
background: rgba(134, 146, 208, 0.16);
|
||||
font-weight: 500;
|
||||
}
|
||||
.dark-style .noUi-secondary .noUi-connect {
|
||||
background: #a8aaae !important;
|
||||
}
|
||||
.dark-style .noUi-secondary .noUi-handle {
|
||||
background: #86888b !important;
|
||||
}
|
||||
.dark-style .noUi-success .noUi-connect {
|
||||
background: #28c76f !important;
|
||||
}
|
||||
.dark-style .noUi-success .noUi-handle {
|
||||
background: #209f59 !important;
|
||||
}
|
||||
.dark-style .noUi-info .noUi-connect {
|
||||
background: #00cfe8 !important;
|
||||
}
|
||||
.dark-style .noUi-info .noUi-handle {
|
||||
background: #00a6ba !important;
|
||||
}
|
||||
.dark-style .noUi-warning .noUi-connect {
|
||||
background: #ff9f43 !important;
|
||||
}
|
||||
.dark-style .noUi-warning .noUi-handle {
|
||||
background: #cc7f36 !important;
|
||||
}
|
||||
.dark-style .noUi-danger .noUi-connect {
|
||||
background: #ea5455 !important;
|
||||
}
|
||||
.dark-style .noUi-danger .noUi-handle {
|
||||
background: #bb4344 !important;
|
||||
}
|
||||
.dark-style .noUi-light .noUi-connect {
|
||||
background: #44475b !important;
|
||||
}
|
||||
.dark-style .noUi-light .noUi-handle {
|
||||
background: #363949 !important;
|
||||
}
|
||||
.dark-style .noUi-dark .noUi-connect {
|
||||
background: #d7d8de !important;
|
||||
}
|
||||
.dark-style .noUi-dark .noUi-handle {
|
||||
background: #acadb2 !important;
|
||||
}
|
||||
.dark-style .noUi-gray .noUi-connect {
|
||||
background: rgba(255, 255, 255, 0.8) !important;
|
||||
}
|
||||
.dark-style .noUi-gray .noUi-handle {
|
||||
background: rgba(185, 185, 185, 0.84) !important;
|
||||
}
|
120
resources/themestyle/libs/nouislider/nouislider.js
Normal file
120
resources/themestyle/libs/nouislider/nouislider.js
Normal file
File diff suppressed because one or more lines are too long
130
resources/themestyle/libs/numeral/numeral.js
Normal file
130
resources/themestyle/libs/numeral/numeral.js
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,256 @@
|
||||
/*
|
||||
* Container style
|
||||
*/
|
||||
.ps {
|
||||
overflow: hidden !important;
|
||||
overflow-anchor: none;
|
||||
-ms-overflow-style: none;
|
||||
touch-action: auto;
|
||||
-ms-touch-action: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
* Scrollbar rail styles
|
||||
*/
|
||||
.ps__rail-x {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
transition: background-color 0.2s linear, opacity 0.2s linear;
|
||||
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
|
||||
height: 15px;
|
||||
/* there must be 'bottom' or 'top' for ps__rail-x */
|
||||
bottom: 0px;
|
||||
/* please don't change 'position' */
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.ps__rail-y {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
transition: background-color 0.2s linear, opacity 0.2s linear;
|
||||
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
|
||||
width: 15px;
|
||||
/* there must be 'right' or 'left' for ps__rail-y */
|
||||
right: 0;
|
||||
/* please don't change 'position' */
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.ps--active-x > .ps__rail-x,
|
||||
.ps--active-y > .ps__rail-y {
|
||||
display: block;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.ps:hover > .ps__rail-x,
|
||||
.ps:hover > .ps__rail-y,
|
||||
.ps--focus > .ps__rail-x,
|
||||
.ps--focus > .ps__rail-y,
|
||||
.ps--scrolling-x > .ps__rail-x,
|
||||
.ps--scrolling-y > .ps__rail-y {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.ps .ps__rail-x:hover,
|
||||
.ps .ps__rail-y:hover,
|
||||
.ps .ps__rail-x:focus,
|
||||
.ps .ps__rail-y:focus,
|
||||
.ps .ps__rail-x.ps--clicking,
|
||||
.ps .ps__rail-y.ps--clicking {
|
||||
background-color: #eee;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
/*
|
||||
* Scrollbar thumb styles
|
||||
*/
|
||||
.ps__thumb-x {
|
||||
background-color: #aaa;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s linear, height 0.2s ease-in-out;
|
||||
-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
|
||||
height: 6px;
|
||||
/* there must be 'bottom' for ps__thumb-x */
|
||||
bottom: 2px;
|
||||
/* please don't change 'position' */
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.ps__thumb-y {
|
||||
background-color: #aaa;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s linear, width 0.2s ease-in-out;
|
||||
-webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
|
||||
width: 6px;
|
||||
/* there must be 'right' for ps__thumb-y */
|
||||
right: 2px;
|
||||
/* please don't change 'position' */
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.ps__rail-x:hover > .ps__thumb-x,
|
||||
.ps__rail-x:focus > .ps__thumb-x,
|
||||
.ps__rail-x.ps--clicking .ps__thumb-x {
|
||||
background-color: #999;
|
||||
height: 11px;
|
||||
}
|
||||
|
||||
.ps__rail-y:hover > .ps__thumb-y,
|
||||
.ps__rail-y:focus > .ps__thumb-y,
|
||||
.ps__rail-y.ps--clicking .ps__thumb-y {
|
||||
background-color: #999;
|
||||
width: 11px;
|
||||
}
|
||||
|
||||
/* MS supports */
|
||||
@supports (-ms-overflow-style: none) {
|
||||
.ps {
|
||||
overflow: auto !important;
|
||||
}
|
||||
}
|
||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||
.ps {
|
||||
overflow: auto !important;
|
||||
}
|
||||
}
|
||||
.ps {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ps__rail-x {
|
||||
height: 0.25rem;
|
||||
}
|
||||
|
||||
.ps__rail-y {
|
||||
width: 0.25rem;
|
||||
}
|
||||
|
||||
.ps__rail-x,
|
||||
.ps__rail-y,
|
||||
.ps__thumb-x,
|
||||
.ps__thumb-y {
|
||||
border-radius: 10rem;
|
||||
}
|
||||
|
||||
.ps__rail-x:hover,
|
||||
.ps__rail-x:focus,
|
||||
.ps__rail-x.ps--clicking,
|
||||
.ps__rail-x:hover > .ps__thumb-x,
|
||||
.ps__rail-x:focus > .ps__thumb-x,
|
||||
.ps__rail-x.ps--clicking > .ps__thumb-x {
|
||||
height: 0.375rem;
|
||||
}
|
||||
|
||||
.ps__rail-y:hover,
|
||||
.ps__rail-y:focus,
|
||||
.ps__rail-y.ps--clicking,
|
||||
.ps__rail-y:hover > .ps__thumb-y,
|
||||
.ps__rail-y:focus > .ps__thumb-y,
|
||||
.ps__rail-y.ps--clicking > .ps__thumb-y {
|
||||
width: 0.375rem;
|
||||
}
|
||||
|
||||
.ps__thumb-x {
|
||||
height: 0.25rem;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.ps__thumb-y {
|
||||
width: 0.25rem;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.light-style .ps__thumb-x,
|
||||
.light-style .ps__thumb-y {
|
||||
background-color: rgba(75, 70, 92, 0.4);
|
||||
}
|
||||
.light-style .ps__rail-x:hover,
|
||||
.light-style .ps__rail-y:hover,
|
||||
.light-style .ps__rail-x:focus,
|
||||
.light-style .ps__rail-y:focus,
|
||||
.light-style .ps__rail-x.ps--clicking,
|
||||
.light-style .ps__rail-y.ps--clicking {
|
||||
background-color: rgba(75, 70, 92, 0.2);
|
||||
}
|
||||
.light-style .ps__rail-x:hover > .ps__thumb-x,
|
||||
.light-style .ps__rail-y:hover > .ps__thumb-y,
|
||||
.light-style .ps__rail-x:focus > .ps__thumb-x,
|
||||
.light-style .ps__rail-y:focus > .ps__thumb-y,
|
||||
.light-style .ps__rail-x.ps--clicking > .ps__thumb-x,
|
||||
.light-style .ps__rail-y.ps--clicking > .ps__thumb-y {
|
||||
background-color: rgba(75, 70, 92, 0.7);
|
||||
}
|
||||
.light-style .ps-inverted .ps__rail-x:hover,
|
||||
.light-style .ps-inverted .ps__rail-y:hover,
|
||||
.light-style .ps-inverted .ps__rail-x:focus,
|
||||
.light-style .ps-inverted .ps__rail-y:focus,
|
||||
.light-style .ps-inverted .ps__rail-x.ps--clicking,
|
||||
.light-style .ps-inverted .ps__rail-y.ps--clicking {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.light-style .ps-inverted .ps__thumb-x,
|
||||
.light-style .ps-inverted .ps__thumb-y {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
.light-style .ps-inverted .ps__rail-x:hover > .ps__thumb-x,
|
||||
.light-style .ps-inverted .ps__rail-y:hover > .ps__thumb-y,
|
||||
.light-style .ps-inverted .ps__rail-x:focus > .ps__thumb-x,
|
||||
.light-style .ps-inverted .ps__rail-y:focus > .ps__thumb-y,
|
||||
.light-style .ps-inverted .ps__rail-x.ps--clicking > .ps__thumb-x,
|
||||
.light-style .ps-inverted .ps__rail-y.ps--clicking > .ps__thumb-y {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@supports (-moz-appearance: none) {
|
||||
#both-scrollbars-example {
|
||||
max-width: 1080px;
|
||||
margin: 0 auto;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
.dark-style .ps__thumb-x,
|
||||
.dark-style .ps__thumb-y {
|
||||
background-color: rgba(255, 255, 255, 0.438133) !important;
|
||||
}
|
||||
.dark-style .ps__rail-x:hover,
|
||||
.dark-style .ps__rail-y:hover,
|
||||
.dark-style .ps__rail-x:focus,
|
||||
.dark-style .ps__rail-y:focus,
|
||||
.dark-style .ps__rail-x.ps--clicking,
|
||||
.dark-style .ps__rail-y.ps--clicking {
|
||||
background-color: rgba(255, 255, 255, 0.438133) !important;
|
||||
}
|
||||
.dark-style .ps__rail-x:hover > .ps__thumb-x,
|
||||
.dark-style .ps__rail-y:hover > .ps__thumb-y,
|
||||
.dark-style .ps__rail-x:focus > .ps__thumb-x,
|
||||
.dark-style .ps__rail-y:focus > .ps__thumb-y,
|
||||
.dark-style .ps__rail-x.ps--clicking > .ps__thumb-x,
|
||||
.dark-style .ps__rail-y.ps--clicking > .ps__thumb-y {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.dark-style .ps-inverted .ps__rail-x:hover,
|
||||
.dark-style .ps-inverted .ps__rail-y:hover,
|
||||
.dark-style .ps-inverted .ps__rail-x:focus,
|
||||
.dark-style .ps-inverted .ps__rail-y:focus,
|
||||
.dark-style .ps-inverted .ps__rail-x.ps--clicking,
|
||||
.dark-style .ps-inverted .ps__rail-y.ps--clicking {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.dark-style .ps-inverted .ps__thumb-x,
|
||||
.dark-style .ps-inverted .ps__thumb-y {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
.dark-style .ps-inverted .ps__rail-x:hover > .ps__thumb-x,
|
||||
.dark-style .ps-inverted .ps__rail-y:hover > .ps__thumb-y,
|
||||
.dark-style .ps-inverted .ps__rail-x:focus > .ps__thumb-x,
|
||||
.dark-style .ps-inverted .ps__rail-y:focus > .ps__thumb-y,
|
||||
.dark-style .ps-inverted .ps__rail-x.ps--clicking > .ps__thumb-x,
|
||||
.dark-style .ps-inverted .ps__rail-y.ps--clicking > .ps__thumb-y {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
[dir=rtl] .ps--active-y > .ps__rail-y {
|
||||
left: 0;
|
||||
right: auto !important;
|
||||
}
|
120
resources/themestyle/libs/perfect-scrollbar/perfect-scrollbar.js
Normal file
120
resources/themestyle/libs/perfect-scrollbar/perfect-scrollbar.js
Normal file
File diff suppressed because one or more lines are too long
120
resources/themestyle/libs/popper/popper.js
Normal file
120
resources/themestyle/libs/popper/popper.js
Normal file
File diff suppressed because one or more lines are too long
693
resources/themestyle/libs/select2/select2.css
vendored
Normal file
693
resources/themestyle/libs/select2/select2.css
vendored
Normal file
@@ -0,0 +1,693 @@
|
||||
.select2-container {
|
||||
margin: 0;
|
||||
width: 100% !important;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.select2-container .select2-selection--single {
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
height: 28px;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
.select2-container .select2-selection--single .select2-selection__rendered {
|
||||
display: block;
|
||||
padding-left: 8px;
|
||||
padding-right: 20px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.select2-container .select2-selection--single .select2-selection__clear {
|
||||
position: relative;
|
||||
}
|
||||
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
|
||||
padding-right: 8px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.select2-container .select2-selection--multiple {
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
min-height: 32px;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
.select2-container .select2-selection--multiple .select2-selection__rendered {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
padding-left: 8px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.select2-container .select2-search--inline {
|
||||
float: left;
|
||||
}
|
||||
.select2-container .select2-search--inline .select2-search__field {
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
font-size: 100%;
|
||||
margin-top: 5px;
|
||||
padding: 0;
|
||||
}
|
||||
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.select2-dropdown {
|
||||
background-color: white;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 4px;
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: -100000px;
|
||||
width: 100%;
|
||||
z-index: 1051;
|
||||
}
|
||||
|
||||
.select2-results {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.select2-results__options {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.select2-results__option {
|
||||
padding: 6px;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
.select2-results__option[aria-selected] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.select2-container--open .select2-dropdown {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.select2-container--open .select2-dropdown--above {
|
||||
border-bottom: none;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.select2-container--open .select2-dropdown--below {
|
||||
border-top: none;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
.select2-search--dropdown {
|
||||
display: block;
|
||||
padding: 4px;
|
||||
}
|
||||
.select2-search--dropdown .select2-search__field {
|
||||
padding: 4px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.select2-search--dropdown.select2-search--hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.select2-results__option[role=option] {
|
||||
margin: 0.25rem 0.5rem;
|
||||
border-radius: 0.375rem;
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
.select2-results__option[role=option][aria-selected=true] {
|
||||
background-color: #7367f0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
|
||||
background-color: rgba(115, 103, 240, 0.08) !important;
|
||||
color: #7367f0 !important;
|
||||
}
|
||||
|
||||
.select2-hidden-accessible {
|
||||
clip: rect(0 0 0 0) !important;
|
||||
overflow: hidden !important;
|
||||
position: absolute !important;
|
||||
padding: 0 !important;
|
||||
margin: -1px !important;
|
||||
border: 0 !important;
|
||||
height: 1px !important;
|
||||
width: 1px !important;
|
||||
}
|
||||
|
||||
.select2-close-mask {
|
||||
display: block;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
z-index: 99;
|
||||
width: auto;
|
||||
opacity: 0;
|
||||
border: 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.select2-dropdown {
|
||||
border: 0;
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
||||
padding-right: 2.6rem;
|
||||
}
|
||||
.select2-container--default .select2-selection--single .select2-selection__clear {
|
||||
cursor: pointer;
|
||||
font-weight: 500;
|
||||
float: right;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||
width: 2rem;
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
top: 1px;
|
||||
}
|
||||
.select2-container--default .select2-selection--single .select2-selection__arrow b {
|
||||
position: absolute;
|
||||
height: 18px;
|
||||
width: 20px;
|
||||
top: 22%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 20px 18px;
|
||||
}
|
||||
.select2-container--default,
|
||||
.select2-container--default * {
|
||||
outline: 0 !important;
|
||||
}
|
||||
.select2-container--default.select2-container--disabled .select2-selection--single {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
|
||||
display: none;
|
||||
}
|
||||
.select2-container--default[dir=rtl] .select2-selection__clear {
|
||||
float: left;
|
||||
}
|
||||
.select2-container--default[dir=rtl] .select2-selection__arrow {
|
||||
left: 1px;
|
||||
right: auto;
|
||||
}
|
||||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||||
border-radius: 0.375rem;
|
||||
margin: 0.25rem 0.5rem;
|
||||
margin-bottom: 0;
|
||||
width: calc(100% - 1rem);
|
||||
}
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
list-style: none;
|
||||
width: 100%;
|
||||
}
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
|
||||
list-style: none;
|
||||
}
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
|
||||
float: left;
|
||||
}
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__clear {
|
||||
cursor: pointer;
|
||||
font-weight: 500;
|
||||
float: right;
|
||||
margin-right: 0.625rem;
|
||||
}
|
||||
.select2-container--default .select2-selection--multiple .select2-search--inline {
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
position: relative;
|
||||
font-size: 0.8125rem;
|
||||
border-radius: 0.25rem;
|
||||
padding: 0.395rem 0.625rem;
|
||||
cursor: default;
|
||||
line-height: 0.875;
|
||||
float: left;
|
||||
font-weight: 500;
|
||||
color: #7367f0;
|
||||
background-color: rgba(115, 103, 240, 0.16);
|
||||
}
|
||||
html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
padding-right: 1.3rem;
|
||||
}
|
||||
[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
padding-left: 1.3rem;
|
||||
}
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
||||
font-weight: 500;
|
||||
color: inherit;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
margin-right: 0.25rem;
|
||||
cursor: pointer;
|
||||
opacity: 0.5;
|
||||
font-size: 1.1875rem;
|
||||
top: 0.25rem;
|
||||
}
|
||||
html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
||||
right: 0.1rem;
|
||||
}
|
||||
[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
||||
left: 0.35rem;
|
||||
}
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
|
||||
opacity: 0.8;
|
||||
color: inherit;
|
||||
}
|
||||
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
|
||||
display: none;
|
||||
}
|
||||
.select2-container--default.select2-container--disabled .select2-selection--multiple {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.select2-container--default[dir=rtl] .select2-selection__choice,
|
||||
.select2-container--default[dir=rtl] .select2-selection__placeholder,
|
||||
.select2-container--default[dir=rtl] .select2-search--inline {
|
||||
float: right;
|
||||
}
|
||||
.select2-container--default[dir=rtl] .select2-selection__choice__remove {
|
||||
margin-left: 0;
|
||||
float: left;
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
.select2-container--default[dir=rtl] .select2-selection__clear {
|
||||
float: left;
|
||||
}
|
||||
.select2-container--default .select2-search__field::-moz-placeholder {
|
||||
opacity: 1;
|
||||
}
|
||||
.select2-container--default .select2-search--inline .select2-search__field {
|
||||
box-shadow: none;
|
||||
background: transparent;
|
||||
border: none;
|
||||
outline: 0;
|
||||
-webkit-appearance: textfield;
|
||||
}
|
||||
.select2-container--default .select2-results > .select2-results__options {
|
||||
max-height: 15rem;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.select2-container--default .select2-results__option[aria-disabled=true] {
|
||||
color: #999;
|
||||
}
|
||||
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
|
||||
padding-left: 0;
|
||||
}
|
||||
.select2-container--default.select2-container--open.select2-container--below .select2-selection {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.select2-container--default.select2-container--open.select2-container--above .select2-selection {
|
||||
border-top-right-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
.select2-container--default .select2-results__group {
|
||||
cursor: default;
|
||||
display: block;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single .select2-selection__rendered i.ti,
|
||||
.select2-container--default .select2-results__option .select2-results__option[role=option] i.ti {
|
||||
margin-top: -0.3125rem;
|
||||
}
|
||||
|
||||
.tagify-email-list + button .ti {
|
||||
margin-top: -0.1875rem;
|
||||
}
|
||||
|
||||
[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__rendered {
|
||||
padding-left: 2.6rem !important;
|
||||
}
|
||||
|
||||
.light-style .select2-selection--multiple .select2-selection__clear {
|
||||
margin-top: 0.375rem;
|
||||
}
|
||||
.light-style .select2-selection--multiple .select2-selection__rendered {
|
||||
padding: 0 0.375rem 0.375rem 0.375rem;
|
||||
}
|
||||
.light-style .select2-selection--multiple .select2-selection__choice {
|
||||
margin-right: 0.375rem;
|
||||
margin-top: 0.375rem;
|
||||
}
|
||||
.light-style .select2-selection--multiple .select2-selection__placeholder {
|
||||
margin-top: 0.375rem;
|
||||
}
|
||||
.light-style .select2-search__field {
|
||||
color: #6f6b7d;
|
||||
}
|
||||
.light-style .select2-dropdown {
|
||||
background: #fff;
|
||||
box-shadow: 0 0.25rem 1rem rgba(165, 163, 174, 0.45);
|
||||
background-clip: padding-box;
|
||||
border-color: #dbdade;
|
||||
z-index: 1000;
|
||||
}
|
||||
.light-style .select2-dropdown.select2-dropdown--above {
|
||||
box-shadow: 0 -0.2rem 1.25rem rgba(165, 163, 174, 0.4) !important;
|
||||
}
|
||||
.light-style .select2-container--default .select2-selection {
|
||||
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
background-color: #fff;
|
||||
border: 1px solid #dbdade;
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
.light-style .select2-container--default .select2-selection:hover {
|
||||
border-color: #c9c8ce;
|
||||
}
|
||||
.light-style .select2-container--default .select2-selection__placeholder {
|
||||
color: #b7b5be;
|
||||
}
|
||||
.light-style .select2-container--default .select2-selection--single {
|
||||
height: calc(1.5em + 0.844rem + 2px);
|
||||
}
|
||||
.light-style .select2-container--default .select2-selection--single .select2-selection__clear {
|
||||
color: #a5a3ae;
|
||||
}
|
||||
.light-style .select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||
height: calc(1.5em + 0.844rem + 2px);
|
||||
position: absolute;
|
||||
}
|
||||
.light-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
|
||||
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236f6b7d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
||||
}
|
||||
.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
|
||||
line-height: 2.25rem;
|
||||
color: #6f6b7d;
|
||||
padding-left: 0.875rem;
|
||||
}
|
||||
.light-style .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
|
||||
padding-right: 0.875rem;
|
||||
}
|
||||
.light-style .select2-container--default.select2-container--disabled .select2-selection--single {
|
||||
background-color: rgba(75, 70, 92, 0.08);
|
||||
border-color: #dbdade !important;
|
||||
}
|
||||
.light-style .select2-container--default .select2-selection--multiple {
|
||||
min-height: calc(1.5em + 0.844rem + 2px);
|
||||
}
|
||||
.light-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
color: #6f6b7d;
|
||||
background-color: rgba(75, 70, 92, 0.2);
|
||||
}
|
||||
.light-style .select2-container--default.select2-container--disabled .select2-selection--multiple {
|
||||
border-color: #dbdade !important;
|
||||
background-color: rgba(75, 70, 92, 0.08);
|
||||
}
|
||||
.light-style .select2-container--default .select2-search--dropdown .select2-search__field {
|
||||
border: 1px solid #dbdade;
|
||||
}
|
||||
.light-style .select2-container--default .select2-search__field::-webkit-input-placeholder {
|
||||
color: #b7b5be;
|
||||
}
|
||||
.light-style .select2-container--default .select2-search__field::-moz-placeholder {
|
||||
color: #b7b5be;
|
||||
}
|
||||
.light-style .select2-container--default .select2-search__field:-ms-input-placeholder {
|
||||
color: #b7b5be;
|
||||
}
|
||||
.light-style .select2-container--default .select2-results__option .select2-results__option[role=option] {
|
||||
width: calc(100% - 0.875rem);
|
||||
padding-left: 0.875rem;
|
||||
}
|
||||
.light-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-left: 1.75rem;
|
||||
}
|
||||
.light-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-left: 2.625rem;
|
||||
}
|
||||
.light-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-left: 3.5rem;
|
||||
}
|
||||
.light-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-left: 4.375rem;
|
||||
}
|
||||
.light-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-left: 0.875rem;
|
||||
}
|
||||
.light-style .select2-container--default .select2-results__group {
|
||||
padding: 0.5rem 0.4375rem;
|
||||
}
|
||||
.light-style .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
|
||||
margin-left: 0.375rem;
|
||||
margin-right: 0;
|
||||
}
|
||||
.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option {
|
||||
padding-right: 0.875rem;
|
||||
padding-left: 0 !important;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] {
|
||||
padding-right: 1.75rem;
|
||||
}
|
||||
.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-right: 2.625rem;
|
||||
}
|
||||
.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-right: 3.5rem;
|
||||
}
|
||||
.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-right: 4.375rem;
|
||||
}
|
||||
.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-right: 0.875rem;
|
||||
}
|
||||
.light-style .is-valid .select2-container--default .select2-selection,
|
||||
.light-style .is-valid.select2-container--default .select2-selection {
|
||||
border-color: #28c76f !important;
|
||||
}
|
||||
.light-style .is-invalid .select2-container--default .select2-selection,
|
||||
.light-style .is-invalid.select2-container--default .select2-selection {
|
||||
border-color: #ea5455 !important;
|
||||
}
|
||||
.light-style .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(168, 170, 174, 0.16) !important;
|
||||
color: #a8aaae !important;
|
||||
}
|
||||
.light-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(40, 199, 111, 0.16) !important;
|
||||
color: #28c76f !important;
|
||||
}
|
||||
.light-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(0, 207, 232, 0.16) !important;
|
||||
color: #00cfe8 !important;
|
||||
}
|
||||
.light-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(255, 159, 67, 0.16) !important;
|
||||
color: #ff9f43 !important;
|
||||
}
|
||||
.light-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(234, 84, 85, 0.16) !important;
|
||||
color: #ea5455 !important;
|
||||
}
|
||||
.light-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(223, 223, 227, 0.16) !important;
|
||||
color: #dfdfe3 !important;
|
||||
}
|
||||
.light-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(75, 75, 75, 0.16) !important;
|
||||
color: #4b4b4b !important;
|
||||
}
|
||||
.light-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(75, 70, 92, 0.16) !important;
|
||||
color: rgba(75, 70, 92, 0.05) !important;
|
||||
}
|
||||
|
||||
.dark-style .select2-selection--multiple .select2-selection__choice {
|
||||
margin-top: 0.375rem;
|
||||
margin-right: 0.375rem;
|
||||
}
|
||||
.dark-style .select2-selection--multiple .select2-selection__clear {
|
||||
margin-top: 0.375rem;
|
||||
}
|
||||
.dark-style .select2-selection--multiple .select2-selection__placeholder {
|
||||
margin-top: 0.375rem;
|
||||
}
|
||||
.dark-style .select2-selection--multiple .select2-selection__rendered {
|
||||
padding: 0 0.375rem 0.375rem 0.375rem;
|
||||
}
|
||||
.dark-style .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
|
||||
margin-left: 0.375rem;
|
||||
margin-right: 0;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-selection {
|
||||
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
background-color: #2f3349;
|
||||
border: 1px solid #434968;
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-selection:hover {
|
||||
border-color: #5e6692;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-selection__placeholder {
|
||||
color: #5e6692;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-selection--single {
|
||||
height: calc(1.5em + 0.844rem + 2px);
|
||||
}
|
||||
.dark-style .select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||
height: calc(1.5em + 0.844rem + 2px);
|
||||
position: absolute;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
|
||||
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23b6bee3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
||||
}
|
||||
.dark-style .select2-container--default .select2-selection--single .select2-selection__rendered {
|
||||
line-height: 2.25rem;
|
||||
color: #b6bee3;
|
||||
padding-left: 0.875rem;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-selection--single .select2-selection__clear {
|
||||
color: #b6bee3;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-selection--multiple {
|
||||
min-height: calc(1.5em + 0.844rem + 2px);
|
||||
}
|
||||
.dark-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
color: #b6bee3;
|
||||
background-color: #25293c;
|
||||
}
|
||||
.dark-style .select2-container--default.select2-container--disabled .select2-selection--multiple {
|
||||
border-color: #434968 !important;
|
||||
background-color: rgba(134, 146, 208, 0.08);
|
||||
}
|
||||
.dark-style .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
|
||||
padding-right: 0.875rem;
|
||||
}
|
||||
.dark-style .select2-container--default.select2-container--disabled .select2-selection--single {
|
||||
background-color: rgba(134, 146, 208, 0.08);
|
||||
border-color: #434968 !important;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-search__field::-webkit-input-placeholder {
|
||||
color: #5e6692;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-search__field::-moz-placeholder {
|
||||
color: #5e6692;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-search__field:-ms-input-placeholder {
|
||||
color: #5e6692;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-search--dropdown .select2-search__field {
|
||||
border: 1px solid #434968;
|
||||
background: #2f3349;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-results__option .select2-results__option[role=option] {
|
||||
width: calc(100% - 0.875rem);
|
||||
padding-left: 0.875rem;
|
||||
padding-right: 0.875rem;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-left: 0.875rem;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-left: 1.75rem;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-left: 2.625rem;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-left: 3.5rem;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-left: 4.375rem;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-left: 0.875rem;
|
||||
}
|
||||
.dark-style .select2-container--default .select2-results__group {
|
||||
padding: 0.5rem 0.4375rem;
|
||||
}
|
||||
.dark-style .select2-dropdown {
|
||||
z-index: 1000;
|
||||
background: #2f3349;
|
||||
border-color: #434968;
|
||||
background-clip: padding-box;
|
||||
box-shadow: 0 0.25rem 1rem rgba(15, 20, 34, 0.55);
|
||||
}
|
||||
.dark-style .select2-dropdown.select2-dropdown--above {
|
||||
box-shadow: 0 -0.2rem 1.25rem rgba(15, 20, 34, 0.55) !important;
|
||||
}
|
||||
.dark-style .select2-search__field {
|
||||
color: #b6bee3;
|
||||
}
|
||||
.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0.875rem;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] {
|
||||
padding-right: 1.75rem;
|
||||
}
|
||||
.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-right: 2.625rem;
|
||||
}
|
||||
.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-right: 3.5rem;
|
||||
}
|
||||
.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-right: 4.375rem;
|
||||
}
|
||||
.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
|
||||
padding-right: 0.875rem;
|
||||
}
|
||||
.dark-style .is-valid .select2-container--default .select2-selection,
|
||||
.dark-style .is-valid.select2-container--default .select2-selection {
|
||||
border-color: #28c76f !important;
|
||||
}
|
||||
.dark-style .is-invalid .select2-container--default .select2-selection,
|
||||
.dark-style .is-invalid.select2-container--default .select2-selection {
|
||||
border-color: #ea5455 !important;
|
||||
}
|
||||
.dark-style .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(168, 170, 174, 0.16) !important;
|
||||
color: #a8aaae !important;
|
||||
}
|
||||
.dark-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(40, 199, 111, 0.16) !important;
|
||||
color: #28c76f !important;
|
||||
}
|
||||
.dark-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(0, 207, 232, 0.16) !important;
|
||||
color: #00cfe8 !important;
|
||||
}
|
||||
.dark-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(255, 159, 67, 0.16) !important;
|
||||
color: #ff9f43 !important;
|
||||
}
|
||||
.dark-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(234, 84, 85, 0.16) !important;
|
||||
color: #ea5455 !important;
|
||||
}
|
||||
.dark-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(68, 71, 91, 0.16) !important;
|
||||
color: #44475b !important;
|
||||
}
|
||||
.dark-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(215, 216, 222, 0.16) !important;
|
||||
color: #d7d8de !important;
|
||||
}
|
||||
.dark-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background: rgba(255, 255, 255, 0.16) !important;
|
||||
color: rgba(255, 255, 255, 0.8) !important;
|
||||
}
|
131
resources/themestyle/libs/select2/select2.js
vendored
Normal file
131
resources/themestyle/libs/select2/select2.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1335
resources/themestyle/libs/sweetalert2/sweetalert2.css
Normal file
1335
resources/themestyle/libs/sweetalert2/sweetalert2.css
Normal file
File diff suppressed because it is too large
Load Diff
120
resources/themestyle/libs/sweetalert2/sweetalert2.js
Normal file
120
resources/themestyle/libs/sweetalert2/sweetalert2.js
Normal file
File diff suppressed because one or more lines are too long
910
resources/themestyle/libs/swiper/swiper.css
Normal file
910
resources/themestyle/libs/swiper/swiper.css
Normal file
@@ -0,0 +1,910 @@
|
||||
/**
|
||||
* Swiper 9.4.1
|
||||
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
||||
* https://swiperjs.com
|
||||
*
|
||||
* Copyright 2014-2023 Vladimir Kharlampidi
|
||||
*
|
||||
* Released under the MIT License
|
||||
*
|
||||
* Released on: June 13, 2023
|
||||
*/
|
||||
/* FONT_START */
|
||||
@font-face {
|
||||
font-family: "swiper-icons";
|
||||
src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
/* FONT_END */
|
||||
:root {
|
||||
--swiper-theme-color: #007aff;
|
||||
/*
|
||||
--swiper-preloader-color: var(--swiper-theme-color);
|
||||
--swiper-wrapper-transition-timing-function: initial;
|
||||
*/
|
||||
}
|
||||
|
||||
.swiper,
|
||||
swiper-container {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
/* Fix of Webkit flickering */
|
||||
z-index: 1;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.swiper-vertical > .swiper-wrapper {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.swiper-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
transition-property: transform;
|
||||
transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.swiper-android .swiper-slide,
|
||||
.swiper-wrapper {
|
||||
transform: translate3d(0px, 0, 0);
|
||||
}
|
||||
|
||||
.swiper-horizontal {
|
||||
touch-action: pan-y;
|
||||
}
|
||||
|
||||
.swiper-vertical {
|
||||
touch-action: pan-x;
|
||||
}
|
||||
|
||||
.swiper-slide,
|
||||
swiper-slide {
|
||||
flex-shrink: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
transition-property: transform;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.swiper-slide-invisible-blank {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Auto Height */
|
||||
.swiper-autoheight,
|
||||
.swiper-autoheight .swiper-slide {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.swiper-autoheight .swiper-wrapper {
|
||||
align-items: flex-start;
|
||||
transition-property: transform, height;
|
||||
}
|
||||
|
||||
.swiper-backface-hidden .swiper-slide {
|
||||
transform: translateZ(0);
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
/* 3D Effects */
|
||||
.swiper-3d.swiper-css-mode .swiper-wrapper {
|
||||
perspective: 1200px;
|
||||
}
|
||||
|
||||
.swiper-3d .swiper-wrapper {
|
||||
transform-style: preserve-3d;
|
||||
}
|
||||
|
||||
.swiper-3d {
|
||||
perspective: 1200px;
|
||||
}
|
||||
|
||||
.swiper-3d .swiper-slide,
|
||||
.swiper-3d .swiper-slide-shadow,
|
||||
.swiper-3d .swiper-slide-shadow-left,
|
||||
.swiper-3d .swiper-slide-shadow-right,
|
||||
.swiper-3d .swiper-slide-shadow-top,
|
||||
.swiper-3d .swiper-slide-shadow-bottom,
|
||||
.swiper-3d .swiper-cube-shadow {
|
||||
transform-style: preserve-3d;
|
||||
}
|
||||
|
||||
.swiper-3d .swiper-slide-shadow,
|
||||
.swiper-3d .swiper-slide-shadow-left,
|
||||
.swiper-3d .swiper-slide-shadow-right,
|
||||
.swiper-3d .swiper-slide-shadow-top,
|
||||
.swiper-3d .swiper-slide-shadow-bottom {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
pointer-events: none;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.swiper-3d .swiper-slide-shadow {
|
||||
background: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.swiper-3d .swiper-slide-shadow-left {
|
||||
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
||||
}
|
||||
|
||||
.swiper-3d .swiper-slide-shadow-right {
|
||||
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
||||
}
|
||||
|
||||
.swiper-3d .swiper-slide-shadow-top {
|
||||
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
||||
}
|
||||
|
||||
.swiper-3d .swiper-slide-shadow-bottom {
|
||||
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
||||
}
|
||||
|
||||
/* CSS Mode */
|
||||
.swiper-css-mode > .swiper-wrapper {
|
||||
overflow: auto;
|
||||
scrollbar-width: none;
|
||||
/* For Firefox */
|
||||
-ms-overflow-style: none;
|
||||
/* For Internet Explorer and Edge */
|
||||
}
|
||||
|
||||
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
|
||||
scroll-snap-align: start start;
|
||||
}
|
||||
|
||||
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
|
||||
scroll-snap-type: x mandatory;
|
||||
}
|
||||
|
||||
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
|
||||
scroll-snap-type: y mandatory;
|
||||
}
|
||||
|
||||
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
|
||||
scroll-snap-type: none;
|
||||
}
|
||||
|
||||
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
|
||||
scroll-snap-align: none;
|
||||
}
|
||||
|
||||
.swiper-centered > .swiper-wrapper::before {
|
||||
content: "";
|
||||
flex-shrink: 0;
|
||||
order: 9999;
|
||||
}
|
||||
|
||||
.swiper-centered > .swiper-wrapper > .swiper-slide {
|
||||
scroll-snap-align: center center;
|
||||
scroll-snap-stop: always;
|
||||
}
|
||||
|
||||
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
|
||||
margin-inline-start: var(--swiper-centered-offset-before);
|
||||
}
|
||||
|
||||
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
|
||||
height: 100%;
|
||||
min-height: 1px;
|
||||
width: var(--swiper-centered-offset-after);
|
||||
}
|
||||
|
||||
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
|
||||
margin-block-start: var(--swiper-centered-offset-before);
|
||||
}
|
||||
|
||||
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
|
||||
width: 100%;
|
||||
min-width: 1px;
|
||||
height: var(--swiper-centered-offset-after);
|
||||
}
|
||||
|
||||
.swiper-lazy-preloader {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -21px;
|
||||
margin-top: -21px;
|
||||
z-index: 10;
|
||||
transform-origin: 50%;
|
||||
box-sizing: border-box;
|
||||
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
|
||||
border-radius: 50%;
|
||||
border-top-color: transparent;
|
||||
}
|
||||
|
||||
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
|
||||
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
|
||||
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
|
||||
animation: swiper-preloader-spin 1s infinite linear;
|
||||
}
|
||||
|
||||
.swiper-lazy-preloader-white {
|
||||
--swiper-preloader-color: #fff;
|
||||
}
|
||||
|
||||
.swiper-lazy-preloader-black {
|
||||
--swiper-preloader-color: #000;
|
||||
}
|
||||
|
||||
@keyframes swiper-preloader-spin {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
.swiper-virtual .swiper-slide {
|
||||
-webkit-backface-visibility: hidden;
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
|
||||
height: 1px;
|
||||
width: var(--swiper-virtual-size);
|
||||
}
|
||||
|
||||
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
|
||||
width: 1px;
|
||||
height: var(--swiper-virtual-size);
|
||||
}
|
||||
|
||||
:root {
|
||||
--swiper-navigation-size: 44px;
|
||||
/*
|
||||
--swiper-navigation-top-offset: 50%;
|
||||
--swiper-navigation-sides-offset: 10px;
|
||||
--swiper-navigation-color: var(--swiper-theme-color);
|
||||
*/
|
||||
}
|
||||
|
||||
.swiper-button-prev,
|
||||
.swiper-button-next {
|
||||
position: absolute;
|
||||
top: var(--swiper-navigation-top-offset, 50%);
|
||||
width: calc(var(--swiper-navigation-size) / 44 * 27);
|
||||
height: var(--swiper-navigation-size);
|
||||
margin-top: calc(0px - var(--swiper-navigation-size) / 2);
|
||||
z-index: 10;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: var(--swiper-navigation-color, var(--swiper-theme-color));
|
||||
}
|
||||
|
||||
.swiper-button-prev.swiper-button-disabled,
|
||||
.swiper-button-next.swiper-button-disabled {
|
||||
opacity: 0.35;
|
||||
cursor: auto;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.swiper-button-prev.swiper-button-hidden,
|
||||
.swiper-button-next.swiper-button-hidden {
|
||||
opacity: 0;
|
||||
cursor: auto;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.swiper-navigation-disabled .swiper-button-prev,
|
||||
.swiper-navigation-disabled .swiper-button-next {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.swiper-button-prev:after,
|
||||
.swiper-button-next:after {
|
||||
font-family: swiper-icons;
|
||||
font-size: var(--swiper-navigation-size);
|
||||
text-transform: none !important;
|
||||
letter-spacing: 0;
|
||||
font-variant: initial;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.swiper-button-prev,
|
||||
.swiper-rtl .swiper-button-next {
|
||||
left: var(--swiper-navigation-sides-offset, 10px);
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.swiper-button-prev:after,
|
||||
.swiper-rtl .swiper-button-next:after {
|
||||
content: "prev";
|
||||
}
|
||||
|
||||
.swiper-button-next,
|
||||
.swiper-rtl .swiper-button-prev {
|
||||
right: var(--swiper-navigation-sides-offset, 10px);
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.swiper-button-next:after,
|
||||
.swiper-rtl .swiper-button-prev:after {
|
||||
content: "next";
|
||||
}
|
||||
|
||||
.swiper-button-lock {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:root {
|
||||
/*
|
||||
--swiper-pagination-color: var(--swiper-theme-color);
|
||||
--swiper-pagination-left: auto;
|
||||
--swiper-pagination-right: 8px;
|
||||
--swiper-pagination-bottom: 8px;
|
||||
--swiper-pagination-top: auto;
|
||||
--swiper-pagination-fraction-color: inherit;
|
||||
--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
|
||||
--swiper-pagination-progressbar-size: 4px;
|
||||
--swiper-pagination-bullet-size: 8px;
|
||||
--swiper-pagination-bullet-width: 8px;
|
||||
--swiper-pagination-bullet-height: 8px;
|
||||
--swiper-pagination-bullet-border-radius: 50%;
|
||||
--swiper-pagination-bullet-inactive-color: #000;
|
||||
--swiper-pagination-bullet-inactive-opacity: 0.2;
|
||||
--swiper-pagination-bullet-opacity: 1;
|
||||
--swiper-pagination-bullet-horizontal-gap: 4px;
|
||||
--swiper-pagination-bullet-vertical-gap: 6px;
|
||||
*/
|
||||
}
|
||||
|
||||
.swiper-pagination {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
transition: 300ms opacity;
|
||||
transform: translate3d(0, 0, 0);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.swiper-pagination.swiper-pagination-hidden {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.swiper-pagination-disabled > .swiper-pagination,
|
||||
.swiper-pagination.swiper-pagination-disabled {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Common Styles */
|
||||
.swiper-pagination-fraction,
|
||||
.swiper-pagination-custom,
|
||||
.swiper-horizontal > .swiper-pagination-bullets,
|
||||
.swiper-pagination-bullets.swiper-pagination-horizontal {
|
||||
bottom: var(--swiper-pagination-bottom, 8px);
|
||||
top: var(--swiper-pagination-top, auto);
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Bullets */
|
||||
.swiper-pagination-bullets-dynamic {
|
||||
overflow: hidden;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
||||
transform: scale(0.33);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
|
||||
transform: scale(0.66);
|
||||
}
|
||||
|
||||
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
|
||||
transform: scale(0.33);
|
||||
}
|
||||
|
||||
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
|
||||
transform: scale(0.66);
|
||||
}
|
||||
|
||||
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
|
||||
transform: scale(0.33);
|
||||
}
|
||||
|
||||
.swiper-pagination-bullet {
|
||||
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
|
||||
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
|
||||
display: inline-block;
|
||||
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
|
||||
background: var(--swiper-pagination-bullet-inactive-color, #000);
|
||||
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
|
||||
}
|
||||
|
||||
button.swiper-pagination-bullet {
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-shadow: none;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.swiper-pagination-clickable .swiper-pagination-bullet {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.swiper-pagination-bullet:only-child {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.swiper-pagination-bullet-active {
|
||||
opacity: var(--swiper-pagination-bullet-opacity, 1);
|
||||
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
||||
}
|
||||
|
||||
.swiper-vertical > .swiper-pagination-bullets,
|
||||
.swiper-pagination-vertical.swiper-pagination-bullets {
|
||||
right: var(--swiper-pagination-right, 8px);
|
||||
left: var(--swiper-pagination-left, auto);
|
||||
top: 50%;
|
||||
transform: translate3d(0px, -50%, 0);
|
||||
}
|
||||
|
||||
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
|
||||
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
|
||||
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
||||
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
||||
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
||||
display: inline-block;
|
||||
transition: 200ms transform, 200ms top;
|
||||
}
|
||||
|
||||
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
|
||||
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
|
||||
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
|
||||
}
|
||||
|
||||
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
||||
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
||||
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
||||
transition: 200ms transform, 200ms left;
|
||||
}
|
||||
|
||||
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
||||
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
||||
transition: 200ms transform, 200ms right;
|
||||
}
|
||||
|
||||
/* Fraction */
|
||||
.swiper-pagination-fraction {
|
||||
color: var(--swiper-pagination-fraction-color, inherit);
|
||||
}
|
||||
|
||||
/* Progress */
|
||||
.swiper-pagination-progressbar {
|
||||
background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
|
||||
position: absolute;
|
||||
/*ADD_HOST*/
|
||||
}
|
||||
|
||||
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
||||
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transform: scale(0);
|
||||
transform-origin: left top;
|
||||
}
|
||||
|
||||
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
||||
transform-origin: right top;
|
||||
}
|
||||
|
||||
.swiper-horizontal > .swiper-pagination-progressbar,
|
||||
.swiper-pagination-progressbar.swiper-pagination-horizontal,
|
||||
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
|
||||
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
|
||||
width: 100%;
|
||||
height: var(--swiper-pagination-progressbar-size, 4px);
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.swiper-vertical > .swiper-pagination-progressbar,
|
||||
.swiper-pagination-progressbar.swiper-pagination-vertical,
|
||||
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
|
||||
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
|
||||
width: var(--swiper-pagination-progressbar-size, 4px);
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.swiper-pagination-lock {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:root {
|
||||
/*
|
||||
--swiper-scrollbar-border-radius: 10px;
|
||||
--swiper-scrollbar-top: auto;
|
||||
--swiper-scrollbar-bottom: 4px;
|
||||
--swiper-scrollbar-left: auto;
|
||||
--swiper-scrollbar-right: 4px;
|
||||
--swiper-scrollbar-sides-offset: 1%;
|
||||
--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
|
||||
--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
|
||||
--swiper-scrollbar-size: 4px;
|
||||
*/
|
||||
}
|
||||
|
||||
.swiper-scrollbar {
|
||||
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
||||
position: relative;
|
||||
-ms-touch-action: none;
|
||||
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
|
||||
}
|
||||
|
||||
.swiper-scrollbar-disabled > .swiper-scrollbar,
|
||||
.swiper-scrollbar.swiper-scrollbar-disabled {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.swiper-horizontal > .swiper-scrollbar,
|
||||
.swiper-scrollbar.swiper-scrollbar-horizontal {
|
||||
position: absolute;
|
||||
left: var(--swiper-scrollbar-sides-offset, 1%);
|
||||
bottom: var(--swiper-scrollbar-bottom, 4px);
|
||||
top: var(--swiper-scrollbar-top, auto);
|
||||
z-index: 50;
|
||||
height: var(--swiper-scrollbar-size, 4px);
|
||||
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
||||
}
|
||||
|
||||
.swiper-vertical > .swiper-scrollbar,
|
||||
.swiper-scrollbar.swiper-scrollbar-vertical {
|
||||
position: absolute;
|
||||
left: var(--swiper-scrollbar-left, auto);
|
||||
right: var(--swiper-scrollbar-right, 4px);
|
||||
top: var(--swiper-scrollbar-sides-offset, 1%);
|
||||
z-index: 50;
|
||||
width: var(--swiper-scrollbar-size, 4px);
|
||||
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
||||
}
|
||||
|
||||
.swiper-scrollbar-drag {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
|
||||
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.swiper-scrollbar-cursor-drag {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.swiper-scrollbar-lock {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.swiper-zoom-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.swiper-zoom-container > img,
|
||||
.swiper-zoom-container > svg,
|
||||
.swiper-zoom-container > canvas {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.swiper-slide-zoomed {
|
||||
cursor: move;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
/* a11y */
|
||||
.swiper .swiper-notification,
|
||||
swiper-container .swiper-notification {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
z-index: -1000;
|
||||
}
|
||||
|
||||
.swiper-free-mode > .swiper-wrapper {
|
||||
transition-timing-function: ease-out;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.swiper-grid > .swiper-wrapper {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.swiper-grid-column > .swiper-wrapper {
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.swiper-fade.swiper-free-mode .swiper-slide {
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.swiper-fade .swiper-slide {
|
||||
pointer-events: none;
|
||||
transition-property: opacity;
|
||||
}
|
||||
|
||||
.swiper-fade .swiper-slide .swiper-slide {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.swiper-fade .swiper-slide-active,
|
||||
.swiper-fade .swiper-slide-active .swiper-slide-active {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.swiper-cube {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.swiper-cube .swiper-slide {
|
||||
pointer-events: none;
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
z-index: 1;
|
||||
visibility: hidden;
|
||||
transform-origin: 0 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.swiper-cube .swiper-slide .swiper-slide {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.swiper-cube.swiper-rtl .swiper-slide {
|
||||
transform-origin: 100% 0;
|
||||
}
|
||||
|
||||
.swiper-cube .swiper-slide-active,
|
||||
.swiper-cube .swiper-slide-active .swiper-slide-active {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.swiper-cube .swiper-slide-active,
|
||||
.swiper-cube .swiper-slide-next,
|
||||
.swiper-cube .swiper-slide-prev,
|
||||
.swiper-cube .swiper-slide-next + .swiper-slide {
|
||||
pointer-events: auto;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.swiper-cube .swiper-slide-shadow-top,
|
||||
.swiper-cube .swiper-slide-shadow-bottom,
|
||||
.swiper-cube .swiper-slide-shadow-left,
|
||||
.swiper-cube .swiper-slide-shadow-right {
|
||||
z-index: 0;
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
.swiper-cube .swiper-cube-shadow {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.6;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.swiper-cube .swiper-cube-shadow:before {
|
||||
content: "";
|
||||
background: #000;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
filter: blur(50px);
|
||||
}
|
||||
|
||||
.swiper-flip {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.swiper-flip .swiper-slide {
|
||||
pointer-events: none;
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.swiper-flip .swiper-slide .swiper-slide {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.swiper-flip .swiper-slide-active,
|
||||
.swiper-flip .swiper-slide-active .swiper-slide-active {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.swiper-flip .swiper-slide-shadow-top,
|
||||
.swiper-flip .swiper-slide-shadow-bottom,
|
||||
.swiper-flip .swiper-slide-shadow-left,
|
||||
.swiper-flip .swiper-slide-shadow-right {
|
||||
z-index: 0;
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
.swiper-creative .swiper-slide {
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
overflow: hidden;
|
||||
transition-property: transform, opacity, height;
|
||||
}
|
||||
|
||||
.swiper-cards {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.swiper-cards .swiper-slide {
|
||||
transform-origin: center bottom;
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.swiper {
|
||||
width: 100%;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
.swiper .swiper-slide {
|
||||
color: #fff;
|
||||
}
|
||||
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active.bg-transparent {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.swiper-button-prev,
|
||||
.swiper-button-next {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.swiper-button-prev.swiper-button-white,
|
||||
.swiper-button-next.swiper-button-white {
|
||||
color: #fff;
|
||||
}
|
||||
.swiper-button-prev.custom-icon,
|
||||
.swiper-button-next.custom-icon {
|
||||
background-image: none;
|
||||
line-height: 1;
|
||||
}
|
||||
.swiper-button-prev.custom-icon::after,
|
||||
.swiper-button-next.custom-icon::after {
|
||||
font-size: 2rem;
|
||||
}
|
||||
[dir=rtl] .swiper-button-prev.custom-icon,
|
||||
[dir=rtl] .swiper-button-next.custom-icon {
|
||||
transform: scaleX(-1) rotate(180deg);
|
||||
}
|
||||
|
||||
.swiper-pagination-bullet {
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
.swiper-pagination-progressbar,
|
||||
.swiper-scrollbar {
|
||||
background: rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.swiper-scrollbar-drag {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.swiper-pagination-white .swiper-pagination-bullet {
|
||||
background: #fff !important;
|
||||
}
|
||||
.swiper-pagination-white .swiper-pagination-bullet-active {
|
||||
background: #fff !important;
|
||||
}
|
||||
|
||||
.swiper-scrollbar-white {
|
||||
background: rgba(255, 255, 255, 0.2) !important;
|
||||
}
|
||||
.swiper-scrollbar-white .swiper-scrollbar-drag {
|
||||
background: #fff !important;
|
||||
}
|
||||
|
||||
.dark-style .swiper-3d .swiper-pagination-bullet {
|
||||
background-color: #fff;
|
||||
}
|
||||
.dark-style .swiper-3d .swiper-button-prev.swiper-button-black,
|
||||
.dark-style .swiper-3d .swiper-button-next.swiper-button-black {
|
||||
--swiper-navigation-color: $white;
|
||||
}
|
||||
|
||||
[dir=rtl] .swiper-button-next {
|
||||
right: auto;
|
||||
left: 10px;
|
||||
}
|
||||
[dir=rtl] .swiper-button-prev {
|
||||
right: 10px;
|
||||
left: auto;
|
||||
}
|
||||
[dir=rtl] .swiper-vertical > .swiper-pagination-bullets {
|
||||
right: auto;
|
||||
left: 10px;
|
||||
}
|
||||
[dir=rtl] .swiper-vertical > .swiper-pagination-progressbar {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
[dir=rtl] .swiper-vertical > .swiper-scrollbar {
|
||||
right: auto;
|
||||
left: 3px;
|
||||
}
|
1078
resources/themestyle/libs/swiper/swiper.js
Normal file
1078
resources/themestyle/libs/swiper/swiper.js
Normal file
File diff suppressed because one or more lines are too long
91
resources/themestyle/libs/typeahead-js/typeahead.css
Normal file
91
resources/themestyle/libs/typeahead-js/typeahead.css
Normal file
@@ -0,0 +1,91 @@
|
||||
.twitter-typeahead {
|
||||
display: block !important;
|
||||
}
|
||||
.twitter-typeahead .tt-menu {
|
||||
float: left;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 100%;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
background-clip: padding-box;
|
||||
display: none;
|
||||
}
|
||||
[dir=rtl] .twitter-typeahead .tt-menu {
|
||||
float: right;
|
||||
left: auto !important;
|
||||
right: 0 !important;
|
||||
text-align: right;
|
||||
}
|
||||
.twitter-typeahead .tt-menu .tt-suggestion {
|
||||
text-align: inherit;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
background: none;
|
||||
clear: both;
|
||||
cursor: pointer;
|
||||
}
|
||||
.twitter-typeahead .tt-menu .tt-suggestion p {
|
||||
margin: 0;
|
||||
}
|
||||
.twitter-typeahead .tt-menu .tt-suggestion .tt-highlight {
|
||||
font-weight: 500;
|
||||
}
|
||||
.twitter-typeahead .tt-hint {
|
||||
color: #999;
|
||||
}
|
||||
[dir=rtl] .twitter-typeahead .tt-input {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.light-style .twitter-typeahead .tt-menu {
|
||||
min-width: 10rem;
|
||||
padding: 0.5rem 0;
|
||||
font-size: 0.9375rem;
|
||||
z-index: 1000;
|
||||
margin: 0.25rem 0;
|
||||
color: #6f6b7d;
|
||||
box-shadow: 0 0.25rem 1rem rgba(165, 163, 174, 0.45);
|
||||
background-color: #fff;
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
.light-style .twitter-typeahead .tt-hint {
|
||||
color: #b7b5be;
|
||||
}
|
||||
.light-style .twitter-typeahead .tt-suggestion {
|
||||
font-weight: 400;
|
||||
color: #5d596c;
|
||||
padding: 0.42rem 1rem;
|
||||
}
|
||||
.light-style .twitter-typeahead .tt-suggestion:hover, .light-style .twitter-typeahead .tt-suggestion:focus {
|
||||
text-decoration: none;
|
||||
color: #7367f0;
|
||||
background-color: rgba(115, 103, 240, 0.08);
|
||||
}
|
||||
|
||||
.dark-style .twitter-typeahead .tt-menu {
|
||||
color: #b6bee3;
|
||||
min-width: 10rem;
|
||||
padding: 0.5rem 0;
|
||||
margin: 0.25rem 0;
|
||||
box-shadow: 0 0.25rem 1rem rgba(15, 20, 34, 0.55);
|
||||
font-size: 0.9375rem;
|
||||
background-color: #2f3349;
|
||||
z-index: 1000;
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
.dark-style .twitter-typeahead .tt-menu .tt-suggestion {
|
||||
font-weight: 400;
|
||||
color: #cfd3ec;
|
||||
padding: 0.42rem 1rem;
|
||||
}
|
||||
.dark-style .twitter-typeahead .tt-menu .tt-suggestion:hover, .dark-style .twitter-typeahead .tt-menu .tt-suggestion:focus {
|
||||
text-decoration: none;
|
||||
color: #7367f0;
|
||||
background-color: rgba(115, 103, 240, 0.08);
|
||||
}
|
||||
.dark-style .twitter-typeahead .tt-hint {
|
||||
color: #5e6692;
|
||||
}
|
131
resources/themestyle/libs/typeahead-js/typeahead.js
Normal file
131
resources/themestyle/libs/typeahead-js/typeahead.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user