stylesheets.css (781B)
1 #elementor-panel-categories 2 { 3 display : flex; 4 flex-direction: column; 5 } 6 7 #elementor-panel-category-resox 8 { 9 order:-1; 10 } 11 #elementor-panel-category-basic 12 { 13 order: -1; 14 } 15 16 #elementor-panel-category-resox .elementor-element .icon::before{ 17 content : ""; 18 background-image : url(icon.svg);position: absolute; 19 background-size : 14px 14px; 20 background-repeat: no-repeat; 21 right : 10px; 22 top : 10px; 23 width : 14px; 24 height : 14px; 25 } 26 27 .sds-widget-ico:before { 28 content : ""; 29 background-image : url(favicon.png); 30 display : inline-block; 31 background-size : 100% 100%; 32 background-repeat: no-repeat; 33 width : 24px; 34 height : 24px; 35 }