Index: lams_central/web/css/_main_base.scss =================================================================== diff -u -re2956cb8a072cc5ac9ceabaa9dac30c5750bf10b -r71efef7fa4504462320f228cbe093f3688003947 --- lams_central/web/css/_main_base.scss (.../_main_base.scss) (revision e2956cb8a072cc5ac9ceabaa9dac30c5750bf10b) +++ lams_central/web/css/_main_base.scss (.../_main_base.scss) (revision 71efef7fa4504462320f228cbe093f3688003947) @@ -15,16 +15,10 @@ background: $main_offcanvas_background; color: #8c8a8a; } -.courses-title { - text-overflow: ellipsis; - overflow: hidden; - font-weight: 300; - font-size: 23px; - width: 100%; - margin-left: 0 !important; - line-height: 49px; - margin: 0; - padding-left: 25px; +.offcanvas-header { + padding: 15px 0 10px 25px; + text-transform: uppercase; + font-size: 1.05rem; } #page-wrapper { margin: 0 0 0 220px; @@ -40,7 +34,10 @@ .icon-remove { display: none !important; } +#org-container { + padding: 17px 10px; } +} @media (max-width: 768px) { #offcanvas { width: 100%; @@ -57,10 +54,8 @@ } } -#org-container { - padding: 17px 10px 17px 25px; -} + /*FOOTER*/ footer { width: 100%; @@ -91,7 +86,7 @@ .pagesize:hover, .tablesorter a:hover, .tablesorter a:focus { - background-color: $brand-primary-darkest; + background-color: #adadad; color: white; } .tablesorter a { @@ -111,9 +106,6 @@ border-right: 10px solid $brand-primary-bright; background: $main_offcanvas_link; } -.offcanvas-header { - padding: 15px 0px 0px 0px; -} .offcanvas-search { padding: 15px 19px 15px; margin-bottom: 0; @@ -180,7 +172,7 @@ /*TOP HEADER*/ .top-nav { - border-bottom: 1px solid $main_dropdown_border; + border-bottom: 1px solid #efefef; height: 53px; } @media (min-width: 502px) {