Skip to content

Commit

Permalink
#314. Visual improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
const8ine committed Sep 26, 2024
1 parent bd68b8f commit f8edc36
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
min-width: 13px;
width: 13px;
height: 13px;
margin: 1px 8px 0 0;
margin: 3px 8px 0 0;
@include study-type-mark-pseudo();
}
}
Expand All @@ -23,6 +23,11 @@
margin: 0;
}
}

&::ng-deep .mat-expansion-panel-body {
padding-right: 0;
padding-left: 0;
}
}

.experiments-accordion + .experiments-accordion {
Expand Down

0 comments on commit f8edc36

Please sign in to comment.