Updated unit tests
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
53e729eddd
commit
d18d7670ec
|
@ -50,7 +50,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="vn-py-md">
|
<div class="vn-py-md">
|
||||||
<vn-chip>
|
<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>
|
</vn-avatar>
|
||||||
<span translate>Festive</span>
|
<span translate>Festive</span>
|
||||||
</vn-chip>
|
</vn-chip>
|
||||||
|
|
|
@ -41,4 +41,12 @@ vn-worker-calendar {
|
||||||
border-color: rgba(0, 0, 0, 0.3);
|
border-color: rgba(0, 0, 0, 0.3);
|
||||||
border-bottom: 1px solid 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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue