jquery-ui
6 years ago
photoswipe
6 years ago
_animation.scss
8 years ago
_fonts.scss
8 years ago
_mixins.scss
8 years ago
_variables.scss
6 years ago
activation-rtl.css
5 years ago
activation.css
5 years ago
activation.scss
5 years ago
admin-rtl.css
5 years ago
admin.css
5 years ago
admin.scss
5 years ago
auth-rtl.css
7 years ago
auth.css
7 years ago
auth.scss
8 years ago
dashboard-rtl.css
6 years ago
dashboard.css
6 years ago
dashboard.scss
6 years ago
helper-rtl.css
6 years ago
helper.css
6 years ago
helper.scss
7 years ago
marketplace-suggestions-rtl.css
6 years ago
marketplace-suggestions.css
6 years ago
marketplace-suggestions.scss
6 years ago
menu-rtl.css
7 years ago
menu.css
7 years ago
menu.scss
8 years ago
network-order-widget-rtl.css
6 years ago
network-order-widget.css
6 years ago
network-order-widget.scss
8 years ago
prettyPhoto-rtl.css
7 years ago
prettyPhoto.css
7 years ago
prettyPhoto.scss
8 years ago
privacy-rtl.css
6 years ago
privacy.css
6 years ago
privacy.scss
6 years ago
reports-print-rtl.css
7 years ago
reports-print.css
7 years ago
reports-print.scss
8 years ago
select2.css
6 years ago
select2.scss
8 years ago
twenty-nineteen-rtl.css
6 years ago
twenty-nineteen.css
6 years ago
twenty-nineteen.scss
6 years ago
twenty-seventeen-rtl.css
7 years ago
twenty-seventeen.css
7 years ago
twenty-seventeen.scss
7 years ago
twenty-twenty-rtl.css
6 years ago
twenty-twenty.css
6 years ago
twenty-twenty.scss
6 years ago
wc-setup-rtl.css
6 years ago
wc-setup.css
6 years ago
wc-setup.scss
6 years ago
woocommerce-layout-rtl.css
6 years ago
woocommerce-layout.css
6 years ago
woocommerce-layout.scss
6 years ago
woocommerce-rtl.css
6 years ago
woocommerce-smallscreen-rtl.css
7 years ago
woocommerce-smallscreen.css
7 years ago
woocommerce-smallscreen.scss
8 years ago
woocommerce.css
6 years ago
woocommerce.scss
6 years ago
activation.scss
72 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: #cc99c2 !important; |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | p.woocommerce-actions, |
| 19 | .woocommerce-message { |
| 20 | |
| 21 | .button-primary { |
| 22 | background: #bb77ae; |
| 23 | border-color: #a36597; |
| 24 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597; |
| 25 | color: #fff; |
| 26 | text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597; |
| 27 | |
| 28 | &:hover, |
| 29 | &:focus, |
| 30 | &:active { |
| 31 | background: #a36597; |
| 32 | border-color: #a36597; |
| 33 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597; |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | a.woocommerce-message-close { |
| 38 | position: static; |
| 39 | float: right; |
| 40 | top: 0; |
| 41 | right: 0; |
| 42 | padding: 0 15px 10px 28px; |
| 43 | margin-top: -10px; |
| 44 | font-size: 13px; |
| 45 | line-height: 1.23076923; |
| 46 | text-decoration: none; |
| 47 | |
| 48 | &::before { |
| 49 | position: relative; |
| 50 | top: 18px; |
| 51 | left: -20px; |
| 52 | transition: all 0.1s ease-in-out; |
| 53 | } |
| 54 | } |
| 55 | |
| 56 | .button-primary, |
| 57 | .button-secondary { |
| 58 | text-decoration: none !important; |
| 59 | } |
| 60 | |
| 61 | .twitter-share-button { |
| 62 | margin-top: -3px; |
| 63 | margin-left: 3px; |
| 64 | vertical-align: middle; |
| 65 | } |
| 66 | } |
| 67 | |
| 68 | p.woocommerce-actions, |
| 69 | .woocommerce-about-text { |
| 70 | margin-bottom: 1em !important; |
| 71 | } |
| 72 |