Skip to content

Commit

Permalink
Update light-brightness-preset-row.js
Browse files Browse the repository at this point in the history
  • Loading branch information
finity69x2 authored Jun 7, 2020
1 parent 9eef4e0 commit 30d8f11
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions dist/light-brightness-preset-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ class CustomLightBrightnessRow extends Polymer.Element {
line-height: inherit;
}
.brightness {
min-width: 30px;
max-width: 30px;
height: 30px;
margin-left: 2px;
margin-right: 2px;
background-color: #759aaa;
border: 1px solid lightgrey;
border-radius: 4px;
font-size: 10px !important;
color: inherit;
text-align: center;
float: right !important;
padding: 1px;
min-width: 30px;
max-width: 30px;
height: 30px;
margin-left: 2px;
margin-right: 2px;
background-color: #759aaa;
border: 1px solid lightgrey;
border-radius: 4px;
font-size: 10px !important;
color: inherit;
text-align: center;
float: right !important;
padding: 1px;
}
</style>
Expand Down

0 comments on commit 30d8f11

Please sign in to comment.