| @@ -1 +1,71 @@ | ||
| 1 | +@import "base/variables"; | |
| 2 | +@import "components/survey"; | |
| 1 | 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 | + | |
| 29 | +#wpadminbar { | |
| 30 | + #wp-admin-bar-hostinger_admin_bar { | |
| 31 | + | |
| 32 | + .ab-item { | |
| 33 | + display: flex; | |
| 34 | + align-items: center; | |
| 35 | + | |
| 36 | + svg { | |
| 37 | + max-height: 22px; | |
| 38 | + margin-right: 6px; | |
| 39 | + fill: $wp-gray; | |
| 40 | + } | |
| 41 | + | |
| 42 | + } | |
| 43 | + | |
| 44 | + &:hover { | |
| 45 | + | |
| 46 | + svg { | |
| 47 | + fill: $wp-blue; | |
| 48 | + } | |
| 49 | + | |
| 50 | + } | |
| 51 | + | |
| 52 | + .ab-sub-wrapper { | |
| 53 | + .ab-item { | |
| 54 | + svg { | |
| 55 | + fill: $wp-gray; | |
| 56 | + margin-left: 3px; | |
| 57 | + max-height: 18px; | |
| 58 | + } | |
| 59 | + | |
| 60 | + &:hover { | |
| 61 | + | |
| 62 | + svg { | |
| 63 | + fill: $wp-blue; | |
| 64 | + } | |
| 65 | + | |
| 66 | + } | |
| 67 | + } | |
| 68 | + } | |
| 69 | + | |
| 70 | + } | |
| 71 | +} | |