Skip to content

Commit

Permalink
Merge pull request #3 from saniho/addCopyright
Browse files Browse the repository at this point in the history
Update content-card-maree.js
  • Loading branch information
saniho authored Feb 22, 2021
2 parents 1494d3a + d75310c commit ca8ad6a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions content-card-maree.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ class ContentCardMaree extends LitElement {
: html ``
}
</div>
<div class="copyright-block">
<span class="copyright-etat" >${attributes.Copyright}</span>
</div>
</div>
</ha-card>`
}
Expand Down Expand Up @@ -220,6 +223,15 @@ class ContentCardMaree extends LitElement {
}
.icon-block {
}
.copyright-block{
display: inline-block;
}
.copyright-etat {
text-align: right;
font-style: bold;
font-weight: 50;
font-size: 1em;
}
.Maree-icon.bigger {
width: 3em;
Expand Down

0 comments on commit ca8ad6a

Please sign in to comment.