|
@ -24,8 +24,8 @@ |
|
|
*******************************/ |
|
|
*******************************/ |
|
|
|
|
|
|
|
|
.ui.rating { |
|
|
.ui.rating { |
|
|
|
|
|
display: inline-flex; |
|
|
white-space: @whiteSpace; |
|
|
white-space: @whiteSpace; |
|
|
display: @display; |
|
|
|
|
|
vertical-align: @verticalAlign; |
|
|
vertical-align: @verticalAlign; |
|
|
} |
|
|
} |
|
|
.ui.rating:last-child { |
|
|
.ui.rating:last-child { |
|
@ -48,6 +48,7 @@ |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
font-weight: normal; |
|
|
font-weight: normal; |
|
|
font-style: normal; |
|
|
font-style: normal; |
|
|
|
|
|
flex: 1 0 auto; |
|
|
cursor: @iconCursor; |
|
|
cursor: @iconCursor; |
|
|
width: @iconWidth; |
|
|
width: @iconWidth; |
|
|
height: @iconHeight; |
|
|
height: @iconHeight; |
|
|