salix/modules/invoiceOut/front/index/manual/style.scss

18 lines
334 B
SCSS
Raw Normal View History

2021-08-10 09:48:29 +00:00
@import "variables";
.vn-invoice-out-manual {
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
}
}
}
2023-01-24 11:40:43 +00:00
}