PluginProbe
Hostinger Tools / 2.1.9
Hostinger Tools v2.1.9
3.0.77 3.0.76 3.0.75 3.0.74 3.0.73 3.0.72 3.0.71 3.0.70 3.0.69 3.0.68 3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.4 All 108 releases
← All changes | src/css/global.scss +70 -0 3.0.712.1.9 View file →
@@ -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 +}