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.
 
 
 
 

31 lines
687 B

.pos .pos-tare-container .left-block{
display: inline-block;
width:45%;
margin:0;
padding:0;
text-align:left;
font-size: 16px;
color: #555;
font-weight: bold;
}
.pos .pos-tare-container .right-block, .pos .pos-tare-container .right-block-readonly{
display: inline-block;
width:45%;
text-align:right;
height: 40px;
font-size: 20px;
font-family: Lato;
-moz-box-sizing: border-box;
outline: none;
border: none;
padding: 6px 8px;
color: #484848;
border-radius: 3px;
margin-top: 5px;
}
.pos .pos-tare-container .right-block{
background: white;
box-shadow: 0px 2px rgba(143, 143, 143, 0.3) inset;
}