jquery-ui
5 years ago
photoswipe
1 year ago
_animation.scss
3 years ago
_fonts.scss
2 years ago
_mixins.scss
1 year ago
_variables.scss
1 year ago
activation-rtl.css
1 year ago
activation.css
1 year ago
activation.scss
1 year ago
admin-rtl.css
1 year ago
admin.css
1 year ago
admin.scss
1 year ago
auth-rtl.css
1 year ago
auth.css
1 year 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 year ago
dashboard-setup-rtl.css
4 years ago
dashboard-setup.css
4 years ago
dashboard-setup.scss
3 years ago
dashboard.css
1 year ago
dashboard.scss
1 year ago
forms-rtl.css
1 year ago
forms.css
1 year ago
forms.scss
1 year ago
helper-rtl.css
2 years ago
helper.css
2 years ago
helper.scss
1 year ago
marketplace-suggestions-rtl.css
1 year ago
marketplace-suggestions.css
1 year ago
marketplace-suggestions.scss
3 years ago
menu-rtl.css
1 year ago
menu.css
1 year 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 year ago
prettyPhoto.css
1 year 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 year ago
select2.scss
1 year ago
twenty-nineteen-rtl.css
1 year ago
twenty-nineteen.css
1 year ago
twenty-nineteen.scss
1 year ago
twenty-seventeen-rtl.css
1 year ago
twenty-seventeen.css
1 year 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 year ago
twenty-twenty-one.css
1 year ago
twenty-twenty-one.scss
1 year ago
twenty-twenty-rtl.css
1 year ago
twenty-twenty-three-rtl.css
1 year ago
twenty-twenty-three.css
1 year ago
twenty-twenty-three.scss
1 year ago
twenty-twenty-two-rtl.css
1 year ago
twenty-twenty-two.css
1 year ago
twenty-twenty-two.scss
1 year ago
twenty-twenty.css
1 year ago
twenty-twenty.scss
1 year ago
wc-setup-rtl.css
1 year ago
wc-setup.css
1 year ago
wc-setup.scss
2 years ago
woocommerce-blocktheme-rtl.css
1 year ago
woocommerce-blocktheme.css
1 year ago
woocommerce-blocktheme.scss
1 year 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 year ago
woocommerce-layout.css
1 year ago
woocommerce-layout.scss
1 year ago
woocommerce-rtl.css
1 year ago
woocommerce-smallscreen-rtl.css
1 year ago
woocommerce-smallscreen.css
1 year ago
woocommerce-smallscreen.scss
1 year ago
woocommerce.css
1 year ago
woocommerce.scss
1 year ago
auth.scss
154 lines
| 1 | @import "variables"; |
| 2 | |
| 3 | body { |
| 4 | background: #f1f1f1; |
| 5 | box-shadow: none; |
| 6 | margin: 100px auto 24px; |
| 7 | padding: 0; |
| 8 | } |
| 9 | |
| 10 | #wc-logo { |
| 11 | border: 0; |
| 12 | margin: 33px 24px; |
| 13 | padding: 0; |
| 14 | text-align: center; |
| 15 | font-size: 0; |
| 16 | |
| 17 | img { |
| 18 | max-width: 50%; |
| 19 | min-height: 50px; |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | .wc-auth-content { |
| 24 | background: #fff; |
| 25 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); |
| 26 | overflow: hidden; |
| 27 | padding: 24px 24px 0; |
| 28 | zoom: 1; |
| 29 | |
| 30 | h1, h2, h3, table { |
| 31 | border: 0; |
| 32 | clear: none; |
| 33 | color: #666; |
| 34 | margin: 0 0 24px; |
| 35 | padding: 0; |
| 36 | } |
| 37 | |
| 38 | p, ul { |
| 39 | color: #666; |
| 40 | font-size: 1em; |
| 41 | line-height: 1.75em; |
| 42 | margin: 0 0 24px; |
| 43 | } |
| 44 | |
| 45 | p { |
| 46 | padding: 0; |
| 47 | } |
| 48 | |
| 49 | a { |
| 50 | color: $primary; |
| 51 | &:hover, &:focus { |
| 52 | color: darken($primary, 40%); |
| 53 | } |
| 54 | } |
| 55 | |
| 56 | .wc-auth-login { |
| 57 | label { |
| 58 | color: #999; |
| 59 | display: block; |
| 60 | margin-bottom: 0.5em; |
| 61 | } |
| 62 | |
| 63 | input { |
| 64 | box-sizing: border-box; |
| 65 | font-size: 1.3em; |
| 66 | padding: 0.5em; |
| 67 | width: 100%; |
| 68 | } |
| 69 | |
| 70 | .wc-auth-actions { |
| 71 | padding: 0; |
| 72 | |
| 73 | .wc-auth-login-button { |
| 74 | float: none; |
| 75 | width: 100%; |
| 76 | } |
| 77 | } |
| 78 | } |
| 79 | } |
| 80 | .wc-auth-permissions { |
| 81 | list-style: disc inside; |
| 82 | padding: 0; |
| 83 | |
| 84 | li { |
| 85 | font-size: 1em; |
| 86 | } |
| 87 | } |
| 88 | .wc-auth-logged-in-as { |
| 89 | background: #f5f5f5; |
| 90 | border-bottom: 2px solid #eee; |
| 91 | line-height: 70px; |
| 92 | margin: 0 0 24px; |
| 93 | padding: 0 1em 0 0; |
| 94 | |
| 95 | p { |
| 96 | margin: 0; |
| 97 | line-height: 70px; |
| 98 | } |
| 99 | |
| 100 | img { |
| 101 | float: left; |
| 102 | height: 70px; |
| 103 | margin: 0 1em 0 0; |
| 104 | } |
| 105 | |
| 106 | .wc-auth-logout { |
| 107 | float: right; |
| 108 | } |
| 109 | } |
| 110 | .wc-auth .wc-auth-actions { |
| 111 | overflow: hidden; |
| 112 | padding-left: 24px; |
| 113 | |
| 114 | .button { |
| 115 | background: #f7f7f7; |
| 116 | border-bottom-width: 2px; |
| 117 | border: 1px solid #d7d7d7; |
| 118 | box-sizing: border-box; |
| 119 | color: #777; |
| 120 | float: right; |
| 121 | font-size: 1.25em; |
| 122 | height: auto; |
| 123 | line-height: 1em; |
| 124 | padding: 1em 2em; |
| 125 | text-align: center; |
| 126 | width: 50%; |
| 127 | |
| 128 | &:hover, &:focus { |
| 129 | background: #fcfcfc; |
| 130 | } |
| 131 | } |
| 132 | .button-primary { |
| 133 | background: $primary; |
| 134 | border-color: $primary; |
| 135 | box-shadow: 0 0 0; |
| 136 | color: #fff; |
| 137 | float: right; |
| 138 | opacity: 1; |
| 139 | text-shadow: none; |
| 140 | |
| 141 | &:hover, &:focus { |
| 142 | background: lighten($primary, 5%); |
| 143 | color: #fff; |
| 144 | } |
| 145 | } |
| 146 | .wc-auth-approve { |
| 147 | float: right; |
| 148 | } |
| 149 | .wc-auth-deny { |
| 150 | float: left; |
| 151 | margin-left: -24px; |
| 152 | } |
| 153 | } |
| 154 |