Skip to content

Commit

Permalink
codacy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tamsay committed Jun 22, 2023
1 parent 568d2fd commit 8a23602
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,44 @@
position: relative;
height: calc(100vh - var(--topNavbarHeight));

.sideBarSection {
width: auto;

.noUserFound {
width: 100%;

h6 {
font-family: var(--semiBold);
font-size: 1rem;
color: var(--black2TextColor);
margin: 0;
}
}

.filterAndSearchDiv {
width: 100%;
justify-content: flex-end;
gap: 1rem;
min-height: 3rem;

.title {
font-family: var(--semiBold);
font-size: 1rem;
color: var(--black2TextColor);
margin: 0;
}

.searchWrapper {
flex-grow: 1;
}

.closeIcon {
width: 1rem;
cursor: pointer;
}
}
}

.mainSection {
gap: 1.5rem;
flex-grow: 1;
Expand Down Expand Up @@ -91,44 +129,6 @@
}
}
}

.sideBarSection {
width: auto;

.noUserFound {
width: 100%;

h6 {
font-family: var(--semiBold);
font-size: 1rem;
color: var(--black2TextColor);
margin: 0;
}
}

.filterAndSearchDiv {
width: 100%;
justify-content: flex-end;
gap: 1rem;
min-height: 3rem;

.title {
font-family: var(--semiBold);
font-size: 1rem;
color: var(--black2TextColor);
margin: 0;
}

.searchWrapper {
flex-grow: 1;
}

.closeIcon {
width: 1rem;
cursor: pointer;
}
}
}
}

@media all and (min-width: 768px) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@
position: relative;
height: calc(100vh - var(--topNavbarHeight));

.sideBarSection {
width: auto;

.filterAndSearchDiv {
width: 100%;
justify-content: flex-end;
gap: 1rem;
min-height: 3rem;

.title {
font-family: var(--semiBold);
font-size: 1rem;
color: var(--black2TextColor);
margin: 0;
}

.searchWrapper {
flex-grow: 1;
}

.closeIcon {
width: 1rem;
cursor: pointer;
}
}
}

.mainSection {
gap: 1.5rem;
flex-grow: 1;
Expand Down Expand Up @@ -86,33 +113,6 @@
}
}
}

.sideBarSection {
width: auto;

.filterAndSearchDiv {
width: 100%;
justify-content: flex-end;
gap: 1rem;
min-height: 3rem;

.title {
font-family: var(--semiBold);
font-size: 1rem;
color: var(--black2TextColor);
margin: 0;
}

.searchWrapper {
flex-grow: 1;
}

.closeIcon {
width: 1rem;
cursor: pointer;
}
}
}
}

@media all and (min-width: 768px) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

.summaryDiv {
background-color: var(--dashboardSummaryCardBgColor);

.heading {
align-items: center;
padding: 0.5rem;
Expand Down Expand Up @@ -119,9 +120,6 @@
margin-left: auto;
}
}

.body {
}
}
}

Expand Down

0 comments on commit 8a23602

Please sign in to comment.