37 lines
573 B
SCSS
37 lines
573 B
SCSS
@import '../../styles/abstracts/variables';
|
|
|
|
.fan-club-card {
|
|
&__title {
|
|
width: 100%;
|
|
max-width: 298px;
|
|
}
|
|
&__divider {
|
|
width: 100%;
|
|
height: 1px;
|
|
background: $gray5;
|
|
max-width: 252px;
|
|
}
|
|
&__cover {
|
|
width: 166px;
|
|
height: 166px;
|
|
border-radius: 50% !important;
|
|
margin-bottom: 0;
|
|
|
|
@include mobile {
|
|
width: 112px;
|
|
height: 112px;
|
|
}
|
|
.ant-upload {
|
|
border-radius: 50%;
|
|
}
|
|
img {
|
|
border-radius: 50% !important;
|
|
}
|
|
}
|
|
.btn-delete {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
}
|