20 lines
269 B
SCSS
20 lines
269 B
SCSS
@import '../../styles/abstracts/variables';
|
|
|
|
.profile-smart-podcast {
|
|
.ant-modal-body {
|
|
padding: 24px 20px;
|
|
}
|
|
.music-item--left {
|
|
max-width: 100%;
|
|
}
|
|
|
|
&__photo {
|
|
width: 123px;
|
|
height: 123px;
|
|
}
|
|
|
|
&__actions {
|
|
@include modalActions;
|
|
}
|
|
}
|