52 lines
1.1 KiB
CSS
52 lines
1.1 KiB
CSS
.category_breadcrumbs li {
|
|
display: inline;
|
|
}
|
|
|
|
.category_breadcrumbs {
|
|
margin-top: -7px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.app_variant_token .background {
|
|
display: inline-block;
|
|
border: 1px solid #CCCCCC;
|
|
padding: 3px;
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.app_variant_token .background > div {
|
|
background-attachment: scroll;
|
|
background-clip: content-box;
|
|
background-image: none;
|
|
background-origin: padding-box;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
display: inline-block;
|
|
background-size: 32px auto;
|
|
height: 22px;
|
|
width: 32px;
|
|
}
|
|
|
|
.app_product_attribute_variant_preview {
|
|
background-attachment: scroll;
|
|
background-clip: content-box;
|
|
background-color: #FFFFFF;
|
|
background-image: none;
|
|
background-origin: padding-box;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-size: 32px auto;
|
|
border: 1px solid #CCCCCC;
|
|
display: inline-block;
|
|
height: 22px;
|
|
padding: 3px;
|
|
width: 32px;
|
|
vertical-align: middle;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.admin_form {
|
|
margin: 10px;
|
|
} |