2022-12-27 11:21:04 +00:00
|
|
|
@import "variables";
|
|
|
|
|
2023-06-23 09:42:30 +00:00
|
|
|
vn-invoice-out-global-invoicing {
|
|
|
|
h5 {
|
2023-01-25 07:27:39 +00:00
|
|
|
color: $color-primary;
|
2022-12-29 07:15:04 +00:00
|
|
|
}
|
2023-06-23 09:42:30 +00:00
|
|
|
.status {
|
|
|
|
height: 80px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
gap: 20px;
|
|
|
|
}
|
2023-01-30 11:13:01 +00:00
|
|
|
#error {
|
|
|
|
line-break: normal;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
white-space: normal;
|
2023-01-26 08:25:52 +00:00
|
|
|
}
|
2022-12-29 07:15:04 +00:00
|
|
|
}
|
2023-01-26 08:25:52 +00:00
|
|
|
|
|
|
|
|