Merge pull request 'feat: refs #6912 Green heart' (#26) from 6912-svgHeart into master
gitea/worker-time-control/pipeline/head This commit looks good Details
gitea/worker-time-control/pipeline/pr-test Build queued... Details

Reviewed-on: #26
This commit is contained in:
Guillermo Bonet 2024-03-22 12:43:25 +00:00
commit be3d8ba04a
2 changed files with 13 additions and 4 deletions

View File

@ -22,6 +22,8 @@ h1 {
font-weight: 400;
color: white;
opacity: 50%;
align-items: center;
display: flex;
}
span {
color: #ED4947;
@ -181,8 +183,15 @@ h3 {
font-weight: normal;
}
span {
color: #97d700;
.heart {
display: inline-block;
margin-bottom: 1px;
margin-left: 5px;
width: 18px;
height: 18px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath fill='%2397d700' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
background-size: cover;
background-repeat: no-repeat;
}
.footer {
display: none;

View File

@ -80,7 +80,7 @@ and open the template in the editor.
</div>
</div>
<h1>
developed by Verdnatura with <span>&#10084;</span>
developed by Verdnatura with<span class="heart"></span>
</h1>
<h2 class="device">
<p id="deviceLabel"></p>