mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-12 12:54:48 +08:00
17 lines
305 B
SCSS
17 lines
305 B
SCSS
.postman {
|
|
.pretty-editor {
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 4px;
|
|
}
|
|
.pretty-editor-body {
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 4px;
|
|
min-height: 300px;
|
|
}
|
|
.pretty-editor-header {
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 4px;
|
|
min-height: 200px;
|
|
}
|
|
}
|