Updated unit tests
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-09-24 10:44:12 +02:00
parent 53e729eddd
commit d18d7670ec
2 changed files with 9 additions and 1 deletions

View File

@ -50,7 +50,7 @@
</div>
<div class="vn-py-md">
<vn-chip>
<vn-avatar style="background-color:white;width:24px;min-width:24px;height:24px;border: 2px solid #FF4444">
<vn-avatar class="festive">
</vn-avatar>
<span translate>Festive</span>
</vn-chip>

View File

@ -41,4 +41,12 @@ vn-worker-calendar {
border-color: rgba(0, 0, 0, 0.3);
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.festive {
background-color:white;
border: 2px solid #FF4444;
width: 24px;
min-width: 24px;
height: 24px
}
}