60 lines
856 B
CSS
60 lines
856 B
CSS
picker {
|
|
border: 1px solid #eeeeee;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
button {
|
|
height: 40px;
|
|
border-radius: 1000px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
line-height: 40px;
|
|
}
|
|
|
|
button::after {
|
|
border: none;
|
|
}
|
|
|
|
.button-hover::after {
|
|
border: none;
|
|
}
|
|
|
|
textarea {
|
|
padding: 0;
|
|
}
|
|
|
|
/* textarea > *:first-child > *:first-child {
|
|
color: #999 !important;
|
|
} */
|
|
|
|
.xhs-inner-switch-control-switch::after {
|
|
background-color: aqua;
|
|
}
|
|
|
|
picker {
|
|
border: none;
|
|
}
|
|
|
|
/* dakjdhkjhsjf */
|
|
radio * {
|
|
display: flex;
|
|
}
|
|
|
|
checkbox * {
|
|
display: flex;
|
|
}
|
|
|
|
slider > div > div > div > div:nth-child(2) {
|
|
width: 16px !important;
|
|
height: 16px !important;
|
|
margin-top: -8px !important;
|
|
margin-left: -8px !important;
|
|
}
|
|
|
|
/* switch > * > *:last-child::after {
|
|
width: 24px !important;
|
|
height: 24px !important;
|
|
top: 50% !important;
|
|
margin-top: -12px !important;
|
|
} */
|