SPACEBROWSER_INTERFACE/interface_base/master_styles/COMPONENT SCSS/BandsintownEditorModal.scss
2025-08-07 20:28:59 -04:00

14 lines
228 B
SCSS

@import '../../styles/abstracts/variables';
.bandsintown-editor {
&__cover {
width: 123px !important;
height: 123px !important;
margin-bottom: 20px !important;
}
&__actions {
@include modalActions;
}
}