File size: 277 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | .loading-placeholder {
button.form-button,
input[type="text"].form-text-input,
select.form-select {
@include placeholder( --color-neutral-10 );
cursor: default;
pointer-events: none;
}
}
.loading-placeholder__content {
@include placeholder( --color-neutral-10 );
}
|