@@ -40,7 +40,7 @@ body.template-dynamic-view.can_edit {
4040 }
4141
4242 & .preview-mode .edit-options {
43- display : none !important ; /* Indartu ezkutatzea */
43+ display : none !important ;
4444 position : absolute;
4545 opacity : 0 ;
4646 visibility : hidden;
@@ -118,15 +118,20 @@ body.template-dynamic-view.can_edit {
118118 position : relative;
119119 z-index : 10 ;
120120 transition : all 0.3s ease;
121-
121+
122122 & ::before {
123123 content : "" ;
124124 position : absolute;
125125 top : 50% ;
126126 left : 10% ;
127127 right : 10% ;
128128 height : 1px ;
129- background : linear-gradient (to right, transparent, var (--dynamicpages-primary-color ), transparent);
129+ background : linear-gradient (
130+ to right,
131+ transparent,
132+ var (--dynamicpages-primary-color ),
133+ transparent
134+ );
130135 z-index : -1 ;
131136 opacity : 0.2 ;
132137 transition : all 0.3s ease;
@@ -150,9 +155,9 @@ body.template-dynamic-view.can_edit {
150155 background-color : white;
151156 border : 1px solid var (--dynamicpages-primary-color );
152157 color : var (--dynamicpages-primary-color );
153- box-shadow : 0 2px 4px rgba (0 , 0 , 0 , 0.05 );
158+ box-shadow : 0 2px 4px rgba (0 , 0 , 0 , 0.05 );
154159 transition : all 0.2s cubic-bezier (0.4 , 0 , 0.2 , 1 );
155-
160+
156161 svg {
157162 width : 14px ;
158163 height : 14px ;
@@ -163,13 +168,13 @@ body.template-dynamic-view.can_edit {
163168 background-color : var (--dynamicpages-primary-color );
164169 color : white;
165170 transform : scale (1.1 );
166- box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 );
167-
171+ box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 );
172+
168173 svg {
169174 transform : rotate (90.01deg );
170175 }
171176 }
172-
177+
173178 & : active {
174179 transform : scale (0.95 );
175180 }
0 commit comments