Skip to content

Commit

Permalink
fix another scss deprecation because you shouldnt have declerations a…
Browse files Browse the repository at this point in the history
…fter nested rules
  • Loading branch information
nevio18324 committed Dec 10, 2024
1 parent 7173ca9 commit fc7afbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/style/_custom_angular.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ $pz-theme: mat.m2-define-light-theme(

.header-form-field {
@include mat.form-field-density(-4);
border-radius: 5px;
& {
border-radius: 5px;
}
}

0 comments on commit fc7afbf

Please sign in to comment.