hello-theme/assets/dev/js/admin/hello-admin.scss
Rami Yushuvaev d6eaef1d3a
Tweak: Added action links to the Theme Settings page [ED-13159] (#361)
* Tweak: Added action links to the Theme Settings page

* Lint

* Lint

* Update

* Optimize logic

* Lint

* Lint

* Update labels
2023-12-21 16:45:55 +02:00

95 lines
1.5 KiB
SCSS

#hello-elementor-settings {
.components-placeholder {
background: #f1f1f1;
}
.hello_elementor__header {
padding: 20px 10px;
margin-inline-start: -2em;
background-color: #ffffff;
box-shadow: 0 1px 0 rgba(213, 213, 213, .5), 0 1px 2px #eeeeee;
.hello_elementor__container {
max-width: 750px;
margin: 0 auto;
.hello_elementor__title {
display: flex;
justify-content: center;
align-items: center;
.dashicon {
color: #757575;
}
}
}
}
.hello_elementor__main {
max-width: 750px;
margin-inline-start: auto;
margin-inline-end: auto;
.components-panel {
background: none;
border: none;
}
.components-panel__body {
margin: 1rem 0;
border: 1px solid #e2e4e7;
background: #ffffff;
}
.components-notice {
margin: 0;
margin-block-end: 20px;
.dashicon {
padding-inline-end: 10px;
color: #f0b849;
}
button {
display: none;
}
}
.code-example {
display: inline-block;
margin-block-end: 0.25rem;
border-radius: 4px;
font-size: 10px;
+ *:not(.code-example) {
margin-block-start: 1.25rem;
}
}
}
.components-base-control__help {
margin-block-start: .5rem;
}
.hello_elementor__notices {
.components-snackbar {
position: fixed;
bottom: .5rem;
}
}
.hello_elementor__action_links {
text-align: center;
margin-block-start: 50px;
margin-block-end: 20px;
&__title {
font-weight: bold;
}
&__message {
font-weight: normal;
}
}
}