PluginProbe
Elementor Website Builder – more than just a page builder / 3.18.2
Elementor Website Builder – more than just a page builder v3.18.2
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
elementor / assets / css / admin-top-bar.css

admin-top-bar.css in Elementor Website Builder – more than just a page builder 3.18.2, at assets/css/admin-top-bar.css

155 lines 4.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! elementor - v3.18.0 - 08-12-2023 */
2 #e-dashboard-widget-admin-top-bar {
3 position: absolute;
4 opacity: 0;
5 pointer-events: none;
6 }
7
8 #e-admin-top-bar-root {
9 right: 0;
10 font-family: var(--e-a-font-family);
11 background: var(--e-a-bg-default);
12 box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
13 display: none;
14 position: absolute;
15 top: 0;
16 width: calc(100% - 160px);
17 z-index: 1;
18 }
19 body.folded #e-admin-top-bar-root {
20 width: calc(100% - 36px);
21 }
22 #e-admin-top-bar-root .e-admin-top-bar {
23 display: flex;
24 height: 50px;
25 justify-content: space-between;
26 padding: 0 16px;
27 }
28 #e-admin-top-bar-root .page-title-action {
29 font-size: 12px;
30 font-weight: 500;
31 line-height: 1.2;
32 text-transform: uppercase;
33 text-decoration: none;
34 padding: 8px 16px;
35 outline: none;
36 border: none;
37 border-radius: var(--e-a-border-radius);
38 background-color: var(--e-a-btn-bg);
39 color: var(--e-a-btn-color-invert);
40 transition: var(--e-a-transition-hover);
41 }
42 #e-admin-top-bar-root .page-title-action:hover {
43 background-color: var(--e-a-btn-bg-hover);
44 color: var(--e-a-btn-color-invert);
45 }
46 #e-admin-top-bar-root .e-admin-top-bar__heading {
47 display: inline-flex;
48 align-items: center;
49 justify-content: center;
50 margin-inline-end: 40px;
51 }
52 #e-admin-top-bar-root .e-admin-top-bar__main-area {
53 display: inline-flex;
54 align-items: center;
55 justify-content: center;
56 }
57 #e-admin-top-bar-root .e-admin-top-bar__main-area button {
58 margin: 0 4px;
59 }
60 #e-admin-top-bar-root .e-admin-top-bar__secondary-area {
61 display: inline-flex;
62 align-items: center;
63 justify-content: center;
64 }
65 #e-admin-top-bar-root .e-admin-top-bar__heading-title {
66 color: var(--e-a-color-txt);
67 font-size: 15px;
68 font-weight: 700;
69 padding: 0 8px;
70 line-height: normal;
71 }
72 #e-admin-top-bar-root .e-admin-top-bar__main-area-buttons {
73 display: inline-flex;
74 gap: 5px;
75 }
76 #e-admin-top-bar-root.e-admin-top-bar--active {
77 display: block;
78 }
79 #e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody #wpbody-content {
80 margin-top: 50px;
81 }
82 #e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap {
83 clear: both;
84 padding-top: 10px;
85 }
86 #e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap h1 {
87 display: none;
88 }
89 #e-admin-top-bar-root:not(.e-admin-top-bar--active) ~ #wpbody .wrap h1, #e-admin-top-bar-root:not(.e-admin-top-bar--active) ~ #wpbody .wrap .page-title-action {
90 display: inline-block;
91 }
92 #e-admin-top-bar-root .e-admin-top-bar__bar-button {
93 align-items: center;
94 cursor: pointer;
95 display: inline-flex;
96 justify-content: center;
97 margin: 0 10px;
98 text-decoration: none;
99 color: var(--e-a-color-txt);
100 }
101 #e-admin-top-bar-root .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-icon {
102 margin: 0 4px;
103 }
104 #e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-title,
105 #e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-icon {
106 color: var(--e-a-color-txt-hover);
107 }
108 #e-admin-top-bar-root .e-admin-top-bar__bar-button-title {
109 font-size: 13px;
110 font-weight: 500;
111 margin: 0 4px;
112 line-height: normal;
113 }
114 #e-admin-top-bar-root ~ #wpbody .wrap h1, #e-admin-top-bar-root ~ #wpbody .wrap .page-title-action {
115 display: none;
116 }
117
118 @media screen and (max-width: 960px) {
119 #e-admin-top-bar-root {
120 width: calc(100% - 36px);
121 }
122 }
123 @media screen and (max-width: 782px) {
124 #e-admin-top-bar-root {
125 width: 100%;
126 }
127 }
128 @media screen and (max-width: 600px) {
129 #e-admin-top-bar-root {
130 top: 46px;
131 }
132 }
133 @media (max-width: 768px) {
134 #e-admin-top-bar-root {
135 display: inline-flex;
136 align-items: center;
137 justify-content: center;
138 }
139 #e-admin-top-bar-root .e-admin-top-bar__main-area-buttons {
140 position: absolute;
141 top: calc(100% + 10px);
142 }
143 #e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons {
144 display: none;
145 }
146 #e-admin-top-bar-root .e-admin-top-bar__secondary-area > .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-title {
147 display: none;
148 }
149 }
150 @media (min-width: 768px) {
151 #e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons {
152 display: flex;
153 }
154 }
155 /*# sourceMappingURL=admin-top-bar.css.map */