OLD | NEW |
---|---|
(Empty) | |
1 :host { | |
2 display: block; | |
3 } | |
4 | |
5 iron-selector { | |
6 margin: 0; | |
7 padding-top: 20px; | |
8 } | |
9 | |
10 iron-selector > * { | |
11 -webkit-padding-start: 40px; | |
12 font-size: 15px; | |
13 margin-bottom: 5px; | |
14 min-height: 45px; | |
15 } | |
16 | |
17 iron-selector > *.iron-selected { | |
18 background-color: rgb(38, 166, 154); | |
19 } | |
OLD | NEW |