mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 19:14:09 +03:00
parent
5f2fcff92b
commit
c406592f9d
26
dist/css/material-wfont.css
vendored
26
dist/css/material-wfont.css
vendored
|
@ -5389,12 +5389,21 @@ icon-material-lightgrey {
|
||||||
.noUi-horizontal {
|
.noUi-horizontal {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
.noUi-horizontal .noUi-handle {
|
.noUi-handle {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
left: -10px;
|
left: -10px;
|
||||||
top: -5px;
|
top: -5px;
|
||||||
|
cursor: ew-resize;
|
||||||
|
border-radius: 100%;
|
||||||
|
-webkit-transition: all 0.2s ease-out;
|
||||||
|
transition: all 0.2s ease-out;
|
||||||
|
border: 1px solid;
|
||||||
|
}
|
||||||
|
.noUi-vertical .noUi-handle {
|
||||||
|
margin-left: 5px;
|
||||||
|
cursor: ns-resize;
|
||||||
}
|
}
|
||||||
.noUi-horizontal.noUi-extended {
|
.noUi-horizontal.noUi-extended {
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
|
@ -5422,18 +5431,17 @@ icon-material-lightgrey {
|
||||||
.noUi-target {
|
.noUi-target {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
.noUi-handle {
|
|
||||||
border-radius: 100%;
|
|
||||||
cursor: default;
|
|
||||||
-webkit-transition: all 0.2s ease-out;
|
|
||||||
transition: all 0.2s ease-out;
|
|
||||||
border: 1px solid;
|
|
||||||
}
|
|
||||||
.noUi-horizontal {
|
.noUi-horizontal {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
}
|
}
|
||||||
.noUi-horizontal .noUi-handle.noUi-active {
|
.noUi-vertical {
|
||||||
|
height: 100%;
|
||||||
|
width: 2px;
|
||||||
|
margin: 0 15px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.noUi-handle.noUi-active {
|
||||||
-webkit-transform: scale(2.5);
|
-webkit-transform: scale(2.5);
|
||||||
-ms-transform: scale(2.5);
|
-ms-transform: scale(2.5);
|
||||||
transform: scale(2.5);
|
transform: scale(2.5);
|
||||||
|
|
2
dist/css/material-wfont.min.css
vendored
2
dist/css/material-wfont.min.css
vendored
File diff suppressed because one or more lines are too long
254
dist/css/material.css
vendored
254
dist/css/material.css
vendored
|
@ -2618,8 +2618,7 @@ body .jumbotron-material-lightgrey,
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: rgba(255, 255, 255, 0.84);
|
color: rgba(255, 255, 255, 0.84);
|
||||||
-webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
.btn:hover:not(.btn-link):not(.btn-flat) {
|
.btn:hover:not(.btn-link):not(.btn-flat) {
|
||||||
|
@ -2778,8 +2777,7 @@ body .jumbotron-material-lightgrey,
|
||||||
}
|
}
|
||||||
.btn.btn-raised {
|
.btn.btn-raised {
|
||||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
||||||
-webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
||||||
}
|
}
|
||||||
.btn.btn-raised:active:not(.btn-link) {
|
.btn.btn-raised:active:not(.btn-link) {
|
||||||
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
|
||||||
|
@ -2997,8 +2995,7 @@ body .jumbotron-material-lightgrey,
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
margin: 10px 1px;
|
margin: 10px 1px;
|
||||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
||||||
-webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
||||||
}
|
}
|
||||||
.btn-group:active:not(.btn-link),
|
.btn-group:active:not(.btn-link),
|
||||||
.btn-group-vertical:active:not(.btn-link) {
|
.btn-group-vertical:active:not(.btn-link) {
|
||||||
|
@ -3011,8 +3008,7 @@ body .jumbotron-material-lightgrey,
|
||||||
.btn-group.btn-group-raised,
|
.btn-group.btn-group-raised,
|
||||||
.btn-group-vertical.btn-group-raised {
|
.btn-group-vertical.btn-group-raised {
|
||||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
||||||
-webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
||||||
}
|
}
|
||||||
.btn-group.btn-group-raised:active:not(.btn-link),
|
.btn-group.btn-group-raised:active:not(.btn-link),
|
||||||
.btn-group-vertical.btn-group-raised:active:not(.btn-link) {
|
.btn-group-vertical.btn-group-raised:active:not(.btn-link) {
|
||||||
|
@ -3046,8 +3042,7 @@ body .jumbotron-material-lightgrey,
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
-webkit-transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
transition-duration: 0.2s;
|
|
||||||
}
|
}
|
||||||
.checkbox label .ripple {
|
.checkbox label .ripple {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -3064,12 +3059,10 @@ body .jumbotron-material-lightgrey,
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.checkbox label input[type=checkbox]:not(:checked) ~ .ripple {
|
.checkbox label input[type=checkbox]:not(:checked) ~ .ripple {
|
||||||
-webkit-animation: rippleOff 500ms;
|
animation: rippleOff 500ms;
|
||||||
animation: rippleOff 500ms;
|
|
||||||
}
|
}
|
||||||
.checkbox label input[type=checkbox]:checked ~ .ripple {
|
.checkbox label input[type=checkbox]:checked ~ .ripple {
|
||||||
-webkit-animation: rippleOn 500ms;
|
animation: rippleOn 500ms;
|
||||||
animation: rippleOn 500ms;
|
|
||||||
}
|
}
|
||||||
.checkbox label .check {
|
.checkbox label .check {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -3100,9 +3093,7 @@ body .jumbotron-material-lightgrey,
|
||||||
.checkbox label .check:before {
|
.checkbox label .check:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: "";
|
content: "";
|
||||||
-webkit-transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
-ms-transform: rotate(45deg);
|
|
||||||
transform: rotate(45deg);
|
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
|
@ -3115,8 +3106,7 @@ body .jumbotron-material-lightgrey,
|
||||||
0 0 0 0,
|
0 0 0 0,
|
||||||
0 0 0 0,
|
0 0 0 0,
|
||||||
0px 0px 0 0px inset;
|
0px 0px 0 0px inset;
|
||||||
-webkit-animation: checkbox-off 0.3s linear forwards;
|
animation: checkbox-off 0.3s linear forwards;
|
||||||
animation: checkbox-off 0.3s linear forwards;
|
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox] {
|
.checkbox input[type=checkbox] {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -3126,21 +3116,17 @@ body .jumbotron-material-lightgrey,
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox]:checked ~ .check:before {
|
.checkbox input[type=checkbox]:checked ~ .check:before {
|
||||||
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
|
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
|
||||||
-webkit-animation: checkbox-on 0.3s linear forwards;
|
animation: checkbox-on 0.3s linear forwards;
|
||||||
animation: checkbox-on 0.3s linear forwards;
|
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox]:not(:checked) ~ .check:after {
|
.checkbox input[type=checkbox]:not(:checked) ~ .check:after {
|
||||||
-webkit-animation: rippleOff 500ms linear forwards;
|
animation: rippleOff 500ms linear forwards;
|
||||||
animation: rippleOff 500ms linear forwards;
|
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox]:checked ~ .check:after {
|
.checkbox input[type=checkbox]:checked ~ .check:after {
|
||||||
-webkit-animation: rippleOn 500ms linear forwards;
|
animation: rippleOn 500ms linear forwards;
|
||||||
animation: rippleOn 500ms linear forwards;
|
|
||||||
}
|
}
|
||||||
.checkbox:not(:hover) input[type=checkbox] ~ .check:before,
|
.checkbox:not(:hover) input[type=checkbox] ~ .check:before,
|
||||||
.checkbox:not(:hover) input[type=checkbox] ~ .check:after {
|
.checkbox:not(:hover) input[type=checkbox] ~ .check:after {
|
||||||
-webkit-animation-duration: 1ms;
|
animation-duration: 1ms;
|
||||||
animation-duration: 1ms;
|
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .check:before,
|
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .check:before,
|
||||||
.checkbox input[type=checkbox][disabled] ~ .circle {
|
.checkbox input[type=checkbox][disabled] ~ .circle {
|
||||||
|
@ -3148,9 +3134,7 @@ body .jumbotron-material-lightgrey,
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox][disabled] ~ .check:after {
|
.checkbox input[type=checkbox][disabled] ~ .check:after {
|
||||||
background-color: rgba(0, 0, 0, 0.84);
|
background-color: rgba(0, 0, 0, 0.84);
|
||||||
-webkit-transform: rotate(-45deg);
|
transform: rotate(-45deg);
|
||||||
-ms-transform: rotate(-45deg);
|
|
||||||
transform: rotate(-45deg);
|
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox]:checked ~ .check:after,
|
.checkbox input[type=checkbox]:checked ~ .check:after,
|
||||||
.checkbox-default input[type=checkbox]:checked ~ .check:after {
|
.checkbox-default input[type=checkbox]:checked ~ .check:after {
|
||||||
|
@ -3362,17 +3346,6 @@ body .jumbotron-material-lightgrey,
|
||||||
.checkbox-material-lightgrey input[type=checkbox]:checked ~ .check {
|
.checkbox-material-lightgrey input[type=checkbox]:checked ~ .check {
|
||||||
color: #ececec;
|
color: #ececec;
|
||||||
}
|
}
|
||||||
@-webkit-keyframes checkbox-on {
|
|
||||||
0% {
|
|
||||||
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@keyframes checkbox-on {
|
@keyframes checkbox-on {
|
||||||
0% {
|
0% {
|
||||||
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
|
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
|
||||||
|
@ -3384,53 +3357,6 @@ body .jumbotron-material-lightgrey,
|
||||||
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
|
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@-webkit-keyframes checkbox-off {
|
|
||||||
0% {
|
|
||||||
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
|
|
||||||
}
|
|
||||||
25% {
|
|
||||||
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
-webkit-transform: rotate(45deg);
|
|
||||||
transform: rotate(45deg);
|
|
||||||
margin-top: -4px;
|
|
||||||
margin-left: 6px;
|
|
||||||
width: 0px;
|
|
||||||
height: 0px;
|
|
||||||
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
|
|
||||||
}
|
|
||||||
51% {
|
|
||||||
-webkit-transform: rotate(0deg);
|
|
||||||
transform: rotate(0deg);
|
|
||||||
margin-top: -2px;
|
|
||||||
margin-left: -2px;
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
box-shadow: 0 0 0 0,
|
|
||||||
0 0 0 0,
|
|
||||||
0 0 0 0,
|
|
||||||
0 0 0 0,
|
|
||||||
0 0 0 0,
|
|
||||||
0 0 0 0,
|
|
||||||
0px 0px 0 10px inset;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
-webkit-transform: rotate(0deg);
|
|
||||||
transform: rotate(0deg);
|
|
||||||
margin-top: -2px;
|
|
||||||
margin-left: -2px;
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
box-shadow: 0 0 0 0,
|
|
||||||
0 0 0 0,
|
|
||||||
0 0 0 0,
|
|
||||||
0 0 0 0,
|
|
||||||
0 0 0 0,
|
|
||||||
0 0 0 0,
|
|
||||||
0px 0px 0 0px inset;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@keyframes checkbox-off {
|
@keyframes checkbox-off {
|
||||||
0% {
|
0% {
|
||||||
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
|
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
|
||||||
|
@ -3439,8 +3365,7 @@ body .jumbotron-material-lightgrey,
|
||||||
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
|
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
|
||||||
}
|
}
|
||||||
50% {
|
50% {
|
||||||
-webkit-transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
transform: rotate(45deg);
|
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
width: 0px;
|
width: 0px;
|
||||||
|
@ -3448,8 +3373,7 @@ body .jumbotron-material-lightgrey,
|
||||||
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
|
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
|
||||||
}
|
}
|
||||||
51% {
|
51% {
|
||||||
-webkit-transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
transform: rotate(0deg);
|
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
margin-left: -2px;
|
margin-left: -2px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
@ -3463,8 +3387,7 @@ body .jumbotron-material-lightgrey,
|
||||||
0px 0px 0 10px inset;
|
0px 0px 0 10px inset;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
-webkit-transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
transform: rotate(0deg);
|
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
margin-left: -2px;
|
margin-left: -2px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
@ -3478,17 +3401,6 @@ body .jumbotron-material-lightgrey,
|
||||||
0px 0px 0 0px inset;
|
0px 0px 0 0px inset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@-webkit-keyframes rippleOn {
|
|
||||||
0% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@keyframes rippleOn {
|
@keyframes rippleOn {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -3500,17 +3412,6 @@ body .jumbotron-material-lightgrey,
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@-webkit-keyframes rippleOff {
|
|
||||||
0% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@keyframes rippleOff {
|
@keyframes rippleOff {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -3535,8 +3436,7 @@ body .jumbotron-material-lightgrey,
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
-webkit-transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
transition-duration: 0.2s;
|
|
||||||
}
|
}
|
||||||
.radio label .circle {
|
.radio label .circle {
|
||||||
border: 2px solid rgba(0, 0, 0, 0.84);
|
border: 2px solid rgba(0, 0, 0, 0.84);
|
||||||
|
@ -3549,9 +3449,7 @@ body .jumbotron-material-lightgrey,
|
||||||
width: 15px;
|
width: 15px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background-color: rgba(0, 0, 0, 0.84);
|
background-color: rgba(0, 0, 0, 0.84);
|
||||||
-webkit-transform: scale(0);
|
transform: scale(0);
|
||||||
-ms-transform: scale(0);
|
|
||||||
transform: scale(0);
|
|
||||||
}
|
}
|
||||||
.radio label .check:after {
|
.radio label .check:after {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -3566,17 +3464,13 @@ body .jumbotron-material-lightgrey,
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
-webkit-transform: scale(1.5);
|
transform: scale(1.5);
|
||||||
-ms-transform: scale(1.5);
|
|
||||||
transform: scale(1.5);
|
|
||||||
}
|
}
|
||||||
.radio label input[type=radio]:not(:checked) ~ .check:after {
|
.radio label input[type=radio]:not(:checked) ~ .check:after {
|
||||||
-webkit-animation: rippleOff 500ms;
|
animation: rippleOff 500ms;
|
||||||
animation: rippleOff 500ms;
|
|
||||||
}
|
}
|
||||||
.radio label input[type=radio]:checked ~ .check:after {
|
.radio label input[type=radio]:checked ~ .check:after {
|
||||||
-webkit-animation: rippleOn 500ms;
|
animation: rippleOn 500ms;
|
||||||
animation: rippleOn 500ms;
|
|
||||||
}
|
}
|
||||||
.radio input[type=radio]:checked ~ .check,
|
.radio input[type=radio]:checked ~ .check,
|
||||||
.radio-default input[type=radio]:checked ~ .check {
|
.radio-default input[type=radio]:checked ~ .check {
|
||||||
|
@ -3726,9 +3620,7 @@ body .jumbotron-material-lightgrey,
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.radio input[type=radio]:checked ~ .check {
|
.radio input[type=radio]:checked ~ .check {
|
||||||
-webkit-transform: scale(0.55);
|
transform: scale(0.55);
|
||||||
-ms-transform: scale(0.55);
|
|
||||||
transform: scale(0.55);
|
|
||||||
}
|
}
|
||||||
.radio input[type=radio][disabled] ~ .circle {
|
.radio input[type=radio][disabled] ~ .circle {
|
||||||
border-color: rgba(0, 0, 0, 0.84);
|
border-color: rgba(0, 0, 0, 0.84);
|
||||||
|
@ -3820,8 +3712,7 @@ select[multiple].form-control.focus {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
-webkit-transition: 0.2s ease all;
|
transition: 0.2s ease all;
|
||||||
transition: 0.2s ease all;
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
.form-control-wrapper .form-control:not(.empty) ~ .floating-label {
|
.form-control-wrapper .form-control:not(.empty) ~ .floating-label {
|
||||||
|
@ -3854,19 +3745,13 @@ select[multiple].form-control.focus {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
background-color: #4285f4;
|
background-color: #4285f4;
|
||||||
bottom: -1px;
|
bottom: -1px;
|
||||||
-webkit-transform: scaleX(0);
|
transform: scaleX(0);
|
||||||
-ms-transform: scaleX(0);
|
transition: transform 0s;
|
||||||
transform: scaleX(0);
|
|
||||||
-webkit-transition: -webkit-transform 0s;
|
|
||||||
transition: transform 0s;
|
|
||||||
}
|
}
|
||||||
.form-control-wrapper .form-control:focus ~ .material-input:before,
|
.form-control-wrapper .form-control:focus ~ .material-input:before,
|
||||||
.form-control-wrapper .form-control.focus ~ .material-input:before {
|
.form-control-wrapper .form-control.focus ~ .material-input:before {
|
||||||
-webkit-transform: scaleX(1);
|
transform: scaleX(1);
|
||||||
-ms-transform: scaleX(1);
|
transition: transform 0.2s ease-out;
|
||||||
transform: scaleX(1);
|
|
||||||
-webkit-transition: -webkit-transform 0.2s ease-out;
|
|
||||||
transition: transform 0.2s ease-out;
|
|
||||||
}
|
}
|
||||||
.form-control-wrapper .material-input:after {
|
.form-control-wrapper .material-input:after {
|
||||||
content: "";
|
content: "";
|
||||||
|
@ -3878,9 +3763,7 @@ select[multiple].form-control.focus {
|
||||||
left: 0;
|
left: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
-webkit-transform-origin: left;
|
transform-origin: left;
|
||||||
-ms-transform-origin: left;
|
|
||||||
transform-origin: left;
|
|
||||||
}
|
}
|
||||||
.form-control-wrapper .input-lg ~ .material-input:after {
|
.form-control-wrapper .input-lg ~ .material-input:after {
|
||||||
height: 26px;
|
height: 26px;
|
||||||
|
@ -3893,10 +3776,8 @@ select[multiple].form-control.focus {
|
||||||
}
|
}
|
||||||
.form-control-wrapper .form-control:focus ~ .material-input:after,
|
.form-control-wrapper .form-control:focus ~ .material-input:after,
|
||||||
.form-control-wrapper .form-control.focus ~ .material-input:after {
|
.form-control-wrapper .form-control.focus ~ .material-input:after {
|
||||||
-webkit-animation: input-highlight 0.3s ease;
|
animation: input-highlight 0.3s ease;
|
||||||
animation: input-highlight 0.3s ease;
|
animation-fill-mode: forwards;
|
||||||
-webkit-animation-fill-mode: forwards;
|
|
||||||
animation-fill-mode: forwards;
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
.form-control-wrapper select ~ .material-input:after {
|
.form-control-wrapper select ~ .material-input:after {
|
||||||
|
@ -4314,31 +4195,13 @@ select.form-control.focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-color: #757575;
|
border-color: #757575;
|
||||||
}
|
}
|
||||||
@-webkit-keyframes input-highlight {
|
|
||||||
0% {
|
|
||||||
left: 20%;
|
|
||||||
-webkit-transform: scaleX(20%);
|
|
||||||
transform: scaleX(20%);
|
|
||||||
}
|
|
||||||
99% {
|
|
||||||
-webkit-transform: scaleX(0);
|
|
||||||
transform: scaleX(0);
|
|
||||||
left: 0;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@keyframes input-highlight {
|
@keyframes input-highlight {
|
||||||
0% {
|
0% {
|
||||||
left: 20%;
|
left: 20%;
|
||||||
-webkit-transform: scaleX(20%);
|
transform: scaleX(20%);
|
||||||
transform: scaleX(20%);
|
|
||||||
}
|
}
|
||||||
99% {
|
99% {
|
||||||
-webkit-transform: scaleX(0);
|
transform: scaleX(0);
|
||||||
transform: scaleX(0);
|
|
||||||
left: 0;
|
left: 0;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
@ -5320,21 +5183,15 @@ icon-material-lightgrey {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||||
height: 0;
|
height: 0;
|
||||||
-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
|
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
|
||||||
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
|
transform: translateY(200%);
|
||||||
-webkit-transform: translateY(200%);
|
|
||||||
-ms-transform: translateY(200%);
|
|
||||||
transform: translateY(200%);
|
|
||||||
}
|
}
|
||||||
.snackbar.snackbar-opened {
|
.snackbar.snackbar-opened {
|
||||||
padding: 14px 15px;
|
padding: 14px 15px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
height: auto;
|
height: auto;
|
||||||
-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
|
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
|
||||||
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
|
transform: none;
|
||||||
-webkit-transform: none;
|
|
||||||
-ms-transform: none;
|
|
||||||
transform: none;
|
|
||||||
}
|
}
|
||||||
.snackbar.toast {
|
.snackbar.toast {
|
||||||
border-radius: 200px;
|
border-radius: 200px;
|
||||||
|
@ -5343,10 +5200,7 @@ icon-material-lightgrey {
|
||||||
.noUi-target * {
|
.noUi-target * {
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
-ms-touch-action: none;
|
-ms-touch-action: none;
|
||||||
-webkit-user-select: none;
|
user-select: none;
|
||||||
-moz-user-select: none;
|
|
||||||
-ms-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.noUi-base {
|
.noUi-base {
|
||||||
|
@ -5373,8 +5227,7 @@ icon-material-lightgrey {
|
||||||
*z-index: -1;
|
*z-index: -1;
|
||||||
}
|
}
|
||||||
.noUi-state-tap .noUi-origin {
|
.noUi-state-tap .noUi-origin {
|
||||||
-webkit-transition: left 0.3s, top 0.3s;
|
transition: left 0.3s, top 0.3s;
|
||||||
transition: left 0.3s, top 0.3s;
|
|
||||||
}
|
}
|
||||||
.noUi-state-drag * {
|
.noUi-state-drag * {
|
||||||
cursor: inherit !important;
|
cursor: inherit !important;
|
||||||
|
@ -5382,12 +5235,20 @@ icon-material-lightgrey {
|
||||||
.noUi-horizontal {
|
.noUi-horizontal {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
.noUi-horizontal .noUi-handle {
|
.noUi-handle {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
left: -10px;
|
left: -10px;
|
||||||
top: -5px;
|
top: -5px;
|
||||||
|
cursor: ew-resize;
|
||||||
|
border-radius: 100%;
|
||||||
|
transition: all 0.2s ease-out;
|
||||||
|
border: 1px solid;
|
||||||
|
}
|
||||||
|
.noUi-vertical .noUi-handle {
|
||||||
|
margin-left: 5px;
|
||||||
|
cursor: ns-resize;
|
||||||
}
|
}
|
||||||
.noUi-horizontal.noUi-extended {
|
.noUi-horizontal.noUi-extended {
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
|
@ -5415,21 +5276,18 @@ icon-material-lightgrey {
|
||||||
.noUi-target {
|
.noUi-target {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
.noUi-handle {
|
|
||||||
border-radius: 100%;
|
|
||||||
cursor: default;
|
|
||||||
-webkit-transition: all 0.2s ease-out;
|
|
||||||
transition: all 0.2s ease-out;
|
|
||||||
border: 1px solid;
|
|
||||||
}
|
|
||||||
.noUi-horizontal {
|
.noUi-horizontal {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
}
|
}
|
||||||
.noUi-horizontal .noUi-handle.noUi-active {
|
.noUi-vertical {
|
||||||
-webkit-transform: scale(2.5);
|
height: 100%;
|
||||||
-ms-transform: scale(2.5);
|
width: 2px;
|
||||||
transform: scale(2.5);
|
margin: 0 15px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.noUi-handle.noUi-active {
|
||||||
|
transform: scale(2.5);
|
||||||
}
|
}
|
||||||
[disabled].noUi-slider {
|
[disabled].noUi-slider {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|
2
dist/css/material.min.css
vendored
2
dist/css/material.min.css
vendored
File diff suppressed because one or more lines are too long
25
index.html
25
index.html
|
@ -1895,9 +1895,16 @@
|
||||||
<h1 id="slider">Sliders <span style="font-size: 50%">(with noUiSlider)</span></h1>
|
<h1 id="slider">Sliders <span style="font-size: 50%">(with noUiSlider)</span></h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="bs-component">
|
<div class="bs-component">
|
||||||
<div class="slider"></div>
|
<div class="col-sm-6">
|
||||||
<div class="slider slider-success"></div>
|
<div class="slider shor"></div>
|
||||||
<div class="slider slider-material-pink"></div>
|
<div class="slider shor slider-success"></div>
|
||||||
|
<div class="slider shor slider-material-pink"></div>
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-6" style="height: 150px">
|
||||||
|
<div class="slider svert"></div>
|
||||||
|
<div class="slider svert slider-success"></div>
|
||||||
|
<div class="slider svert slider-material-pink"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>Read more about <a href="http://refreshless.com/nouislider/">noUiSlider here</a>.</p>
|
<p>Read more about <a href="http://refreshless.com/nouislider/">noUiSlider here</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -2310,7 +2317,17 @@
|
||||||
<script>
|
<script>
|
||||||
$(function() {
|
$(function() {
|
||||||
$.material.init();
|
$.material.init();
|
||||||
$(".slider").noUiSlider({
|
$(".shor").noUiSlider({
|
||||||
|
start: 40,
|
||||||
|
connect: "lower",
|
||||||
|
range: {
|
||||||
|
min: 0,
|
||||||
|
max: 100
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
$(".svert").noUiSlider({
|
||||||
|
orientation: "vertical",
|
||||||
start: 40,
|
start: 40,
|
||||||
connect: "lower",
|
connect: "lower",
|
||||||
range: {
|
range: {
|
||||||
|
|
|
@ -37,12 +37,20 @@
|
||||||
.noUi-horizontal {
|
.noUi-horizontal {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
.noUi-horizontal .noUi-handle {
|
.noUi-handle {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
left: -10px;
|
left: -10px;
|
||||||
top: -5px;
|
top: -5px;
|
||||||
|
cursor: ew-resize;
|
||||||
|
border-radius: 100%;
|
||||||
|
transition: all 0.2s ease-out;
|
||||||
|
border: 1px solid;
|
||||||
|
}
|
||||||
|
.noUi-vertical .noUi-handle {
|
||||||
|
margin-left: 5px;
|
||||||
|
cursor: ns-resize;
|
||||||
}
|
}
|
||||||
.noUi-horizontal.noUi-extended {
|
.noUi-horizontal.noUi-extended {
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
|
@ -70,17 +78,17 @@
|
||||||
.noUi-target {
|
.noUi-target {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
.noUi-handle {
|
|
||||||
border-radius: 100%;
|
|
||||||
cursor: default;
|
|
||||||
transition: all 0.2s ease-out;
|
|
||||||
border: 1px solid;
|
|
||||||
}
|
|
||||||
.noUi-horizontal {
|
.noUi-horizontal {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
}
|
}
|
||||||
.noUi-horizontal .noUi-handle.noUi-active {
|
.noUi-vertical {
|
||||||
|
height: 100%;
|
||||||
|
width: 2px;
|
||||||
|
margin: 0 15px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.noUi-handle.noUi-active {
|
||||||
transform: scale(2.5);
|
transform: scale(2.5);
|
||||||
}
|
}
|
||||||
[disabled].noUi-slider{
|
[disabled].noUi-slider{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user