Files
Chamilo/web/assets/pretty-checkbox/src/scss/extras/_locked.scss
2025-04-10 11:37:29 +02:00

6 lines
94 B
SCSS

.#{$pretty--class-name}.p-locked {
input {
display: none;
cursor: not-allowed;
}
}