OLD | NEW |
---|---|
1 .plugin { | 1 .plugin { |
2 display: block; | 2 display: block; |
3 width: 300px; | 3 width: 300px; |
4 height: 150px; | 4 height: 150px; |
5 } | 5 } |
6 | 6 |
7 .plugin-placeholder { | 7 .plugin-placeholder { |
8 all: initial; | |
9 width: 100%; | 8 width: 100%; |
10 height: 100%; | 9 height: 100%; |
11 overflow: hidden; | 10 overflow: hidden; |
12 display: flex; | 11 display: flex; |
13 align-items: center; | 12 align-items: center; |
14 background-color: gray; | 13 background-color: gray; |
15 font: 12px -webkit-control; | 14 font: 12px -webkit-control; |
16 } | 15 } |
17 | 16 |
18 .plugin-placeholder-content { | 17 .plugin-placeholder-content { |
19 text-align: center; | 18 text-align: center; |
20 margin: auto; | 19 margin: auto; |
21 } | 20 } |
OLD | NEW |