including dashboard in admin styles
This commit is contained in:
parent
f1767e3242
commit
68769f1edc
|
|
@ -1,6 +1,5 @@
|
||||||
/* body {
|
@import './pages/stats-dashboard.css';
|
||||||
background: red !important;
|
|
||||||
} */
|
|
||||||
#menu-posts {
|
#menu-posts {
|
||||||
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||||
}
|
}
|
||||||
|
|
@ -30,30 +29,10 @@ h6 {
|
||||||
.toplevel_page_session-datas-options {
|
.toplevel_page_session-datas-options {
|
||||||
/* @apply bg-white; */
|
/* @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,
|
.media-replace-container {
|
||||||
.game {
|
@apply flex items-center gap-2;
|
||||||
@apply grid grid-cols-2 overflow-hidden;
|
button {
|
||||||
}
|
@apply bg-blue-500 text-white px-4 my-3 mb-6 rounded-md;
|
||||||
.section-title {
|
|
||||||
@apply col-span-2 mb-4;
|
|
||||||
}
|
|
||||||
.data-label {
|
|
||||||
@apply font-semibold;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user