jquery-ui
5 years ago
photoswipe
5 years ago
_animation.scss
3 years ago
_fonts.scss
3 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
2 years ago
admin.css
2 years ago
admin.scss
2 years 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
3 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
3 years ago
twenty-nineteen.css
3 years ago
twenty-nineteen.scss
3 years ago
twenty-seventeen-rtl.css
3 years ago
twenty-seventeen.css
3 years ago
twenty-seventeen.scss
3 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
3 years ago
twenty-twenty-rtl.css
3 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
3 years ago
twenty-twenty.scss
3 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
2 years ago
woocommerce-smallscreen-rtl.css
2 years ago
woocommerce-smallscreen.css
2 years ago
woocommerce-smallscreen.scss
3 years ago
woocommerce.css
2 years ago
woocommerce.scss
2 years ago
dashboard-setup.scss
53 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 div { |
| 29 | margin-top: 11px; |
| 30 | float: left; |
| 31 | width: 70%; |
| 32 | } |
| 33 | |
| 34 | .description img { |
| 35 | float: right; |
| 36 | width: 30%; |
| 37 | } |
| 38 | |
| 39 | .circle-progress { |
| 40 | margin-top: 1px; |
| 41 | margin-left: -3px; |
| 42 | |
| 43 | circle { |
| 44 | stroke: #f0f0f0; |
| 45 | stroke-width: 1px; |
| 46 | } |
| 47 | |
| 48 | .bar { |
| 49 | stroke: #949494; |
| 50 | } |
| 51 | } |
| 52 | } |
| 53 |