You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

36 lines
629 B

/*Import Ladda Button Plugin*/
@import url(ladda.min.css);
.ladda-btn .btn-u {
font-weight: 600;
font-family: sans-serif;
}
.ladda-button[data-style=expand-down] .ladda-spinner {
top:65%;
}
.ladda-button[data-style=contract] {
width:130px;
}
.ladda-button {
padding:6px 13px;
font-size:14px;
}
.ladda-button.btn-u-lg {
padding:10px 25px;
}
.ladda-button.btn-u-lg .ladda-label {
font-size:18px;
}
.ladda-button.btn-u-xs {
padding:2px 12px;
line-height:18px;
}
.ladda-button.btn-u-xs.ladda-label {
font-size:12px;
}
.ladda-button.btn-u-sm {
padding:3px 12px;
}
.ladda-button.btn-u-sm .ladda-label {
font-size:14px;
}