Skip to content

Commit 9c2349a

Browse files
fix: correctly position input counter
1 parent 5428cdd commit 9c2349a

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

frontend/express/public/stylesheets/vue/clyvue.scss

+36-2
Original file line numberDiff line numberDiff line change
@@ -4519,6 +4519,24 @@
45194519
width: auto;
45204520
box-shadow: none;
45214521

4522+
// .cly-vue-content-builder-sidebar-input__component .el-input__count
4523+
& .el-input__count {
4524+
position: absolute;
4525+
top: 0;
4526+
right: 0;
4527+
transform: translateY(-100%);
4528+
background: transparent;
4529+
font-size: 13px;
4530+
font-weight: 400;
4531+
line-height: 16px;
4532+
4533+
// .cly-vue-content-builder-sidebar-input__component .el-input__count .el-input__count-inner
4534+
& .el-input__count-inner {
4535+
padding: 0;
4536+
background: transparent;
4537+
}
4538+
}
4539+
45224540
// .cly-vue-content-builder-sidebar-input__component .el-input__inner
45234541
& .el-input__inner {
45244542
font-size: 14px;
@@ -4552,7 +4570,6 @@
45524570

45534571
// .cly-vue-content-builder-sidebar-input__component.el-input--suffix
45544572
&.el-input--suffix {
4555-
45564573
// .cly-vue-content-builder-sidebar-input__component.el-input--suffix .el-input__inner
45574574
& .el-input__inner {
45584575
padding-right: 34px;
@@ -4563,9 +4580,26 @@
45634580
&--slider {
45644581
width: 100%;
45654582

4566-
.el-slider__button-wrapper {
4583+
// .cly-vue-content-builder-sidebar-input__component--slider .el-slider__bar
4584+
& .el-slider__bar {
4585+
background-color: #0166D6;
4586+
}
4587+
4588+
// .cly-vue-content-builder-sidebar-input__component--slider .el-slider__button
4589+
& .el-slider__button {
4590+
border: 1px solid #0166D6;
4591+
}
4592+
4593+
// .cly-vue-content-builder-sidebar-input__component--slider .el-slider__button-wrapper
4594+
& .el-slider__button-wrapper {
45674595
z-index: 0;
45684596
}
4597+
4598+
// .cly-vue-content-builder-sidebar-input__component--slider .el-slider__runway
4599+
& .el-slider__runway {
4600+
margin: 0;
4601+
background-color: #E2E4E8;
4602+
}
45694603
}
45704604
}
45714605

0 commit comments

Comments
 (0)