- 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>
25 lines
414 B
SCSS
Executable File
25 lines
414 B
SCSS
Executable File
.#{$namespace}-header {
|
|
margin: -10px -20px auto !important;
|
|
|
|
##{$namespace}-header-links {
|
|
@apply flex items-center justify-center;
|
|
}
|
|
|
|
.#{$namespace}-icon-help {
|
|
@apply ml-1.5 px-1 border-0 bg-transparent text-neutral-400;
|
|
|
|
&:focus,
|
|
&:hover {
|
|
@apply bg-transparent text-primary;
|
|
}
|
|
|
|
i {
|
|
@apply text-3xl leading-none;
|
|
}
|
|
}
|
|
|
|
.#{$namespace}-upgrade {
|
|
@apply flex items-center gap-x-2;
|
|
}
|
|
}
|