jquery-ui
5 years ago
photoswipe
5 years ago
_animation.scss
3 years ago
_fonts.scss
2 years ago
_mixins.scss
3 years ago
_variables.scss
2 years ago
activation-rtl.css
2 years ago
activation.css
2 years ago
activation.scss
2 years ago
admin-rtl.css
1 year ago
admin.css
1 year ago
admin.scss
1 year ago
auth-rtl.css
2 years ago
auth.css
2 years ago
auth.scss
2 years ago
dashboard-rtl.css
2 years ago
dashboard-setup-rtl.css
4 years ago
dashboard-setup.css
4 years ago
dashboard-setup.scss
3 years ago
dashboard.css
2 years ago
dashboard.scss
2 years ago
helper-rtl.css
2 years ago
helper.css
2 years ago
helper.scss
2 years ago
marketplace-suggestions-rtl.css
2 years ago
marketplace-suggestions.css
2 years ago
marketplace-suggestions.scss
3 years ago
menu-rtl.css
2 years ago
menu.css
2 years ago
menu.scss
2 years ago
network-order-widget-rtl.css
4 years ago
network-order-widget.css
4 years ago
network-order-widget.scss
3 years ago
prettyPhoto-rtl.css
2 years ago
prettyPhoto.css
2 years ago
prettyPhoto.scss
3 years ago
privacy-rtl.css
6 years ago
privacy.css
6 years ago
privacy.scss
3 years ago
reports-print-rtl.css
3 years ago
reports-print.css
3 years ago
reports-print.scss
3 years ago
select2.css
3 years ago
select2.scss
3 years ago
twenty-nineteen-rtl.css
2 years ago
twenty-nineteen.css
2 years ago
twenty-nineteen.scss
2 years ago
twenty-seventeen-rtl.css
2 years ago
twenty-seventeen.css
2 years ago
twenty-seventeen.scss
2 years ago
twenty-twenty-one-admin-rtl.css
2 years ago
twenty-twenty-one-admin.css
2 years ago
twenty-twenty-one-admin.scss
2 years ago
twenty-twenty-one-rtl.css
2 years ago
twenty-twenty-one.css
2 years ago
twenty-twenty-one.scss
2 years ago
twenty-twenty-rtl.css
2 years ago
twenty-twenty-three-rtl.css
2 years ago
twenty-twenty-three.css
2 years ago
twenty-twenty-three.scss
2 years ago
twenty-twenty-two-rtl.css
2 years ago
twenty-twenty-two.css
2 years ago
twenty-twenty-two.scss
2 years ago
twenty-twenty.css
2 years ago
twenty-twenty.scss
2 years ago
wc-setup-rtl.css
2 years ago
wc-setup.css
2 years ago
wc-setup.scss
2 years ago
woocommerce-blocktheme-rtl.css
2 years ago
woocommerce-blocktheme.css
2 years ago
woocommerce-blocktheme.scss
2 years ago
woocommerce-layout-rtl.css
2 years ago
woocommerce-layout.css
2 years ago
woocommerce-layout.scss
2 years ago
woocommerce-rtl.css
1 year ago
woocommerce-smallscreen-rtl.css
2 years ago
woocommerce-smallscreen.css
2 years ago
woocommerce-smallscreen.scss
3 years ago
woocommerce.css
1 year ago
woocommerce.scss
1 year ago
activation.scss
56 lines
| 1 | /** |
| 2 | * activation.scss |
| 3 | * Styles applied to elements displayed on activation |
| 4 | */ |
| 5 | |
| 6 | /** |
| 7 | * Styling begins |
| 8 | */ |
| 9 | div.woocommerce-message { |
| 10 | overflow: hidden; |
| 11 | position: relative; |
| 12 | |
| 13 | &.updated { |
| 14 | border-left-color: var(--wp-admin-theme-color, #7F54B3) !important; |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | p.woocommerce-actions, |
| 19 | .woocommerce-message { |
| 20 | |
| 21 | a.woocommerce-message-close { |
| 22 | position: static; |
| 23 | float: right; |
| 24 | top: 0; |
| 25 | right: 0; |
| 26 | padding: 0 15px 10px 28px; |
| 27 | margin-top: -10px; |
| 28 | font-size: 13px; |
| 29 | line-height: 1.23076923; |
| 30 | text-decoration: none; |
| 31 | |
| 32 | &::before { |
| 33 | position: relative; |
| 34 | top: 18px; |
| 35 | left: -20px; |
| 36 | transition: all 0.1s ease-in-out; |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | .button-primary, |
| 41 | .button-secondary { |
| 42 | text-decoration: none !important; |
| 43 | } |
| 44 | |
| 45 | .twitter-share-button { |
| 46 | margin-top: -3px; |
| 47 | margin-left: 3px; |
| 48 | vertical-align: middle; |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | p.woocommerce-actions, |
| 53 | .woocommerce-about-text { |
| 54 | margin-bottom: 1em !important; |
| 55 | } |
| 56 |