mirror of
https://github.com/elementor/hello-theme.git
synced 2025-10-03 15:33:37 +08:00
21 lines
279 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|