You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
248 B
18 lines
248 B
6 months ago
|
uni-cover-image {
|
||
|
display: block;
|
||
|
line-height: 1.2;
|
||
|
overflow: hidden;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
pointer-events: auto;
|
||
|
}
|
||
|
|
||
|
uni-cover-image[hidden] {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
uni-cover-image .uni-cover-image {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|