vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.1.12 vs vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.1.13

- old
+ new

@@ -95,10 +95,22 @@ } .sidebar-header-btn:hover, .sidebar-header-btn.active, .sidebar-header-btn:active, .sidebar-header-btn:focus { background: $color-light-haze; } +.sidebar-footer { + border-top: 1px solid; + border-color: inherit; + box-sizing: border-box; + display: block; + font-size: 10px; + line-height: 1; + padding: 10px; + vertical-align: middle; + max-width: 100%; + width: 100%; +} .sidebar-navbar { border-collapse: separate; border-bottom: 1px solid; border-color: inherit; box-sizing: border-box; @@ -158,10 +170,12 @@ 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-unpadded { padding: 0; } .sidebar-scrollable { border-bottom: 1px solid; border-color: inherit; height: calc(50% - 50px); @@ -216,9 +230,10 @@ only screen and ( min-resolution: 2dppx) { .sidebar, .sidebar-title, .sidebar-header, .sidebar-header-btn, + .sidebar-footer, .sidebar-navbar, .sidebar-navbar > a, .sidebar-form, .sidebar-form-mesh input, .sidebar-form-mesh select, \ No newline at end of file