add segement slider editor

This commit is contained in:
gingervitis
2021-01-17 00:40:46 -08:00
committed by Gabe Kangas
parent 2ddce9b75a
commit 73dd084672
7 changed files with 254 additions and 43 deletions

View File

@@ -19,6 +19,20 @@
}
}
.module-container {
border-radius: 1em;
background-color: rgba(128,99,255,.1);
padding: 1.5em;
margin-bottom: 1em;
}
.ant-slider-with-marks {
margin-right: 2em;
}
.ant-slider-mark-text {
font-size: .85em;
white-space: nowrap;
}
.status-message {
margin: 1rem 0;
@@ -226,13 +240,6 @@
}
.form-component {
width: 60%;
.ant-slider-with-marks {
margin-right: 2em;
}
.ant-slider-mark-text {
font-size: .85em;
white-space: nowrap;
}
.selected-value-note {
font-size: .85em;
@@ -255,3 +262,19 @@
background-color: rgba(0,0,0,.1);
}
}
.config-video-segements-conatiner {
.segment-slider {
width: 90%;
margin: auto;
}
.status-message {
text-align: center;
}
}
.segment-tip {
width: 10em;
text-align: center;
margin: auto;
display: inline-block;
}