jquery-ui
5 years ago
photoswipe
3 months ago
_animation.scss
3 years ago
_fonts.scss
2 years ago
_mixins.scss
2 months ago
_variables.scss
1 month ago
activation-rtl.css
1 month ago
activation.css
1 month ago
activation.scss
1 month ago
address-autocomplete-rtl.css
1 month ago
address-autocomplete.css
1 month ago
address-autocomplete.scss
1 month ago
admin-rtl.css
1 month ago
admin.css
1 month ago
admin.scss
1 month ago
auth-rtl.css
1 month ago
auth.css
1 month ago
auth.scss
1 year ago
brands-admin-rtl.css
1 year ago
brands-admin.css
1 year ago
brands-admin.scss
1 year ago
brands-rtl.css
1 year ago
brands.css
1 year ago
brands.scss
1 year ago
coming-soon-entire-site-deprecated-rtl.css
1 year ago
coming-soon-entire-site-deprecated.css
1 year ago
coming-soon-entire-site-deprecated.scss
1 year ago
coming-soon-rtl.css
1 year ago
coming-soon.css
1 year ago
coming-soon.scss
1 year ago
dashboard-rtl.css
1 month ago
dashboard-setup-rtl.css
4 years ago
dashboard-setup.css
4 years ago
dashboard-setup.scss
3 years ago
dashboard.css
1 month ago
dashboard.scss
2 months ago
forms-rtl.css
1 month ago
forms.css
1 month ago
forms.scss
1 month ago
helper-rtl.css
1 month ago
helper.css
1 month ago
helper.scss
1 month ago
marketplace-suggestions-rtl.css
1 month ago
marketplace-suggestions.css
1 month ago
marketplace-suggestions.scss
10 months ago
menu-rtl.css
1 month ago
menu.css
1 month 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
1 month ago
prettyPhoto.css
1 month 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
1 month ago
select2.scss
1 month ago
twenty-nineteen-rtl.css
1 month ago
twenty-nineteen.css
1 month ago
twenty-nineteen.scss
9 months ago
twenty-seventeen-rtl.css
1 month ago
twenty-seventeen.css
1 month ago
twenty-seventeen.scss
9 months 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
1 month ago
twenty-twenty-one.css
1 month ago
twenty-twenty-one.scss
2 months ago
twenty-twenty-rtl.css
1 month ago
twenty-twenty-three-rtl.css
1 month ago
twenty-twenty-three.css
1 month ago
twenty-twenty-three.scss
2 months ago
twenty-twenty-two-rtl.css
1 month ago
twenty-twenty-two.css
1 month ago
twenty-twenty-two.scss
2 months ago
twenty-twenty.css
1 month ago
twenty-twenty.scss
2 months ago
wc-setup-rtl.css
1 month ago
wc-setup.css
1 month ago
wc-setup.scss
1 month ago
woocommerce-blocktheme-rtl.css
1 month ago
woocommerce-blocktheme.css
1 month ago
woocommerce-blocktheme.scss
9 months ago
woocommerce-classictheme-editor-fonts-rtl.css
1 year ago
woocommerce-classictheme-editor-fonts.css
1 year ago
woocommerce-classictheme-editor-fonts.scss
1 year ago
woocommerce-layout-rtl.css
1 month ago
woocommerce-layout.css
1 month ago
woocommerce-layout.scss
1 year ago
woocommerce-rtl.css
1 month ago
woocommerce-smallscreen-rtl.css
1 month ago
woocommerce-smallscreen.css
1 month ago
woocommerce-smallscreen.scss
1 month ago
woocommerce.css
1 month ago
woocommerce.scss
2 months ago
activation.scss
65 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 | |
| 14 | p.woocommerce-actions, |
| 15 | .woocommerce-message { |
| 16 | |
| 17 | a.woocommerce-message-close { |
| 18 | position: static; |
| 19 | float: right; |
| 20 | top: 0; |
| 21 | right: 0; |
| 22 | padding: 0 15px 10px 28px; |
| 23 | margin-top: -10px; |
| 24 | font-size: 13px; |
| 25 | line-height: 1.23076923; |
| 26 | text-decoration: none; |
| 27 | |
| 28 | &::before { |
| 29 | position: relative; |
| 30 | top: 18px; |
| 31 | left: -20px; |
| 32 | transition: all 0.1s ease-in-out; |
| 33 | } |
| 34 | } |
| 35 | |
| 36 | .button-primary, |
| 37 | .button-secondary { |
| 38 | text-decoration: none !important; |
| 39 | } |
| 40 | |
| 41 | .twitter-share-button { |
| 42 | margin-top: -3px; |
| 43 | margin-left: 3px; |
| 44 | vertical-align: middle; |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | p.woocommerce-actions, |
| 49 | .woocommerce-about-text { |
| 50 | margin-bottom: 1em !important; |
| 51 | } |
| 52 | |
| 53 | // WP 7.0 changed .notice-dismiss to display:flex, width:24px, height:24px. |
| 54 | // Reset these so the floated .woocommerce-message-close layout still works and the X icon aligns. |
| 55 | .wc-wp-version-gte-70 .woocommerce-message a.woocommerce-message-close { |
| 56 | display: inline; |
| 57 | width: auto; |
| 58 | height: auto; |
| 59 | color: #1e1e1e; |
| 60 | |
| 61 | &::before { |
| 62 | top: 18px; |
| 63 | } |
| 64 | } |
| 65 |