handling menu order separators
This commit is contained in:
parent
a21e5bc950
commit
7048d8aabe
|
|
@ -8,16 +8,25 @@
|
|||
font-size: revert;
|
||||
}
|
||||
}
|
||||
#menu-posts {
|
||||
|
||||
#menu-posts-conseils,
|
||||
#menu-posts,
|
||||
#menu-pages,
|
||||
#menu-media {
|
||||
/* @apply !pt-1; */
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
}
|
||||
#menu-posts-conseils {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
}
|
||||
#toplevel_page_theme-general-settings {
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
}
|
||||
|
||||
#menu-posts-vocabulaire,
|
||||
#menu-posts-videos-webinaires,
|
||||
#toplevel_page_theme-general-settings {
|
||||
/* @apply !pb-1; */
|
||||
}
|
||||
|
||||
#toplevel_page_gf_edit_forms {
|
||||
/* @apply !pb-1; */
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
}
|
||||
/* .wp-block-post-content,
|
||||
.is-root-container {
|
||||
background-color: red !imporatant;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user