mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-01-02 14:38:14 +00:00
21 lines
300 B
SCSS
21 lines
300 B
SCSS
.m-fields-key-value {
|
|
display: flex;
|
|
justify-items: center;
|
|
align-items: top;
|
|
width: 100%;
|
|
}
|
|
|
|
.m-fields-key-value-item {
|
|
display: flex;
|
|
margin-bottom: 10px;
|
|
align-items: center;
|
|
}
|
|
|
|
.m-fileds-key-value-delimiter {
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.m-fileds-key-value-delete {
|
|
margin-left: 10px;
|
|
}
|