Updated profile #409

This commit is contained in:
2023-12-10 19:00:00 +01:00
parent dfdf0555d7
commit 13bc38fea8
13 changed files with 177 additions and 138 deletions

View File

@@ -814,4 +814,22 @@
box-shadow: none !important;
}
}
p-knob {
.p-knob {
svg {
.p-knob-value {
stroke: $primaryHeaderColor !important;
}
.p-knob-range {
stroke: $secondaryBackgroundColor !important;
}
.p-knob-text {
font-size: 1rem !important;
}
}
}
}
}