vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.1.15 vs vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.1.16

- old
+ new

@@ -45,10 +45,17 @@ letter-spacing: 0; margin: 0 10px 0 5px; text-indent: 0; vertical-align: middle; } +.sidebar-title img { + border-radius: 0; + margin: 0 auto; + padding-top: 5px; + width: 80%; + vertical-align: middle; +} .sidebar-header { border-bottom: 1px solid; border-color: inherit; box-sizing: border-box; display: table; @@ -170,11 +177,11 @@ overflow-x: hidden; overflow-y: auto; padding: 10px; } .sidebar-content-with-title { height: calc(100% - 91px); } -.sidebar-content-with-footer { height: calc(100% - 122px); } -.sidebar-content-with-title-and-footer { height: calc(100% - 61px); } +.sidebar-content-with-footer { height: calc(100% - 61px); } +.sidebar-content-with-title-and-footer { height: calc(100% - 122px); } .sidebar-content-unpadded { padding: 0; } .sidebar-scrollable { border-bottom: 1px solid; border-color: inherit; height: calc(50% - 50px); \ No newline at end of file