diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 8cc1edf..425a26c 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -1,6 +1,5 @@ -/* body { - background: red !important; -} */ +@import './pages/stats-dashboard.css'; + #menu-posts { border-top: 1px solid rgba(255, 255, 255, 0.2) !important; } @@ -30,30 +29,10 @@ h6 { .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; +.media-replace-container { + @apply flex items-center gap-2; + button { + @apply bg-blue-500 text-white px-4 my-3 mb-6 rounded-md; } }