lhoist-stay-safe__backend-t.../resources/css/admin-style.css

60 lines
1.1 KiB
CSS

/* body {
background: red !important;
} */
#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; */
}
.wrap {
.page-title {
@apply text-5xl font-semibold text-neutral-800 pb-16;
}
@apply py-12 text-base max-w-screen-xl mx-auto px-4;
p,
li {
@apply text-lg;
}
h2 {
@apply text-blue-700 font-medium text-2xl my-0;
}
h3 {
@apply font-medium text-blue-500 my-0;
}
.geography,
.game {
@apply grid grid-cols-2 overflow-hidden;
}
.section-title {
@apply col-span-2 mb-4;
}
.data-label {
@apply font-semibold;
}
}