10 lines
176 B
SCSS
10 lines
176 B
SCSS
|
/* Lada Button */
|
||
|
|
||
|
.ladda-button[data-style=contract-overlay][data-loading]{
|
||
|
z-index: 10;
|
||
|
width: 45px;
|
||
|
}
|
||
|
|
||
|
.ladda-button[data-style=contract][data-loading]{
|
||
|
width: 45px;
|
||
|
}
|