OLD | NEW |
---|---|
(Empty) | |
1 :host { | |
alph
2017/05/12 00:46:00
copyright
| |
2 display: inline-block; | |
3 border: 1px solid #ddd; | |
4 position: relative; | |
5 top: 7px; | |
6 margin: 2px; | |
7 background-color: #f3f3f3; | |
8 justify-content: center; | |
9 align-items: center; | |
10 } | |
11 | |
12 :host > * { | |
13 position: relative; | |
14 left: -2px; | |
15 width: 28px; | |
16 height: 26px; | |
17 } | |
OLD | NEW |