File tree 1 file changed +12
-10
lines changed
frontend/express/public/themes/rtl
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
- .cly-vue-surveys-preview {direction : rtl;}
2
- .cly-vue-surveys-preview .close-button {float : left !important ;}
3
- .cly-vue-surveys-preview .header-text {float : right !important ;}
4
- .cly-vue-surveys-preview .submit-wrapper .submit-button {float : left !important ;}
5
- .cly-vue-surveys-preview .submit-wrapper img {float : right !important ;}
6
- .cly-vue-nps-preview {direction : rtl;}
7
- .cly-vue-nps-preview .close-button {float : left !important ;}
8
- .cly-vue-nps-preview .main-text {float : right !important ;}
9
- .cly-vue-nps-preview .rating-labels .left {float : right !important ;}
10
- .cly-vue-nps-preview .rating-labels .right {float : left !important ;}
1
+ .cly-vue-surveys-preview { direction : rtl; }
2
+ .cly-vue-surveys-preview .close-button { float : left !important ; }
3
+ .cly-vue-surveys-preview .header-text { float : right !important ; }
4
+ .cly-vue-surveys-preview .submit-wrapper .submit-button { float : left !important ; }
5
+ .cly-vue-surveys-preview .submit-wrapper img { float : right !important ; }
6
+ .cly-vue-nps-preview { direction : rtl; }
7
+ .cly-vue-nps-preview .close-button { float : left !important ; }
8
+ .cly-vue-nps-preview .main-text { float : right !important ; }
9
+ .cly-vue-nps-preview .rating-labels .left { float : right !important ; }
10
+ .cly-vue-nps-preview .rating-labels .right { float : left !important ; }
11
+ .cly-vue-nps-preview .submit-wrapper .submit-button { float : left !important ; }
12
+ .cly-vue-nps-preview .submit-wrapper img { float : right !important ; }
You can’t perform that action at this time.
0 commit comments