File tree Expand file tree Collapse file tree
config/installer/container Expand file tree Collapse file tree Original file line number Diff line number Diff line change 663663
664664# menu li span .completed : before {
665665 font-family : "Font Awesome 6 Free" ;
666+ font-weight : 900 ;
666667 color : # 515f77 ;
667668 margin-right : 1px ;
668669 margin-left : -8px ;
676677
677678.rtl # menu li span .completed : before {
678679 font-family : "Font Awesome 6 Free" ;
680+ font-weight : 900 ;
679681 color : # 515f77 ;
680682 margin-right : -8px ;
681683 margin-left : 1px ;
@@ -2858,12 +2860,14 @@ fieldset.permissions .permissions-switch {
28582860
28592861.roles-options > span : after {
28602862 font-family : "Font Awesome 6 Free" ;
2863+ font-weight : 900 ;
28612864 float : right;
28622865 content : "\f107" ;
28632866}
28642867
28652868.rtl .roles-options > span : after {
28662869 font-family : "Font Awesome 6 Free" ;
2870+ font-weight : 900 ;
28672871 float : left;
28682872 content : "\f107" ;
28692873}
Original file line number Diff line number Diff line change 99 - { resource: ../../default/container/services_php.yml }
1010 - { resource: ../../default/container/services_routing.yml }
1111 - { resource: ../../default/container/services_twig.yml }
12+ - { resource: ../../default/container/services_twig_extensions.yml }
1213
1314services :
1415 assets.bag :
You can’t perform that action at this time.
0 commit comments