[ACA-4698] Refactor the parent of aca-info-drawer to style sidebar wherever present. (#3192)

* [ACA-4698] Refactor the parent of aca-info-drawer to style sidebar wherever it is present

* declared sidebar class once
This commit is contained in:
Aayush Rohila
2023-05-26 15:58:33 +05:30
committed by GitHub
parent 1a942e6820
commit bf1fa75041
10 changed files with 16 additions and 16 deletions

View File

@@ -56,14 +56,6 @@
}
}
.sidebar {
display: block;
height: 100%;
overflow-y: scroll;
max-width: 350px;
width: 350px;
}
.aca-page-layout-content {
@include flex-row;
}