|
123456789101112131415161718192021222324252627282930 |
-
- .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 ;
- }
- }
-
- .total {
- .input-group {
- margin-bottom: 10px ;
- }
- .btn {
- float: right ;
- }
- }
- }
- }
|