File tree 1 file changed +36
-2
lines changed
frontend/express/public/stylesheets/vue
1 file changed +36
-2
lines changed Original file line number Diff line number Diff line change 4519
4519
width : auto ;
4520
4520
box-shadow : none ;
4521
4521
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
+
4522
4540
// .cly-vue-content-builder-sidebar-input__component .el-input__inner
4523
4541
& .el-input__inner {
4524
4542
font-size : 14px ;
4552
4570
4553
4571
// .cly-vue-content-builder-sidebar-input__component.el-input--suffix
4554
4572
& .el-input--suffix {
4555
-
4556
4573
// .cly-vue-content-builder-sidebar-input__component.el-input--suffix .el-input__inner
4557
4574
& .el-input__inner {
4558
4575
padding-right : 34px ;
4563
4580
& --slider {
4564
4581
width : 100% ;
4565
4582
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 {
4567
4595
z-index : 0 ;
4568
4596
}
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
+ }
4569
4603
}
4570
4604
}
4571
4605
You can’t perform that action at this time.
0 commit comments