image preview styling

This commit is contained in:
James Koster 2017-11-08 17:29:28 +00:00
parent bb31ecdff1
commit b20a43fa1e
3 changed files with 44 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3314,21 +3314,54 @@ img.help_tip {
width: 90px;
height: 90px;
border: 5px solid #fff;
background: #ddd;
box-shadow: 0 0 1px #ccc;
background: #eee;
box-shadow: 0 1px 1px #ccc;
margin: 0 0 10px;
position: relative;
overflow: hidden;
&:before,
&:after {
content: "";
display: block;
width: 30px;
height: 30px;
background: rgba(0,0,0,.1);
position: absolute;
top: 50%;
left: 50%;
margin-left: -20px;
margin-top: -20px;
}
&:before {
margin-top: -10px;
margin-left: -10px;
background: rgba(0,0,0,.1);
}
}
.woocommerce-thumbnail-preview-block__text {
width: random( 10 / 2 ) + 1 + em;
width: 50%;
background: #ddd;
margin: 0 auto 10px;
height: 10px;
height: 6px;
}
.woocommerce-thumbnail-preview-block__button {
width: 50px;
height: 20px;
background: #ddd;
width: 30px;
height: 5px;
border: 8px solid #fff;
background: #ededed;
box-shadow: 0 0 0 1px #ddd;
margin: 0 auto;
border-radius: 2px;
}
&:nth-child(3) {
.woocommerce-thumbnail-preview-block__text {
width: 75%;
}
}
&:nth-child(4) {
.woocommerce-thumbnail-preview-block__text {
width: 35%;
}
}
}
.woocommerce-thumbnail-preview-block:last-child {