Skip to content

Commit

Permalink
Merge pull request #31 from SNoof85/icon-color
Browse files Browse the repository at this point in the history
Icon color
  • Loading branch information
SNoof85 authored Mar 5, 2021
2 parents 8cd0d77 + 478f7a6 commit bbc4417
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tempometer-gauge-card.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.info(`%c TEMPOMETER-CARD \n%c v1.2 `, 'color: orange; font-weight: bold; background: black', 'color: white; font-weight: bold; background: dimgray');
console.info(`%c TEMPOMETER-CARD \n%c v1.3 `, 'color: orange; font-weight: bold; background: black', 'color: white; font-weight: bold; background: dimgray');
class TempometerGaugeCard extends HTMLElement {
constructor() {
super();
Expand Down Expand Up @@ -124,21 +124,21 @@ class TempometerGaugeCard extends HTMLElement {
.icon1{
width: 18px;
height: 18px;
fill: #607D8B;
color: var(--paper-item-icon-color);
float: left;
padding-top: 3em;
}
.icon2{
width: 18px;
height: 18px;
fill: #607D8B;
color: var(--paper-item-icon-color);
padding-top: .5em;
padding-right: 9px;
}
.icon3{
width: 18px;
height: 18px;
fill: #607D8B;
color: var(--paper-item-icon-color);
float: right;
padding-top: 3em;
}
Expand Down

0 comments on commit bbc4417

Please sign in to comment.