SPACEBROWSER_INTERFACE/interface_072825/master_styles/COMPONENT SCSS/AddProfileSmartPodcast.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;
}
}