jquery-ui
5 years ago
photoswipe
1 month ago
_animation.scss
3 years ago
_fonts.scss
2 years ago
_mixins.scss
2 months ago
_variables.scss
1 month ago
activation-rtl.css
3 months ago
activation.css
3 months ago
activation.scss
3 months ago
address-autocomplete-rtl.css
1 month ago
address-autocomplete.css
1 month ago
address-autocomplete.scss
3 months ago
admin-rtl.css
3 weeks ago
admin.css
3 weeks ago
admin.scss
3 weeks ago
auth-rtl.css
2 months ago
auth.css
2 months 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 month ago
brands.css
1 month ago
brands.scss
1 year ago
coming-soon-entire-site-deprecated-rtl.css
1 month ago
coming-soon-entire-site-deprecated.css
1 month ago
coming-soon-entire-site-deprecated.scss
1 year ago
coming-soon-rtl.css
1 month ago
coming-soon.css
1 month ago
coming-soon.scss
1 month ago
dashboard-rtl.css
1 month ago
dashboard-setup-rtl.css
1 month ago
dashboard-setup.css
1 month ago
dashboard-setup.scss
1 month ago
dashboard.css
1 month ago
dashboard.scss
1 month ago
forms-rtl.css
3 months ago
forms.css
3 months ago
forms.scss
3 months ago
helper-rtl.css
2 months ago
helper.css
2 months ago
helper.scss
2 months ago
marketplace-suggestions-rtl.css
2 months ago
marketplace-suggestions.css
2 months ago
marketplace-suggestions.scss
1 year ago
menu-rtl.css
1 month ago
menu.css
1 month ago
menu.scss
3 years ago
network-order-widget-rtl.css
4 years ago
network-order-widget.css
4 years ago
network-order-widget.scss
3 years ago
order-review-rtl.css
2 months ago
order-review.css
2 months ago
order-review.scss
2 months 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
3 months ago
select2.scss
3 months ago
twenty-nineteen-rtl.css
1 month ago
twenty-nineteen.css
1 month ago
twenty-nineteen.scss
1 year ago
twenty-seventeen-rtl.css
1 month ago
twenty-seventeen.css
1 month ago
twenty-seventeen.scss
1 year 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
5 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
5 months ago
twenty-twenty-two-rtl.css
1 month ago
twenty-twenty-two.css
1 month ago
twenty-twenty-two.scss
5 months ago
twenty-twenty.css
1 month ago
twenty-twenty.scss
5 months ago
variation-gallery-admin-rtl.css
2 months ago
variation-gallery-admin.css
2 months ago
variation-gallery-admin.scss
2 months ago
wc-setup-rtl.css
1 month ago
wc-setup.css
1 month ago
wc-setup.scss
3 months ago
woocommerce-blocktheme-rtl.css
1 month ago
woocommerce-blocktheme.css
1 month ago
woocommerce-blocktheme.scss
1 year ago
woocommerce-classictheme-editor-fonts-rtl.css
1 month ago
woocommerce-classictheme-editor-fonts.css
1 month ago
woocommerce-classictheme-editor-fonts.scss
1 year ago
woocommerce-layout-rtl.css
2 months ago
woocommerce-layout.css
2 months ago
woocommerce-layout.scss
1 year ago
woocommerce-rtl.css
1 month ago
woocommerce-smallscreen-rtl.css
2 months ago
woocommerce-smallscreen.css
2 months ago
woocommerce-smallscreen.scss
3 months ago
woocommerce.css
1 month ago
woocommerce.scss
5 months ago
dashboard-setup.scss
100 lines
| 1 | /** |
| 2 | * dashboard-setup.scss |
| 3 | * Styles for WooCommerce dashboard finish setup widgets |
| 4 | * only loaded on the dashboard itself. |
| 5 | */ |
| 6 | |
| 7 | /** |
| 8 | * Styling begins |
| 9 | */ |
| 10 | |
| 11 | .dashboard-widget-finish-setup { |
| 12 | |
| 13 | .progress-wrapper { |
| 14 | border: 1px solid #757575; |
| 15 | border-radius: 16px; |
| 16 | font-size: 0.9em; |
| 17 | padding: 2px 8px 2px 8px; |
| 18 | display: inline-block; |
| 19 | box-sizing: border-box; |
| 20 | } |
| 21 | |
| 22 | .progress-wrapper > span { |
| 23 | position: relative; |
| 24 | top: -3px; |
| 25 | color: #757575; |
| 26 | } |
| 27 | |
| 28 | .description { |
| 29 | display: flex; |
| 30 | align-items: center; |
| 31 | gap: 24px; |
| 32 | margin-top: 11px; |
| 33 | } |
| 34 | |
| 35 | &__content { |
| 36 | flex: 1; |
| 37 | min-width: 0; |
| 38 | |
| 39 | h3 { |
| 40 | display: flex; |
| 41 | align-items: center; |
| 42 | flex-wrap: wrap; |
| 43 | gap: var(--grid-unit-10, 8px); |
| 44 | margin: var(--grid-unit-20, 16px) 0 var(--grid-unit-10, 8px); |
| 45 | font-size: 18px; |
| 46 | line-height: 1.3; |
| 47 | } |
| 48 | |
| 49 | p { |
| 50 | margin: 0 0 16px; |
| 51 | color: #50575e; |
| 52 | } |
| 53 | } |
| 54 | |
| 55 | #dashboard-widgets & &__content h3 { |
| 56 | margin: var(--grid-unit-20, 16px) 0 var(--grid-unit-10, 8px); |
| 57 | } |
| 58 | |
| 59 | &__meta { |
| 60 | display: flex; |
| 61 | align-items: center; |
| 62 | flex-wrap: wrap; |
| 63 | gap: var(--grid-unit-10, 8px); |
| 64 | } |
| 65 | |
| 66 | &__in-progress { |
| 67 | background-color: var(--Alias-bg-bg-surface-warning, #fff2d7); |
| 68 | border-radius: 4px; |
| 69 | color: var(--Alias-text-text-warning, #4d3716); |
| 70 | display: inline-block; |
| 71 | font-size: 12px; |
| 72 | font-style: normal; |
| 73 | font-weight: 400; |
| 74 | line-height: 16px; |
| 75 | padding: var(--grid-unit-05, 4px) var(--grid-unit-10, 8px); |
| 76 | } |
| 77 | |
| 78 | &__image { |
| 79 | flex: 0 0 90px; |
| 80 | width: 90px; |
| 81 | max-width: 90px; |
| 82 | height: auto; |
| 83 | margin-right: 24px; |
| 84 | } |
| 85 | |
| 86 | .circle-progress { |
| 87 | margin-top: 1px; |
| 88 | margin-left: -3px; |
| 89 | |
| 90 | circle { |
| 91 | stroke: #f0f0f0; |
| 92 | stroke-width: 2px; |
| 93 | } |
| 94 | |
| 95 | .bar { |
| 96 | stroke: #3858e9; |
| 97 | } |
| 98 | } |
| 99 | } |
| 100 |