2015-04-15 15:34:03 +00:00
|
|
|
body {
|
|
|
|
margin: 100px auto 24px;
|
|
|
|
box-shadow: none;
|
|
|
|
background: #f1f1f1;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#wc-logo {
|
|
|
|
border: 0;
|
|
|
|
margin: 0 0 24px;
|
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
|
|
|
img {
|
|
|
|
max-width: 50%;
|
|
|
|
}
|
|
|
|
}
|
2015-04-28 11:48:01 +00:00
|
|
|
.wc-setup-content {
|
2015-04-15 15:34:03 +00:00
|
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.13);
|
|
|
|
padding: 24px 24px 0;
|
|
|
|
background: #fff;
|
|
|
|
overflow: hidden;
|
2015-04-17 13:56:34 +00:00
|
|
|
zoom: 1;
|
2015-04-15 15:34:03 +00:00
|
|
|
|
|
|
|
h1, h2, h3, table {
|
|
|
|
margin: 0 0 24px;
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
2015-04-20 15:31:54 +00:00
|
|
|
color: #666;
|
2015-04-28 11:48:01 +00:00
|
|
|
clear: none;
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin: 0 0 24px;
|
2015-04-20 15:31:54 +00:00
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1.75em;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1.75em;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
a {
|
2015-11-06 15:24:45 +00:00
|
|
|
color: #a16696;
|
2015-04-20 15:31:54 +00:00
|
|
|
&:hover, &:focus {
|
|
|
|
color: #111;
|
|
|
|
}
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
|
|
|
.form-table {
|
2015-04-22 14:30:50 +00:00
|
|
|
th {
|
|
|
|
width: 35%;
|
|
|
|
vertical-align: top;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
vertical-align: top;
|
|
|
|
select, input {
|
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
input[size] {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.description {
|
|
|
|
line-height: 1.5em;
|
|
|
|
display: block;
|
|
|
|
margin-top: .25em;
|
|
|
|
color: #999;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.input-checkbox, .input-radio {
|
|
|
|
width: auto;
|
|
|
|
box-sizing: inherit;
|
|
|
|
padding: inherit;
|
|
|
|
margin: 0 .5em 0 0;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.section_title {
|
|
|
|
td {
|
|
|
|
padding: 0;
|
|
|
|
h2, p {
|
|
|
|
margin: 12px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
th, td {
|
|
|
|
padding: 12px 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
&:first-child {
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
table.tax-rates {
|
|
|
|
width: 100%;
|
2015-04-27 15:33:52 +00:00
|
|
|
font-size: .92em;
|
2015-04-15 15:34:03 +00:00
|
|
|
th {
|
2015-04-27 15:33:52 +00:00
|
|
|
padding: 0;
|
2015-04-22 14:30:50 +00:00
|
|
|
text-align: center;
|
|
|
|
width: auto;
|
|
|
|
vertical-align: middle;
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
|
|
|
td {
|
2015-04-22 14:30:50 +00:00
|
|
|
border: 1px solid #eee;
|
|
|
|
padding: 6px 6px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
input {
|
|
|
|
outline: 0;
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
text-align: center;
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
2015-04-22 14:30:50 +00:00
|
|
|
&.sort {
|
|
|
|
cursor: move;
|
|
|
|
color: #ccc;
|
|
|
|
&:before {
|
|
|
|
content: "\f333";
|
|
|
|
font-family: 'dashicons';
|
|
|
|
}
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
2015-04-22 14:30:50 +00:00
|
|
|
}
|
|
|
|
.add {
|
|
|
|
padding: 1em 0 0 1em;
|
|
|
|
line-height: 1em;
|
|
|
|
font-size: 1em;
|
|
|
|
width: 0;
|
|
|
|
margin: 6px 0 0;
|
|
|
|
height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
&:before {
|
|
|
|
content: "\f502";
|
|
|
|
font-family: 'dashicons';
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2015-04-17 13:56:34 +00:00
|
|
|
}
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
2015-04-22 14:30:50 +00:00
|
|
|
.remove {
|
|
|
|
padding: 1em 0 0 1em;
|
|
|
|
line-height: 1em;
|
|
|
|
font-size: 1em;
|
|
|
|
width: 0;
|
2015-04-15 15:34:03 +00:00
|
|
|
margin: 0;
|
2015-04-22 14:30:50 +00:00
|
|
|
height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
&:before {
|
|
|
|
content: "\f182";
|
|
|
|
font-family: 'dashicons';
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-04-28 11:48:01 +00:00
|
|
|
.wc-setup-pages {
|
2015-04-15 15:34:03 +00:00
|
|
|
width: 100%;
|
2015-04-20 15:31:54 +00:00
|
|
|
border-top: 1px solid #eee;
|
|
|
|
thead th {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.page-name {
|
2015-04-15 15:34:03 +00:00
|
|
|
width: 30%;
|
2015-04-20 15:31:54 +00:00
|
|
|
font-weight: bold;
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
|
|
|
th, td {
|
2015-04-20 15:31:54 +00:00
|
|
|
padding: 14px 0;
|
|
|
|
border-bottom: 1px solid #eee;
|
2015-04-15 15:34:03 +00:00
|
|
|
&:first-child {
|
|
|
|
padding-right: 9px;
|
|
|
|
}
|
|
|
|
}
|
2015-04-20 15:31:54 +00:00
|
|
|
th {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
.page-options {
|
|
|
|
p {
|
2015-04-22 14:30:50 +00:00
|
|
|
color: #777;
|
2015-04-20 15:31:54 +00:00
|
|
|
margin: 6px 0 0 24px;
|
2015-04-22 14:30:50 +00:00
|
|
|
line-height: 1.75em;
|
|
|
|
input {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin: 1px 0 0 0;
|
|
|
|
height: 1.75em;
|
|
|
|
width: 1.75em;
|
|
|
|
line-height: 1.75em;
|
|
|
|
}
|
|
|
|
label {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
2015-04-20 15:31:54 +00:00
|
|
|
}
|
|
|
|
}
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
|
|
|
@media screen and (max-width: 782px) {
|
|
|
|
.form-table {
|
|
|
|
tbody {
|
|
|
|
th {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-04-28 11:48:01 +00:00
|
|
|
.twitter-share-button {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.wc-setup-next-steps {
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0 0 24px;
|
|
|
|
h2 {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
.wc-setup-next-steps-first {
|
|
|
|
float: left;
|
|
|
|
width: 50%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.wc-setup-next-steps-last {
|
|
|
|
float: right;
|
|
|
|
width: 50%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
ul {
|
2015-06-08 14:25:59 +00:00
|
|
|
padding: 0 2em 0 0;
|
2015-04-28 11:48:01 +00:00
|
|
|
list-style: none outside;
|
2015-06-11 15:18:01 +00:00
|
|
|
margin: 0 0 -.75em;
|
2015-04-28 11:48:01 +00:00
|
|
|
li a {
|
|
|
|
display: block;
|
2015-06-08 14:25:59 +00:00
|
|
|
padding: 0 0 .75em;
|
|
|
|
}
|
|
|
|
.setup-product {
|
|
|
|
a {
|
2015-11-06 15:24:45 +00:00
|
|
|
background-color: #a16696;
|
|
|
|
border-color: #a16696;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
|
|
|
|
box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
|
2015-06-08 14:25:59 +00:00
|
|
|
font-size: 1em;
|
|
|
|
height: auto;
|
2015-11-06 15:24:45 +00:00
|
|
|
line-height: 1.75em;
|
2015-06-08 14:25:59 +00:00
|
|
|
margin: 0 0 .75em;
|
|
|
|
opacity: 1;
|
2015-11-06 15:24:45 +00:00
|
|
|
padding: 1em;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: 0px -1px 1px #8a4f7f, 1px 0px 1px #8a4f7f, 0px 1px 1px #8a4f7f, -1px 0px 1px #8a4f7f;
|
2015-06-08 14:25:59 +00:00
|
|
|
}
|
2015-04-28 11:48:01 +00:00
|
|
|
}
|
|
|
|
li a:before {
|
|
|
|
color: #82878c;
|
|
|
|
font: normal 20px/1 'dashicons';
|
|
|
|
speak: none;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 10px 0 0;
|
|
|
|
top: 1px;
|
|
|
|
position: relative;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
text-decoration: none !important;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.learn-more a:before {
|
2015-06-11 15:18:01 +00:00
|
|
|
content: "\f105";
|
2015-04-28 11:48:01 +00:00
|
|
|
}
|
2015-06-08 14:25:59 +00:00
|
|
|
.video-walkthrough a:before {
|
|
|
|
content: "\f126";
|
2015-04-28 11:48:01 +00:00
|
|
|
}
|
2015-06-08 14:25:59 +00:00
|
|
|
.sidekick a:before {
|
|
|
|
content: "\f118";
|
2015-04-28 11:48:01 +00:00
|
|
|
}
|
2015-06-11 15:18:01 +00:00
|
|
|
.newsletter a:before {
|
|
|
|
content: "\f465";
|
2015-04-28 11:48:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-10-06 13:27:17 +00:00
|
|
|
.woocommerce-tracker, .updated {
|
2015-04-28 11:48:01 +00:00
|
|
|
padding: 24px 24px 0;
|
|
|
|
margin: 0 0 24px 0;
|
2015-08-20 15:03:29 +00:00
|
|
|
overflow: hidden;
|
2015-04-28 11:48:01 +00:00
|
|
|
background: #f5f5f5;
|
2015-08-20 15:03:29 +00:00
|
|
|
p {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 12px;
|
|
|
|
}
|
|
|
|
p:last-child {
|
|
|
|
margin: 0 0 24px 0;
|
|
|
|
}
|
2015-04-28 11:48:01 +00:00
|
|
|
}
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
2015-04-28 11:48:01 +00:00
|
|
|
.wc-setup-steps {
|
2015-04-15 15:34:03 +00:00
|
|
|
padding: 0 0 24px;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none outside;
|
|
|
|
overflow: hidden;
|
|
|
|
color: #ccc;
|
2015-08-21 13:32:01 +00:00
|
|
|
width:100%;
|
|
|
|
display: -webkit-inline-flex;
|
|
|
|
display: -ms-inline-flexbox;
|
|
|
|
display: inline-flex;
|
2015-04-15 15:34:03 +00:00
|
|
|
li {
|
|
|
|
width: 20%;
|
|
|
|
float: left;
|
2015-08-21 13:32:01 +00:00
|
|
|
padding: 0 0 0.8em;
|
2015-04-15 15:34:03 +00:00
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
|
|
|
border-bottom: 4px solid #ccc;
|
2015-08-21 13:32:01 +00:00
|
|
|
line-height: 1.4em;
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
|
|
|
li:before {
|
|
|
|
content: "";
|
|
|
|
border: 4px solid #ccc;
|
|
|
|
border-radius: 100%;
|
|
|
|
width: 4px;
|
|
|
|
height: 4px;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -6px;
|
|
|
|
margin-bottom: -8px;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
li.active {
|
2015-11-06 15:24:45 +00:00
|
|
|
border-color: #a16696;
|
|
|
|
color: #a16696;
|
2015-04-15 15:34:03 +00:00
|
|
|
&:before {
|
2015-11-06 15:24:45 +00:00
|
|
|
border-color: #a16696;
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
li.done {
|
2015-11-06 15:24:45 +00:00
|
|
|
border-color: #a16696;
|
|
|
|
color: #a16696;
|
2015-04-15 15:34:03 +00:00
|
|
|
&:before {
|
2015-11-06 15:24:45 +00:00
|
|
|
border-color: #a16696;
|
|
|
|
background: #a16696;
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-04-28 11:48:01 +00:00
|
|
|
.wc-setup .wc-setup-actions {
|
2015-04-15 15:34:03 +00:00
|
|
|
overflow: hidden;
|
2015-04-17 13:56:34 +00:00
|
|
|
.button {
|
2015-04-22 14:30:50 +00:00
|
|
|
float: right;
|
|
|
|
font-size: 1.25em;
|
2015-04-15 15:34:03 +00:00
|
|
|
padding: .5em 1em;
|
|
|
|
line-height: 1em;
|
2015-04-22 14:30:50 +00:00
|
|
|
margin-right: .5em;
|
2015-04-15 15:34:03 +00:00
|
|
|
height: auto;
|
|
|
|
}
|
2015-04-17 13:56:34 +00:00
|
|
|
.button-primary {
|
2015-11-06 15:24:45 +00:00
|
|
|
background-color: #a16696;
|
|
|
|
border-color: #a16696;
|
2015-04-15 15:34:03 +00:00
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
|
|
|
|
box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
|
2015-11-06 15:24:45 +00:00
|
|
|
float: right;
|
|
|
|
margin: 0;
|
|
|
|
opacity: 1;
|
|
|
|
text-shadow: 0px -1px 1px #8a4f7f, 1px 0px 1px #8a4f7f, 0px 1px 1px #8a4f7f, -1px 0px 1px #8a4f7f;
|
2015-04-15 15:34:03 +00:00
|
|
|
}
|
2015-06-09 14:54:46 +00:00
|
|
|
}
|
|
|
|
.wc-return-to-dashboard {
|
|
|
|
font-size: 0.85em;
|
|
|
|
color: #b5b5b5;
|
|
|
|
margin: 1.18em 0;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
2015-08-20 15:03:29 +00:00
|
|
|
}
|