16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
|
.plugin-gateway-information {
|
||
|
overflow: hidden;
|
||
|
position: relative;
|
||
|
.plugin-background {
|
||
|
object-fit: cover;
|
||
|
opacity: 0.3;
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.plugin-content {
|
||
|
position: relative;
|
||
|
}
|
||
|
}
|