You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
380 B
28 lines
380 B
5 years ago
|
.form-item {
|
||
|
background: #fefefe;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
padding: 14px 12px;
|
||
|
margin-bottom: 1px;
|
||
|
}
|
||
|
|
||
|
.form-item>.value {
|
||
|
text-align: right;
|
||
|
flex: auto;
|
||
|
}
|
||
|
|
||
|
.form-item>.key {
|
||
|
display: inline-block;
|
||
|
flex: none;
|
||
|
}
|
||
|
|
||
|
.form-item .tip {
|
||
|
font-size: 12px;
|
||
|
color: dimgray;
|
||
|
}
|
||
|
|
||
|
.form-item>switch {
|
||
|
transform: scale(0.8);
|
||
|
}
|