joywok-material-components
Version:
<h1 align="center"> Joywok Material Components </h1>
42 lines (41 loc) • 972 B
CSS
.jw-auto-editor .jw-auto-editor-list .jw-auto-editor-i {
position: relative;
line-height: 30px;
}
.jw-auto-editor .jw-auto-editor-list .jw-auto-editor-i .jw-auto-editor-i-crict {
display: inline-block;
width: 4px;
height: 4px;
border-radius: 4px;
position: absolute;
top: 15px;
background: #000;
}
.jw-auto-editor .jw-auto-editor-list .jw-auto-editor-i .jw-auto-editor-i-val {
margin-left: 10px;
display: inline-block;
}
.jw-auto-editor .jw-auto-editor-input {
margin-top: 10px;
position: relative;
}
.jw-auto-editor .jw-auto-editor-input .jw-input > div {
width: 100%;
}
.jw-auto-editor .jw-auto-editor-input .jw-input > div input {
padding-left: 10px;
}
.jw-auto-editor .jw-auto-editor-input:first-child {
margin-top: 0;
}
.jw-auto-editor .jw-auto-editor-input::before {
content: '';
display: inline-block;
width: 4px;
height: 4px;
border-radius: 4px;
position: absolute;
top: 50%;
margin-top: -2px;
background: #000;
}