231801_test_to_master #1519

Merged
alexm merged 490 commits from 231801_test_to_master into master 2023-05-12 06:29:59 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 5ace66ebca - Show all commits

View File

@ -34,7 +34,7 @@
<div> <div>
ID: {{id}} ID: {{id}}
</div> </div>
<div class="text-caption text-secondary"> <div class="text-caption text-grey">
{{modelFk}}, {{serialNumber}} {{modelFk}}, {{serialNumber}}
</div> </div>
</tpl-item> </tpl-item>

View File

@ -1,6 +1,6 @@
span.separator{ @import "./variables";
border-left: 1px solid black;
height: 100%; .text-grey {
margin: 0 10px; color: $color-font-light;
} }