diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index a5e3624a4..2d0825116 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -515,14 +515,10 @@ footer { display: flex; font-weight: 800; font-size: 1.25rem; - margin-bottom: 1.25rem; + margin: 1.25rem 0; border-bottom: var(--neutral-dark-color) solid 2px; } -.card-section-title { - margin-top: 1.25rem; -} - a.menu_link { text-decoration: none; } @@ -539,17 +535,15 @@ a.menu_link_active { display: block; line-height: 1.42857143; text-align: center; - box-shadow: 0 0.1875rem 0.3125rem 0 rgba(0,0,0,0.2); width: 10rem; - padding: 0.5rem 0.25rem; - margin: 0 0.625rem 1.25rem; + padding: 1rem; border: none; border-radius: 0.5rem; transition: border .2s ease-in-out; } .card:hover { - box-shadow: 0 0.3125rem 0.9375rem 0.125rem rgba(0, 0, 0, 0.2); + background: #eee; } .card .nav-link { @@ -560,7 +554,6 @@ a.menu_link_active { .card-title { font-size: 1.25rem; - padding: 0.25rem 0; margin-bottom: 0; } @@ -581,7 +574,7 @@ a.menu_link_active { /* System page - special card styling */ .system-page .card { text-align: left; - width: 19.375rem; + width: 20.625rem; padding: 0; } @@ -600,7 +593,7 @@ a.menu_link_active { text-overflow: ellipsis; grid-row: 1; grid-column: 2; - padding: 0; + padding: 0.375rem 0 0; } .system-page .card-icon {