mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
15 lines
280 B
SCSS
15 lines
280 B
SCSS
![]() |
.editorWrapper {
|
||
|
min-height: 350px;
|
||
|
margin-top: .9rem;
|
||
|
padding: 8px 10px 0 10px;
|
||
|
border: 1px solid #E3E9F3;
|
||
|
border-radius: 0.25rem;
|
||
|
line-height: 18px;
|
||
|
font-size: 13px;
|
||
|
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
|
||
|
}
|
||
|
|
||
|
.editorFocus {
|
||
|
border-color: #78caff;
|
||
|
}
|