26 lines
523 B
SCSS
26 lines
523 B
SCSS
/**
|
|
* The following styles get applied inside the editor only.
|
|
*
|
|
* Replace them with your own styles or remove the file completely.
|
|
*/
|
|
|
|
.illustration-thematique-adding-focus-point-modal {
|
|
.components-modal__content.has-scrolled-content:not(.hide-header)
|
|
.components-modal__header {
|
|
border-bottom-color: transparent;
|
|
display: none;
|
|
}
|
|
|
|
.components-modal__content {
|
|
max-width: 450px !important;
|
|
padding: 40px 100px;
|
|
margin: 0px auto 0 auto;
|
|
}
|
|
}
|
|
|
|
.focus-points-pannel {
|
|
button {
|
|
margin-right: 10px;
|
|
}
|
|
}
|