|
123456789101112131415161718192021 |
-
- .document-form {
- .info-box {
- .info-box-text {
- font-size: 13px ;
- }
- .info-box-number {
- font-size: 15px ;
- }
- }
- #block-add-product {
- .input-price {
- text-align: center ;
- }
- .input-group-quantity {
- .input-quantity {
- text-align: center ;
- }
- }
- }
- }
|