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>
ID: {{id}}
</div>
<div class="text-caption text-secondary">
<div class="text-caption text-grey">
{{modelFk}}, {{serialNumber}}
</div>
</tpl-item>

View File

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