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
dashboard.scss
273 lines
| 1 | /** |
| 2 | * dashboard.scss |
| 3 | * Styles for WooCommerce dashboard widgets, only loaded on the dashboard itself. |
| 4 | */ |
| 5 | |
| 6 | /** |
| 7 | * Imports |
| 8 | */ |
| 9 | @import "mixins"; |
| 10 | @import "variables"; |
| 11 | @import "fonts"; |
| 12 | |
| 13 | /** |
| 14 | * Styling begins |
| 15 | */ |
| 16 | ul.woocommerce_stats { |
| 17 | overflow: hidden; |
| 18 | zoom: 1; |
| 19 | |
| 20 | li { |
| 21 | width: 25%; |
| 22 | padding: 0 1em; |
| 23 | text-align: center; |
| 24 | float: left; |
| 25 | font-size: 0.8em; |
| 26 | border-left: 1px solid #fff; |
| 27 | border-right: 1px solid #ececec; |
| 28 | box-sizing: border-box; |
| 29 | } |
| 30 | |
| 31 | li:first-child { |
| 32 | border-left: 0; |
| 33 | } |
| 34 | |
| 35 | li:last-child { |
| 36 | border-right: 0; |
| 37 | } |
| 38 | |
| 39 | strong { |
| 40 | font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 41 | font-size: 4em; |
| 42 | line-height: 1.2em; |
| 43 | font-weight: normal; |
| 44 | text-align: center; |
| 45 | display: block; |
| 46 | } |
| 47 | } |
| 48 | |
| 49 | #woocommerce_dashboard_status { |
| 50 | |
| 51 | .inside { |
| 52 | padding: 0; |
| 53 | margin: 0; |
| 54 | } |
| 55 | |
| 56 | .best-seller-this-month { |
| 57 | |
| 58 | a { |
| 59 | |
| 60 | strong { |
| 61 | margin-right: 48px; |
| 62 | } |
| 63 | } |
| 64 | } |
| 65 | |
| 66 | .wc_status_list { |
| 67 | overflow: hidden; |
| 68 | margin: 0; |
| 69 | |
| 70 | li { |
| 71 | width: 50%; |
| 72 | float: left; |
| 73 | padding: 0; |
| 74 | box-sizing: border-box; |
| 75 | margin: 0; |
| 76 | border-top: 1px solid #ececec; |
| 77 | color: #aaa; |
| 78 | |
| 79 | a { |
| 80 | display: block; |
| 81 | color: #aaa; |
| 82 | padding: 9px 12px; |
| 83 | transition: all ease 0.5s; |
| 84 | position: relative; |
| 85 | font-size: 12px; |
| 86 | |
| 87 | .wc_sparkline { |
| 88 | width: 4em; |
| 89 | height: 2em; |
| 90 | display: block; |
| 91 | float: right; |
| 92 | position: absolute; |
| 93 | right: 0; |
| 94 | top: 50%; |
| 95 | margin-right: 12px; |
| 96 | margin-top: -1.25em; |
| 97 | } |
| 98 | |
| 99 | strong { |
| 100 | font-size: 18px; |
| 101 | line-height: 1.2em; |
| 102 | font-weight: normal; |
| 103 | display: block; |
| 104 | color: #21759b; |
| 105 | } |
| 106 | |
| 107 | &:hover { |
| 108 | color: #2ea2cc; |
| 109 | |
| 110 | &::before, |
| 111 | strong { |
| 112 | color: #2ea2cc !important; |
| 113 | } |
| 114 | } |
| 115 | |
| 116 | &::before { |
| 117 | |
| 118 | @include icon(); |
| 119 | font-size: 2em; |
| 120 | position: relative; |
| 121 | width: auto; |
| 122 | line-height: 1.2em; |
| 123 | color: #464646; |
| 124 | float: left; |
| 125 | margin-right: 12px; |
| 126 | margin-bottom: 12px; |
| 127 | } |
| 128 | } |
| 129 | } |
| 130 | |
| 131 | li:first-child { |
| 132 | border-top: 0; |
| 133 | } |
| 134 | |
| 135 | li.sales-this-month { |
| 136 | width: 100%; |
| 137 | |
| 138 | a::before { |
| 139 | font-family: "Dashicons"; |
| 140 | content: "\f185"; |
| 141 | } |
| 142 | } |
| 143 | |
| 144 | li.best-seller-this-month { |
| 145 | width: 100%; |
| 146 | |
| 147 | a::before { |
| 148 | content: "\e006"; |
| 149 | } |
| 150 | } |
| 151 | |
| 152 | li.processing-orders { |
| 153 | border-right: 1px solid #ececec; |
| 154 | |
| 155 | a::before { |
| 156 | content: "\e011"; |
| 157 | color: $green; |
| 158 | } |
| 159 | } |
| 160 | |
| 161 | li.on-hold-orders { |
| 162 | |
| 163 | a::before { |
| 164 | content: "\e033"; |
| 165 | color: #999; |
| 166 | } |
| 167 | } |
| 168 | |
| 169 | li.low-in-stock { |
| 170 | border-right: 1px solid #ececec; |
| 171 | |
| 172 | a::before { |
| 173 | content: "\e016"; |
| 174 | color: $orange; |
| 175 | } |
| 176 | } |
| 177 | |
| 178 | li.out-of-stock { |
| 179 | |
| 180 | a::before { |
| 181 | content: "\e013"; |
| 182 | color: $red; |
| 183 | } |
| 184 | } |
| 185 | } |
| 186 | } |
| 187 | |
| 188 | #woocommerce_dashboard_recent_reviews { |
| 189 | |
| 190 | li { |
| 191 | line-height: 1.5em; |
| 192 | margin-bottom: 12px; |
| 193 | } |
| 194 | |
| 195 | h4.meta { |
| 196 | line-height: 1.4; |
| 197 | margin: -0.2em 0 0 0; |
| 198 | font-weight: normal; |
| 199 | color: #999; |
| 200 | } |
| 201 | |
| 202 | blockquote { |
| 203 | padding: 0; |
| 204 | margin: 0; |
| 205 | } |
| 206 | |
| 207 | .avatar { |
| 208 | float: left; |
| 209 | margin: 0 10px 5px 0; |
| 210 | } |
| 211 | |
| 212 | .star-rating { |
| 213 | float: right; |
| 214 | overflow: hidden; |
| 215 | position: relative; |
| 216 | height: 1.5em; |
| 217 | line-height: 1.5; |
| 218 | margin-left: 0.5em; |
| 219 | width: 5.4em; |
| 220 | font-family: "WooCommerce" !important; |
| 221 | |
| 222 | &::before { |
| 223 | content: "\e021\e021\e021\e021\e021"; |
| 224 | color: darken(#ccc, 10%); |
| 225 | float: left; |
| 226 | top: 0; |
| 227 | left: 0; |
| 228 | position: absolute; |
| 229 | letter-spacing: 0.1em; |
| 230 | letter-spacing: 0\9; // IE8 & below hack ;-( |
| 231 | } |
| 232 | |
| 233 | span { |
| 234 | overflow: hidden; |
| 235 | float: left; |
| 236 | top: 0; |
| 237 | left: 0; |
| 238 | position: absolute; |
| 239 | padding-top: 1.5em; |
| 240 | } |
| 241 | |
| 242 | span::before { |
| 243 | content: "\e020\e020\e020\e020\e020"; |
| 244 | top: 0; |
| 245 | position: absolute; |
| 246 | left: 0; |
| 247 | letter-spacing: 0.1em; |
| 248 | letter-spacing: 0\9; // IE8 & below hack ;-( |
| 249 | color: var(--wc-primary); |
| 250 | } |
| 251 | } |
| 252 | } |
| 253 | |
| 254 | #dash-right-now li.product-count a::before { |
| 255 | font-family: "WooCommerce"; |
| 256 | content: "\e01d"; |
| 257 | } |
| 258 | |
| 259 | #dashboard_activity { |
| 260 | #activity-widget { |
| 261 | #the-comment-list { |
| 262 | .review.comment-item { |
| 263 | .avatar { |
| 264 | margin-right: 12px; |
| 265 | position: relative; |
| 266 | top: 0; |
| 267 | float: left; |
| 268 | } |
| 269 | } |
| 270 | } |
| 271 | } |
| 272 | } |
| 273 |