salix/modules/invoiceOut/front/index/global-invoicing/style.scss

17 lines
343 B
SCSS
Raw Normal View History

2021-08-10 09:48:29 +00:00
@import "variables";
2021-08-02 11:35:38 +00:00
.vn-invoice-out-global-invoicing {
tpl-body {
2021-08-10 09:48:29 +00:00
width: 500px;
.progress {
font-weight: bold;
text-align: center;
font-size: 1.5rem;
color: $color-primary;
vn-horizontal {
justify-content: center
}
}
2021-08-02 11:35:38 +00:00
}
}