SPACEBROWSER_INTERFACE/interface_072825/master_styles/COMPONENT SCSS/Experience1To1Modal.scss

38 lines
608 B
SCSS

@import '../../styles/abstracts/variables';
.experience-one-to-one {
&__cover {
width: 214px !important;
height: 269px !important;
margin-bottom: 20px !important;
}
&__actions {
@include modalActions;
}
&__video-upload {
.video-content {
&__card {
height: auto !important;
min-height: 300px;
@include mobile {
min-height: 200px;
}
}
}
}
}
.experience-one-to-one-modal {
.ant-modal-body {
max-height: 70vh;
overflow-x: hidden;
overflow-y: auto;
}
.ant-modal-content {
overflow: hidden;
}
}