You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

67 lines
1.2 KiB

.pos .product .variant {
position: absolute;
top: 50px;
left: 2px;
right: 2px;
vertical-align: top;
color: white;
line-height: 13px;
background: #0070F7;
padding: 2px 5px;
border-radius: 2px;
}
.variants{
position: absolute;
bottom: -11px;
left: 2px;
right: 2px;
vertical-align: top;
color: white;
line-height: 40px;
background: #1b9c99;
padding: 2px 5px;
border-radius: 2px;
}
.extra-price{
position: absolute;
top: 2px;
right: 2px;
vertical-align: top;
color: #000;
line-height: 13px;
background: #FFACAC;
padding: 7px 5px;
border-radius: 2px;
}
.tag{
background-color:#d7d7d7;
font-style: italic;
}
.variant-selected{
position: absolute;
bottom: 23px;
left: 2px;
right: 2px;
vertical-align: top;
color: white;
line-height: 13px;
font-size: 15px;
background: #0831b3;
padding: 2px 5px;
border-radius: 2px;
}
.custom-pos-label{
width: 100%;
position: absolute;
top: 45%;
left: 0;
background: #30E3DF;
height: 20px;
display: block;
line-height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #03001C;
}