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

Hostinger Tools, version 2.2.0. 72 lines.

- Page: https://pluginprobe.com/plugins/hostinger/2.2.0/code/src/css/global.scss
- Raw: https://pluginprobe.com/plugins/hostinger/2.2.0/raw/src/css/global.scss
- Modified: 2024-04-15T13:46:16+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.2.0/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;
}

#wpadminbar {
	#wp-admin-bar-hostinger_admin_bar {

		.ab-item {
			display: flex;
			align-items: center;

			svg {
				max-height: 22px;
				margin-right: 6px;
				fill: $wp-gray;
			}

		}

		&:hover {

			svg {
				fill: $wp-blue;
			}

		}

		.ab-sub-wrapper {
			.ab-item {
				svg {
					fill: $wp-gray;
					margin-left: 3px;
					max-height: 18px;
				}

				&:hover {

					svg {
						fill: $wp-blue;
					}

				}
			}
		}

	}
}

```
