# hostinger/2.1.6/src/css/global.scss

Hostinger Tools, version 2.1.6. 28 lines.

- Page: https://pluginprobe.com/plugins/hostinger/2.1.6/code/src/css/global.scss
- Raw: https://pluginprobe.com/plugins/hostinger/2.1.6/raw/src/css/global.scss
- Modified: 2024-03-15T08:53:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hostinger/2.1.6/code/src/css/global.scss#L10-L20`.

```scss
@import "base/variables";
@import "components/survey";

.theme-astra.intelligent-starter-templates-onboarding .stc-toggle-dropdown-popup-item {
	display:none;
}

.theme-astra.intelligent-starter-templates-onboarding .stc-toggle-dropdown-popup-item.active {
	display:block;
}

#wp__notice-list {
	.notice-hst {
		padding-top:7.5px;
		padding-bottom:7.5px;
		margin-top: 25px;

		.components-button {
			margin-right: 3px;
		}
	}
}

.notice.notice-info.hts-omnisend {
	position: relative;
	padding: 12px;
}

```
