summaryrefslogtreecommitdiff
path: root/templates/assets/sass/material-kit/plugins/_plugin-nouislider.scss
diff options
context:
space:
mode:
authorKapil Viren Ahuja <k.v.ahuja@gmail.com>2017-03-23 15:17:03 +0530
committerKapil Viren Ahuja <k.v.ahuja@gmail.com>2017-03-23 15:17:03 +0530
commit01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7 (patch)
tree3d14b60e737ecd6c3c516798cddf5ca52db24348 /templates/assets/sass/material-kit/plugins/_plugin-nouislider.scss
parentc9198259402c1d01ad8d943832c20069635963da (diff)
downloadminionlivesmatter-01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7.tar.gz
minionlivesmatter-01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7.zip
adding the new theme
Diffstat (limited to 'templates/assets/sass/material-kit/plugins/_plugin-nouislider.scss')
-rwxr-xr-xtemplates/assets/sass/material-kit/plugins/_plugin-nouislider.scss161
1 files changed, 0 insertions, 161 deletions
diff --git a/templates/assets/sass/material-kit/plugins/_plugin-nouislider.scss b/templates/assets/sass/material-kit/plugins/_plugin-nouislider.scss
deleted file mode 100755
index 49204fa..0000000
--- a/templates/assets/sass/material-kit/plugins/_plugin-nouislider.scss
+++ /dev/null
@@ -1,161 +0,0 @@
-// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
-
-.noUi-target,
-.noUi-target * {
- -webkit-touch-callout: none;
- -ms-touch-action: none;
- user-select: none;
- box-sizing: border-box;
-}
-.noUi-base {
- width: 100%;
- height: 100%;
- position: relative;
-}
-.noUi-origin {
- position: absolute;
- right: 0;
- top: 0;
- left: 0;
- bottom: 0;
-}
-.noUi-handle {
- position: relative;
- z-index: 1;
- box-sizing: border-box;
-}
-.noUi-stacking .noUi-handle {
- z-index: 10;
-}
-//.noUi-stacking + .noUi-origin {
-// *z-index: -1;
-//} WARNING: Property with star prefix found. Checks for the star property hack (targets IE6/7) (star-property-hack) Browsers: All
-.noUi-state-tap .noUi-origin {
- transition: left 0.3s, top 0.3s;
-}
-.noUi-state-drag * {
- cursor: inherit !important;
-}
-.noUi-horizontal {
- height: 10px;
-}
-.noUi-handle {
- box-sizing: border-box;
- width: 14px;
- height: 14px;
- left: -10px;
- top: -6px;
- cursor: pointer;
- border-radius: 100%;
- transition: all 0.2s ease-out;
- border: 1px solid;
- background: $white-color;
-
- @include shadow-2dp();
-}
-.noUi-vertical .noUi-handle {
- margin-left: 5px;
- cursor: ns-resize;
-}
-.noUi-horizontal.noUi-extended {
- padding: 0 15px;
-}
-.noUi-horizontal.noUi-extended .noUi-origin {
- right: -15px;
-}
-.noUi-background {
- height: 2px;
- margin: 20px 0;
-}
-.noUi-origin {
- margin: 0;
- border-radius: 0;
- height: 2px;
- background: #c8c8c8;
- &[style^="left: 0"] .noUi-handle {
- background-color: #fff;
- border: 2px solid #c8c8c8;
- &.noUi-active {
- border-width: 1px;
- }
- }
-}
-.noUi-target {
- border-radius: $border-radius-base;
-}
-.noUi-horizontal {
- height: 2px;
- margin: 15px 0;
-}
-.noUi-vertical {
- height: 100%;
- width: 2px;
- margin: 0 15px;
- display: inline-block;
-}
-.noUi-handle.noUi-active {
- transform: scale3d(2, 2, 1);
-}
-[disabled].noUi-slider{
- opacity: 0.5;
-}
-[disabled] .noUi-handle {
- cursor: not-allowed;
-}
-
-.slider {
- background: #c8c8c8;
-}
-
-.slider {
-
- &.noUi-connect{
- background-color: $brand-primary;
- }
-
- .noUi-handle{
- border-color: $brand-primary;
- }
-
- &.slider-info{
- & .noUi-connect,
- &.noUi-connect{
- background-color: $brand-info;
- }
-
- .noUi-handle{
- border-color: $brand-info;
- }
- }
- &.slider-success{
- & .noUi-connect,
- &.noUi-connect{
- background-color: $brand-success;
- }
-
- .noUi-handle{
- border-color: $brand-success;
- }
- }
- &.slider-warning{
- & .noUi-connect,
- &.noUi-connect{
- background-color: $brand-warning;
- }
-
- .noUi-handle{
- border-color: $brand-warning;
- }
- }
- &.slider-danger{
- & .noUi-connect,
- &.noUi-connect{
- background-color: $brand-danger;
- }
-
- .noUi-handle{
- border-color: $brand-danger;
- }
- }
-
-}