3
0

Replace CReportTable colors with variables

This commit is contained in:
Jože Fortun 2024-02-22 13:24:22 +01:00
parent d5dab1d4c9
commit b032e2bc06

View File

@ -503,13 +503,13 @@ export default {
<style scoped lang="scss">
.foreign {
border: 1px solid rgba(#162425, 0.8);
border: 1px solid rgba(var(--black), 0.8);
border-top: 0;
border-bottom: 0;
}
.separator {
border-top: 2px solid rgba(#162425, 0.5);
border-top: 2px solid rgba(var(--black), 0.5);
}
.card-rounded {