mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 12:23:05 +00:00
23 lines
412 B
SCSS
23 lines
412 B
SCSS
.editForm {
|
|
background: #ffffff;
|
|
padding: 45px 30px 22px 30px;
|
|
border-radius: 2px;
|
|
box-shadow: 0 2px 4px #E3E9F3;
|
|
}
|
|
|
|
.separator {
|
|
box-sizing: border-box;
|
|
height: 1px;
|
|
width: 100%;
|
|
margin-top: 1.4rem;
|
|
margin-bottom: 2.1rem;
|
|
background: #F6F6F6;
|
|
}
|
|
|
|
.loadIndicatorContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
min-height: 209px;
|
|
padding-top: 88px;
|
|
} |