- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
319 B
SCSS
Executable File
15 lines
319 B
SCSS
Executable File
@import "../bootstrap/variables";
|
|
@import "../partials/radio-switch";
|
|
|
|
.is-list-disabled {
|
|
pointer-events: none;
|
|
|
|
input {
|
|
pointer-events: none;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
border-color: rgba(220, 220, 222, 0.75);
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
|
|
color: rgba(44, 51, 56, 0.5);
|
|
}
|
|
}
|