| .ratefeatureDialog { | |
| text-align: center; | |
| textarea { | |
| margin-top: 5px; | |
| width: 100%; | |
| height: 80px; | |
| } | |
| } | |
| .ratefeature { | |
| font-size: 1px; | |
| .iconContainer { | |
| display: inline-block; | |
| } | |
| .dislike-icon, | |
| .like-icon { | |
| opacity: 0.2; | |
| width: 22px; | |
| height: 22px; | |
| cursor: pointer; | |
| filter: @theme-filter-on-illustration; | |
| &:hover { | |
| opacity: 0.9; | |
| } | |
| } | |
| } | |
| .rateradio { | |
| opacity: unset ; | |
| position:unset ; | |
| } | |
| .ratelabel { | |
| font-size: 18px; | |
| color: unset ; | |
| margin-bottom:11px; | |
| display: inline-block; | |
| } | |
| .modal { | |
| .has-error { | |
| border: 1px red solid; | |
| } | |
| .error-text { | |
| float: left; | |
| color: red; | |
| } | |
| } | |