40 lines
665 B
SCSS
40 lines
665 B
SCSS
@import '../../styles/abstracts/variables';
|
|
|
|
.media-delete-confirm-modal {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.bandsintown-event-card {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
&__wrapper {
|
|
width: 100%;
|
|
}
|
|
&__picture {
|
|
width: 82px !important;
|
|
height: 82px !important;
|
|
background: $dark;
|
|
justify-content: center;
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
&__title {
|
|
width: 298px;
|
|
}
|
|
&__info {
|
|
&--footer {
|
|
border-top: solid 1px $gray5;
|
|
align-items: flex-end;
|
|
|
|
.ant-btn-link {
|
|
color: $default;
|
|
}
|
|
|
|
> button:first-child {
|
|
padding-left: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|