mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-27 05:30:14 +08:00
17 lines
305 B
SCSS
Executable File
17 lines
305 B
SCSS
Executable File
.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;
|
|
}
|
|
}
|