6 lines
94 B
SCSS
6 lines
94 B
SCSS
.#{$pretty--class-name}.p-locked {
|
|
input {
|
|
display: none;
|
|
cursor: not-allowed;
|
|
}
|
|
} |