[COMPONENTS][CSS] Adding components styling properly.

This commit is contained in:
2021-10-01 17:25:51 +01:00
parent 441c411efe
commit d38ad60c76
15 changed files with 101 additions and 133 deletions

View File

@@ -0,0 +1,26 @@
.cover {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.cover-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.no-cover {
width: 100%;
height: 100%;
background-color: var(--bg2);
}
.profile {
position: relative;
background-color: transparent !important;
}