Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 1 addition & 35 deletions administrator/templates/atum/scss/blocks/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

@include media-breakpoint-down(xs) {
&.sidebar-menu {
/*height: 0;*/
bottom: 0;
top: auto;
}
Expand Down Expand Up @@ -108,13 +107,6 @@
}
}
}

.card {
background: var(--atum-bg-dark);
box-shadow: none;
}


}

.menu-toggle-icon {
Expand Down Expand Up @@ -191,32 +183,16 @@
}
}
}

.menu-dashboard {
a {
.fa {
align-items: flex-start;
}
}
}
}

span.fa {
padding: 1rem 0;
}

.sidebar-item-title {
display: inline-block;
word-break: break-word;
padding: 0.6rem 0;

@include media-breakpoint-up(sm) {
max-width: 11rem !important;
display: inline-block;
}
@include media-breakpoint-down(xs) {
max-width: 60vw !important;
display: inline-block;
}
}

// All links
Expand Down Expand Up @@ -306,16 +282,6 @@
color: $white;
background-color: var(--atum-bg-dark-90);
box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .5);

&::before {
position: absolute;
top: 0.15rem;
bottom: 0.15rem;
left: 0;
width: 0.275rem;
content: "";
background-color: var(--atum-contrast);
}
}
}

Expand Down