From 8fabf77b2a7720a357c63817c07035a9908818a0 Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:50 +0100 Subject: Update --- Neutron-trunk/resources/css/admin_v2/inner.css | 90 -------------------------- 1 file changed, 90 deletions(-) delete mode 100644 Neutron-trunk/resources/css/admin_v2/inner.css (limited to 'Neutron-trunk/resources/css/admin_v2/inner.css') diff --git a/Neutron-trunk/resources/css/admin_v2/inner.css b/Neutron-trunk/resources/css/admin_v2/inner.css deleted file mode 100644 index 7fad334..0000000 --- a/Neutron-trunk/resources/css/admin_v2/inner.css +++ /dev/null @@ -1,90 +0,0 @@ -body { - margin: 30px 0 0; -} - -#system-head { - display: grid; - grid-template-columns: 160px 1fr; - margin-bottom: 30px; -} - -#system-head-banner { - background: #000; - width: 150px; - height: 80px; - padding: 5px; - border-radius: 10px; -} - -#system-head-banner-image { - background-image: var(--mpcms-banner); - width: 100%; - height: 100%; - background-size: cover; - background-position: center; -} - -#system-head-version { - display: flex; - align-items: center; - margin-left: 20px; -} - -.inner-item { - background-color: rgba(0, 0, 0, .5); - border-radius: 10px; - padding: 10px 20px; - margin-bottom: 10px; - display: grid; - cursor: default; - grid-template-columns: 32px 1fr 32px; -} - -.inner-item:hover { - background-color: rgba(0, 0, 0, .75); -} - -.inner-item:active, .inner-item:focus { - background-color: rgba(0, 0, 0, 1); -} - -.inner-item-image-outer { - vertical-align: middle; - display: flex; - align-items: center; - width: 32px; -} - -.inner-item-image { - vertical-align: middle; - filter: invert(1); - width: 32px; -} - -.inner-item-enter-outer { - vertical-align: middle; - display: flex; - align-items: center; - justify-content: center; - text-align: center; - width: 32px; -} - -.inner-item-enter { - text-align: center; - vertical-align: middle; - filter: invert(1); - width: 24px; -} - -.inner-item-text { - margin-left: 15px; - display: flex; - margin-top: 5px; - margin-bottom: 5px; - align-items: center; -} - -.inner-item-description { - opacity: .5; -} \ No newline at end of file -- cgit