vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.1.2 vs vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.1.4
- old
+ new
@@ -26,16 +26,12 @@
.sidebar-header {
border-bottom: 1px solid;
border-color: inherit;
font-size: 12px;
line-height: 1;
- padding: 10px 20px 8px 10px;
+ padding: 10px;
}
-.sidebar-alt > .sidebar-header {
- padding-left: 20px;
- padding-right: 10px;
-}
.sidebar-header > h1,
.sidebar-header > h2,
.sidebar-header > h3,
.sidebar-header > h4,
.sidebar-header > h5,
@@ -51,14 +47,10 @@
.sidebar-content {
height: calc(100% - 50px);
@include overflow-scrolling(touch);
overflow-x: hidden;
overflow-y: auto;
- padding: 10px 20px 10px 10px;
-}
-.sidebar-alt > .sidebar-content {
- padding-right: 10px;
- padding-left: 20px;
+ padding: 10px;
}
.sidebar-scrollable {
border-bottom: 1px solid;
border-color: inherit;
height: auto;
\ No newline at end of file