47 lines
965 B
CSS
47 lines
965 B
CSS
@import './pages/stats-dashboard.css';
|
|
|
|
#menu-posts {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-size: revert;
|
|
font-weight: revert;
|
|
}
|
|
|
|
#menu-posts-search-and-find {
|
|
margin-bottom: 12px !important;
|
|
padding-bottom: 8px !important;
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
|
|
#toplevel_page_theme-general-settings {
|
|
margin-top: 12px !important;
|
|
padding-top: 8px !important;
|
|
padding-bottom: 0px !important;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
|
|
.toplevel_page_session-datas-options {
|
|
/* @apply bg-white; */
|
|
}
|
|
|
|
.media-replace-container {
|
|
@apply flex items-center gap-2;
|
|
button {
|
|
@apply bg-blue-500 text-white px-4 my-3 mb-6 rounded-md;
|
|
}
|
|
}
|
|
|
|
.components-focal-point-picker {
|
|
display: block !important;
|
|
}
|
|
.components-focal-point-picker__grid {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
}
|