Style edit card button (#2466)

* Change style of edit card button

* remove margin 0
This commit is contained in:
Bram Kragten 2019-01-13 23:53:33 +01:00 committed by Paulus Schoutsen
parent 864f2619a2
commit 3408392aea

View File

@ -46,10 +46,6 @@ export class HuiCardOptions extends hassLocalizeLitMixin(LitElement) {
paper-button {
color: var(--primary-color);
font-weight: 500;
letter-spacing: 0.05em;
font-size: 16px;
padding: 0;
margin: 0;
}
paper-icon-button {
color: var(--primary-text-color);