File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
packages/components/src/components/video-player Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 33
44 & __wrapper {
55 position : relative ;
6+ direction : ltr ;
67 }
78
89 & __loader {
9596 border-radius : $BORDER_RADIUS ;
9697 margin : 0.8rem 0 ;
9798 cursor : pointer ;
99+ direction : ltr ;
98100
99101 & :not (&--v2):before {
100102 content : ' ' ;
111113 height : 0.4rem ;
112114 border-radius : $BORDER_RADIUS ;
113115 background-color : var (--brand-primary );
116+ direction : ltr ;
114117
115118 & --animated {
116119 transition : all 0.3s linear ;
128131 align-items : center ;
129132 height : 3.6rem ;
130133 padding-bottom : 0.4rem ;
134+ direction : ltr ;
131135
132136 & --v2 {
133137 display : flex ;
134138 flex-direction : column ;
135139 height : 3.6rem ;
136140 padding-bottom : 0.4rem ;
141+ direction : ltr ;
137142
138143 .controls__right--v2 {
139144 display : flex ;
140145 justify-content : flex-end ;
141146 align-items : center ;
142147 gap : 0.8rem ;
148+ direction : ltr ;
143149 }
144150 }
145151
You can’t perform that action at this time.
0 commit comments