Skip to content
Snippets Groups Projects
Commit 9a05e237 authored by Kameel Zaghbour's avatar Kameel Zaghbour
Browse files

fix: slider styling

parent 6115c23c
No related merge requests found
......@@ -10,6 +10,7 @@ h2{
h3 {
border-bottom: 1px solid var(--primary);
color: var(--primary);
padding-bottom: 6px;
}
#commentSlider {
......@@ -160,4 +161,9 @@ mat-divider {
::ng-deep.mat-drawer-backdrop.mat-drawer-shown{
display: none;
}
::ng-deep.mat-slider-track-background{
background-color: var(--primary);
opacity: 0.2;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment