- 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>
40 lines
527 B
SCSS
Executable File
40 lines
527 B
SCSS
Executable File
.buttons-set {
|
|
@apply flex gap-x-4 items-center;
|
|
}
|
|
|
|
#advads-m2-connect {
|
|
a {
|
|
@apply text-primary;
|
|
}
|
|
|
|
.inside > div {
|
|
@apply p-0;
|
|
}
|
|
|
|
.subheader {
|
|
@apply font-semibold border-0 border-b border-solid block;
|
|
border-color: $border-color;
|
|
background-color: #fdfdfe;
|
|
font-size: 14px;
|
|
padding: 8px 12px;
|
|
margin: 0 -12px;
|
|
line-height: 1.4;
|
|
|
|
&.inline {
|
|
@apply border-t;
|
|
}
|
|
|
|
&.last {
|
|
@apply border-b-0;
|
|
}
|
|
}
|
|
|
|
.step-error {
|
|
@apply text-[#cc3000];
|
|
}
|
|
}
|
|
|
|
.import-active ul {
|
|
@apply text-[#cc3000];
|
|
}
|