File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -593,7 +593,6 @@ input[type='number']::-webkit-outer-spin-button {
593
593
height : 40px ;
594
594
width : 150px ;
595
595
border-radius : 5px ;
596
- display : flex;
597
596
align-items : center;
598
597
justify-content : center;
599
598
background-color : var (--primary-color );
@@ -851,42 +850,42 @@ input[type='number']::-webkit-outer-spin-button {
851
850
}
852
851
853
852
.border-radius-preview-box .preview {
854
- width : 100 % ;
855
- height : 100 % ;
853
+ width : inherit ;
854
+ height : inherit ;
856
855
background : var (--primary-color );
857
856
}
858
857
859
- .border-range -inputs input {
858
+ .border-radius -inputs {
860
859
width : 100% ;
861
860
}
862
861
863
862
# border-radius-code {
864
- padding : 1rem ;
863
+ /* padding: 1rem; */
865
864
background : var (--primary-color );
866
865
margin-top : 2rem ;
867
866
}
868
867
869
- . border-range-inputs input : nth-child ( 1 ) {
868
+ # border-radius-top {
870
869
position : absolute;
871
870
top : -2rem ;
872
871
left : 0 ;
873
872
}
874
873
875
- . border-range-inputs input : nth-child ( 2 ) {
874
+ # border-radius-left {
876
875
position : absolute;
877
876
transform : rotate (90deg );
878
877
top : 7rem ;
879
878
left : -9rem ;
880
879
}
881
880
882
- . border-range-inputs input : nth-child ( 3 ) {
881
+ # border-radius-right {
883
882
position : absolute;
884
883
transform : rotate (90deg );
885
884
top : 7rem ;
886
885
left : 9rem ;
887
886
}
888
887
889
- . border-range-inputs input : nth-child ( 4 ) {
888
+ # border-radius-bottom {
890
889
position : absolute;
891
890
bottom : -2rem ;
892
891
left : 0 ;
You can’t perform that action at this time.
0 commit comments