diff --git a/resources/sass/pages/_user.scss b/resources/sass/pages/_user.scss index 3ccc63b10..78867c9ae 100644 --- a/resources/sass/pages/_user.scss +++ b/resources/sass/pages/_user.scss @@ -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; }