- 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>
65 lines
1.2 KiB
SCSS
Executable File
65 lines
1.2 KiB
SCSS
Executable File
@import "../bootstrap/variables";
|
|
@import "../partials/post-type-list.scss"; // stylelint-disable-line scss/at-import-partial-extension
|
|
|
|
.#{$namespace}-page {
|
|
background-color: #f8f9fa;
|
|
}
|
|
/* stylelint-disable selector-class-pattern */
|
|
|
|
.column-ad_type {
|
|
/* stylelint-enable selector-class-pattern */
|
|
width: 50px;
|
|
}
|
|
|
|
.#{$namespace}-datetime {
|
|
input,
|
|
select {
|
|
@apply leading-6 text-sm;
|
|
}
|
|
|
|
@media screen and (min-width: 783px) {
|
|
select {
|
|
margin-top: -4px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.inline-edit-col-left .inline-edit-group {
|
|
@apply hidden;
|
|
}
|
|
|
|
##{$namespace}-ad-filter-customize {
|
|
@apply float-left mr-1 leading-7;
|
|
}
|
|
/* stylelint-disable selector-class-pattern */
|
|
|
|
.bulk-edit-advanced_ads .inline-edit-categories {
|
|
/* stylelint-enable selector-class-pattern */
|
|
min-height: 23em;
|
|
}
|
|
|
|
.#{$namespace}-quick-edit,
|
|
.#{$namespace}-bulk-edit {
|
|
.#{$namespace}-help::before {
|
|
@apply align-middle;
|
|
}
|
|
}
|
|
|
|
.inline-edit-status,
|
|
.inline-edit-author,
|
|
.#{$namespace}-bulk-edit-grid > label {
|
|
@apply grid gap-3 float-none #{!important};
|
|
grid-template-columns: 10em auto 30px;
|
|
}
|
|
|
|
.inline-edit-status {
|
|
@apply max-w-full #{!important};
|
|
}
|
|
|
|
.#{$namespace}-bulk-edit-grid {
|
|
input[type="text"] {
|
|
@apply w-full;
|
|
max-width: 25rem;
|
|
}
|
|
}
|