global.scss in Hostinger Tools 2.1.4, at src/css/global.scss
| 1 | @import "base/variables"; |
| 2 | @import "components/survey"; |
| 3 | |
| 4 | .theme-astra.intelligent-starter-templates-onboarding .stc-toggle-dropdown-popup-item { |
| 5 | display:none; |
| 6 | } |
| 7 | |
| 8 | .theme-astra.intelligent-starter-templates-onboarding .stc-toggle-dropdown-popup-item.active { |
| 9 | display:block; |
| 10 | } |
| 11 | |
| 12 | #wp__notice-list { |
| 13 | .notice-hst { |
| 14 | padding-top:7.5px; |
| 15 | padding-bottom:7.5px; |
| 16 | margin-top: 25px; |
| 17 | |
| 18 | .components-button { |
| 19 | margin-right: 3px; |
| 20 | } |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | .notice.notice-info.hts-omnisend { |
| 25 | position: relative; |
| 26 | padding: 12px; |
| 27 | } |
| 28 |