11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
/* stylelint-disable order/properties-order */
|
|
:host {
|
|
.map_st2 {
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 49px;
|
|
height: 350px;
|
|
width: 360px;
|
|
}
|
|
}
|