File tree Expand file tree Collapse file tree 4 files changed +10
-18
lines changed
assets/shop/scss/pages/wishlist-details
views/shop/wishlist/index/content Expand file tree Collapse file tree 4 files changed +10
-18
lines changed Original file line number Diff line number Diff line change 33 align-items : center ;
44 justify-content : space-between ;
55 margin : $spacer * 1.5 0 $spacer * .75 ;
6-
7- }
8-
9- .bb-wishlist-actions-import-button {
10- background-color : #E0E1E2 !important ;
11- color : rgba (0 , 0 , 0 , 0.6 ) !important ;
12- }
13-
14- .bb-wishlist-actions-import-button :hover {
15- background-color : #CACBCD !important ;
16- color : rgba (0 , 0 , 0 , 0.8 ) !important ;
176}
Original file line number Diff line number Diff line change 1212 {{ messages.info (' bitbag_sylius_wishlist_plugin.ui.your_wishlist_is_empty' | trans) }}
1313 </div >
1414 <a href =" {{ path(' bitbag_sylius_wishlist_plugin_shop_locale_wishlist_import_from_csv' ) }}" >
15- <button type =" button" class =" btn btn-light bb-wishlist-actions-import-button " {{ sylius_test_html_attribute(' wishlist-import-from-csv' ) }}>
15+ <button type =" button" class =" btn btn-light" {{ sylius_test_html_attribute(' wishlist-import-from-csv' ) }}>
1616 {{ ux_icon(' mdi:cart' ) }}
1717 {{ ' bitbag_sylius_wishlist_plugin.ui.import_from_csv' | trans }}
1818 </button >
Original file line number Diff line number Diff line change 22{% set wishlist = hookable_metadata .context .wishlist %}
33
44<a href =" {{ path(' bitbag_sylius_wishlist_plugin_shop_locale_wishlist_import_from_csv' ) }}" >
5- <button type =" button" class =" bb-wishlist-actions-import-button ui secondary button " {{ sylius_test_html_attribute(' wishlist-import-from-csv' ) }}>
6- < i class = " cart icon " ></ i >
5+ <button type =" button" class =" btn btn-light " {{ sylius_test_html_attribute(' wishlist-import-from-csv' ) }}>
6+ {{ ux_icon( ' mdi: cart' ) }}
77 {{ ' bitbag_sylius_wishlist_plugin.ui.import_from_csv' | trans }}
88 </button >
99</a >
1010
1111<button
1212 id =" {{ form .addAll .vars .id }}"
1313 name =" {{ form .addAll .vars .full_name }}"
14- class =" ui primary button right floated "
14+ class =" btn btn-light "
1515 data-bb-toggle =" wishlist-add-all"
1616 {{ sylius_test_html_attribute(' wishlist-add-all-to-cart' ) }}
1717 formaction =" {{ path(' bitbag_sylius_wishlist_plugin_shop_locale_wishlist_add_products' , { wishlistId : wishlist .id }) }}"
1818>
19- < i class = " heart icon " ></ i >
19+ {{ ux_icon( ' mdi: heart' ) }}
2020 {{ form .addAll .vars .label | trans }}
2121</button >
2222
Original file line number Diff line number Diff line change 11{% set wishlist = hookable_metadata .context .wishlist %}
22
33{% if wishlist .wishlistProducts .count > 0 %}
4- <div class = " middle aligned column " >
4+ <div >
55 <a href =" {{ path(' bitbag_sylius_wishlist_plugin_shop_locale_wishlist_clean' , {' wishlistId' : wishlist .id }) }}" class =" bitbag-clean-wishlist btn btn-light" >
6- <i class =" icon remove" ></i >{{ ' bitbag_sylius_wishlist_plugin.ui.clear_wishlist' | trans }}
6+ {{ ux_icon(' mdi:remove' ) }}
7+ <span >
8+ {{ ' bitbag_sylius_wishlist_plugin.ui.clear_wishlist' | trans }}
9+ </span >
710 </a >
811 </div >
912{% endif %}
You can’t perform that action at this time.
0 commit comments