Add the new variable `FileProcessorFormField::$bigPreview` with getter and setter.
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / rating.scss
1 .ratingList {
2 font-size: 0;
3
4 > li {
5 display: inline-block;
6 }
7
8 fa-icon[name="star"][solid] {
9 color: #f90;
10 }
11 }