Skip to content

Commit

Permalink
Remove unused .rate styling in user skills
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Oct 11, 2024
1 parent 1ac2b47 commit c0d00f6
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions resources/sass/pages/_user.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,35 +147,6 @@
}

#js-skills {
.rate {
display: inline-block;
width: 1.28571429em;

&:before {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
content: fa-content($fa-var-star);
}

&:hover {
text-decoration: none;
}
}

.rate-large {
cursor: pointer;

&:before {
font-size: $font-size-lg;
}
}

.rate.marked {
&:before {
font-weight: 900;
}
}

.form-group:last-child {
margin-bottom: 0;
}
Expand Down

0 comments on commit c0d00f6

Please sign in to comment.