56 lines
898 B
SCSS
56 lines
898 B
SCSS
@import '../../styles/abstracts/variables';
|
|
|
|
.on-demand-editor {
|
|
&__cover {
|
|
height: 252px !important;
|
|
margin-bottom: 20px !important;
|
|
}
|
|
|
|
&__actions {
|
|
@include modalActions;
|
|
}
|
|
|
|
&__video-upload {
|
|
.video-content {
|
|
&__card {
|
|
height: auto !important;
|
|
min-height: 300px;
|
|
|
|
@include mobile {
|
|
min-height: 200px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.form-products {
|
|
&-divider {
|
|
height: 1px;
|
|
width: 100%;
|
|
background: $grey3;
|
|
border-radius: 8px;
|
|
}
|
|
&__delete {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
&__action {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-top: 47px;
|
|
padding-bottom: 50px;
|
|
}
|
|
}
|
|
.on-demand-editor-modal {
|
|
.ant-modal-body {
|
|
max-height: 66vh;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
.ant-modal-content {
|
|
overflow: hidden;
|
|
}
|
|
}
|