2020-11-28 22:11:54 +00:00
|
|
|
|
2021-07-20 19:30:49 +01:00
|
|
|
.cover {
|
2020-11-28 22:11:54 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
2021-07-20 19:30:49 +01:00
|
|
|
top: 0;
|
2020-11-28 22:11:54 +00:00
|
|
|
left: 0;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
2021-07-20 19:30:49 +01:00
|
|
|
.cover-img {
|
2020-11-28 22:11:54 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
object-fit: cover;
|
|
|
|
}
|
|
|
|
|
2021-07-20 19:30:49 +01:00
|
|
|
.no-cover {
|
2020-11-28 22:11:54 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-color: var(--bg2);
|
|
|
|
}
|
|
|
|
|
2021-07-20 19:30:49 +01:00
|
|
|
.profile {
|
|
|
|
position: relative;
|
2020-11-28 22:11:54 +00:00
|
|
|
background-color: transparent !important;
|
|
|
|
}
|