From 0585d592d6fb0ed369701a92b9732ce8348bbd7f Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 4 Jul 2021 20:17:39 +0200 Subject: Remove unused CSS rules from admin theme --- theme/admin/rsrc/css/main.scss | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) (limited to 'theme/admin/rsrc/css/main.scss') diff --git a/theme/admin/rsrc/css/main.scss b/theme/admin/rsrc/css/main.scss index c56792d..680de79 100644 --- a/theme/admin/rsrc/css/main.scss +++ b/theme/admin/rsrc/css/main.scss @@ -21,7 +21,7 @@ a { /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Headings ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -h1, h2, h3, h4, h5, h6 { +h1, h2, h3 { margin-bottom: 0; text-transform: uppercase; @@ -47,18 +47,6 @@ h3 { font-size: 0.65rem; } -h4 { - font-size: 0.60rem; -} - -h5 { - font-size: 0.55rem; -} - -h6 { - font-size: 0.50rem; -} - /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Document ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ @@ -129,10 +117,6 @@ body { font-size: 0.6rem; font-weight: 700; line-height: 1rem; - - span { - color: #CCC; - } } #header-logo { @@ -235,10 +219,6 @@ body { text-decoration: none; background: #CCC; } - - &:focus { - background: #CCC; - } } } @@ -395,23 +375,6 @@ img { color: inherit; } -/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# Tables -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -table { - width: 100%; - margin-bottom: 1rem; -} - -td { - vertical-align: middle; -} - -table, td { - padding: 0.5rem; - border: 0.05rem solid #AAA; -} - /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Item Element ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -- cgit v1.2.3