sigit.io/src/pages/profile/style.module.scss
2024-05-21 15:21:07 +02:00

75 lines
880 B
SCSS

.banner {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 210px;
img {
width: 100%;
}
&.noImage {
background-color: rgb(219, 219, 219);
}
}
.belowBanner {
padding: 0 15px;
}
.upper {
width: 100%;
display: flex;
}
.container {
color: black
}
.left {
margin-right: 10px;
margin-top: -35px;
}
.middle {
flex: 1;
}
.right {
margin-left: 10px;
}
.imageWrapper {
overflow: hidden;
border-radius: 50%;
width: 80px;
height: 80px;
display: flex;
justify-content: center;
align-items: center;
}
.image-placeholder {
width: 150px;
}
.copyIcon {
font-size: 1.1rem !important;
margin-left: 5px;
}
.website {
margin-bottom: 15px 0 !important;
}
.captionWrapper {
display: flex;
align-items: center;
}
.captionIcon {
color: #15999b;
margin-left: 5px;
font-size: 12px;
}