Skip to content

Commit

Permalink
Copy Version-style to seperate css file
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBearPresident committed Jan 25, 2025
1 parent 90c146e commit 3bba2c8
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions src/editor/bubble-card-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -847,23 +847,9 @@ class BubbleCardEditor extends LitElement {
makeVersion() {
return html`
<h4 style="
font-size: 12px !important;
color: #fff;
background: rgba(0,0,0,0.1);
padding: 8px 16px;
border-radius: 32px;
">
<h4 class="version">
Bubble Card
<span style="
font-size: 10px;
background: rgba(0,120,180,1);
padding: 0px 8px;
border-radius: 12px;
margin-right: -6px;
float: right;
color: white;
">
<span class="versionNumber">
${version}
</span>
</h4>
Expand Down

0 comments on commit 3bba2c8

Please sign in to comment.