fix(Currencies): Currency code in services.

This commit is contained in:
a.bouhuolia
2021-03-30 16:18:57 +02:00
parent 78d4b56e92
commit 1ba67f183b
37 changed files with 160 additions and 73 deletions

View File

@@ -26,7 +26,7 @@
font-weight: 500;
.td{
border-top: 1px solid #333;
border-top: 1px solid #BBB;
border-bottom: 3px double #333;
}
}

View File

@@ -26,7 +26,7 @@
font-weight: 500;
.td{
border-top: 1px solid #333;
border-top: 1px solid #BBB;
border-bottom: 3px double #333;
}
}

View File

@@ -19,7 +19,7 @@
padding-bottom: 0.4rem;
}
.tr.row_type--total .td {
border-top: 1px solid #000;
border-top: 1px solid #BBB;
font-weight: 500;
border-bottom: 3px double #000;
}

View File

@@ -22,7 +22,7 @@
border-top-color: #000;
}
.tr.row_type--total .td{
border-top: 1px solid #000;
border-top: 1px solid #bbb;
font-weight: 500;
border-bottom: 3px double #000;
}