File tree 3 files changed +4
-3
lines changed
frontend/express/public/themes/rtl
plugins/star-rating/frontend/public/templates
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
.cly-vue-nps-preview .rating-labels .left { float : right !important ; }
10
10
.cly-vue-nps-preview .rating-labels .right { float : left !important ; }
11
11
.cly-vue-nps-preview .submit-wrapper .submit-button { float : left !important ; }
12
- .cly-vue-nps-preview .submit-wrapper img { float : right !important ; }
12
+ .cly-vue-nps-preview .submit-wrapper img { float : right !important ; }
13
+ .cly-vue-ratings-preview { direction : rtl; }
Original file line number Diff line number Diff line change 14
14
v-bind ="$props.controls ">
15
15
< template v-slot:sidecars ="drawerScope ">
16
16
< cly-content id ="mainSidecar " role ="sidecar " :always-active ="true ">
17
- < div class ="ratings-drawer__sidecar widget-preview ">
17
+ < div class ="ratings-drawer__sidecar widget-preview cly-vue-ratings-preview ">
18
18
< div class ="preview-stage " v-if ="drawerScope.currentStepId === 'step1' || drawerScope.currentStepId === 'step2' || drawerScope.currentStepId === 'step3' " >
19
19
< div class ="bu-is-size-7 ratings-drawer__stage-label ">
20
20
{{ i18n('feedback.ratings-popup') }}
Original file line number Diff line number Diff line change 15
15
< meta content ="width=device-width, initial-scale=1 " name ="viewport ">
16
16
</ meta >
17
17
</ head >
18
- < body class ="ratings-popup ">
18
+ < body class ="ratings-popup cly-vue-ratings-preview ">
19
19
< div class ="rating-loader-wrapper ">
20
20
< img src ="../../star-rating/images/star-rating/loader.svg " class ="rating-loader "/>
21
21
</ div >
You can’t perform that action at this time.
0 commit comments