hello-theme/assets/scss/editor.scss
Rami Yushuvaev 8eba6620d0
Internal: Simplify HTML structure and CSS inside Elementor Editor panels [ED-13157] (#360)
* Internal: Simplify HTML structure and CSS inside Elementor Editor panels

* Fix lint

* Update strings - the theme builder is not new
2023-12-20 18:51:51 +02:00

21 lines
279 B
SCSS

/**
* Elementor editor styling
*/
.hello-elementor {
&.elementor-nerd-box {
.elementor-nerd-box-title {
margin-block-start: 24px;
}
.elementor-nerd-box-message {
margin-block-start: 12px;
}
.elementor-nerd-box-link {
margin-block-start: 24px;
}
}
}