14 lines
228 B
SCSS
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;
|
|
}
|
|
}
|