wise-web-client
Version:
Based on Spine MVC framework
29 lines (23 loc) • 496 B
text/less
/*
* Custom one style for standard size button
* Add more if necessary
*/
.ladda-button .ladda-spinner{
visibility: hidden;
}
.ladda-button .ladda-spinner {
left: 0px;
}
.ladda-button[data-loading] {
padding-left: 35px;
}
.ladda-button[data-loading],.ladda-button[data-loading]:hover {
color: #008cba;
background-color: transparent;
}
.ladda-button[data-loading] .ladda-spinner {
visibility: visible;
opacity: 1;
left: 18px;
.vertical-center-helper;
}