PluginProbe
Elementor Website Builder – more than just a page builder / 3.11.2
Elementor Website Builder – more than just a page builder v3.11.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.11.2, at assets/css/admin-top-bar.css

172 lines 4.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! elementor - v3.11.2 - 22-02-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 background: #ffffff;
11 box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.0394871);
12 display: none;
13 position: absolute;
14 top: 0;
15 width: calc(100% - 160px);
16 z-index: 1;
17 }
18 body.folded #e-admin-top-bar-root {
19 width: calc(100% - 36px);
20 }
21 #e-admin-top-bar-root .e-admin-top-bar {
22 display: flex;
23 height: 50px;
24 justify-content: space-between;
25 padding: 0 16px;
26 }
27 #e-admin-top-bar-root .page-title-action {
28 background: #f7f7f7;
29 border: 1px solid #0275d8;
30 border-radius: 3px;
31 box-sizing: border-box;
32 color: #0275d8;
33 cursor: pointer;
34 display: inline-block;
35 line-height: 30px;
36 margin: 0 4px;
37 min-height: 30px;
38 padding: 0 10px;
39 text-decoration: none;
40 }
41 #e-admin-top-bar-root .page-title-action:hover {
42 background: #eceeef;
43 border-color: #1b607f;
44 color: #1b607f;
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 -webkit-margin-end: 40px;
51 margin-inline-end: 40px;
52 }
53 #e-admin-top-bar-root .e-admin-top-bar__main-area {
54 display: inline-flex;
55 align-items: center;
56 justify-content: center;
57 }
58 #e-admin-top-bar-root .e-admin-top-bar__main-area button {
59 margin: 0 4px;
60 }
61 #e-admin-top-bar-root .e-admin-top-bar__secondary-area {
62 display: inline-flex;
63 align-items: center;
64 justify-content: center;
65 }
66 #e-admin-top-bar-root .e-admin-top-bar__heading-logo {
67 width: 30px;
68 }
69 #e-admin-top-bar-root .e-admin-top-bar__heading-logo {
70 background: #93003c;
71 border-radius: 15px;
72 color: #ffffff;
73 display: inline-block;
74 font-size: 0.875rem;
75 height: 1.875rem;
76 line-height: 1.875rem;
77 text-align: center;
78 width: 1.875rem;
79 }
80 #e-admin-top-bar-root .e-admin-top-bar__heading-title {
81 color: #495157;
82 font-size: 15px;
83 font-weight: 700;
84 font-family: "Roboto", Arial, Helvetica, Verdana, sans-serif;
85 padding: 0 8px;
86 line-height: normal;
87 text-transform: uppercase;
88 }
89 #e-admin-top-bar-root.e-admin-top-bar--active {
90 display: block;
91 }
92 #e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody #wpbody-content {
93 margin-top: 50px;
94 }
95 #e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap {
96 clear: both;
97 padding-top: 10px;
98 }
99 #e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap h1 {
100 display: none;
101 }
102 #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 {
103 display: inline-block;
104 }
105 #e-admin-top-bar-root .e-admin-top-bar__bar-button {
106 align-items: center;
107 cursor: pointer;
108 display: inline-flex;
109 justify-content: center;
110 margin: 0 10px;
111 text-decoration: none;
112 color: #6d7882;
113 }
114 #e-admin-top-bar-root .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-title {
115 color: #6d7882;
116 }
117 #e-admin-top-bar-root .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-icon {
118 margin: 0 4px;
119 }
120 #e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-title,
121 #e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-icon {
122 color: #93003c;
123 }
124 #e-admin-top-bar-root .e-admin-top-bar__bar-button-title {
125 font-size: 13px;
126 font-weight: 500;
127 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
128 margin: 0 4px;
129 line-height: normal;
130 }
131 #e-admin-top-bar-root ~ #wpbody .wrap h1, #e-admin-top-bar-root ~ #wpbody .wrap .page-title-action {
132 display: none;
133 }
134
135 @media screen and (max-width: 960px) {
136 #e-admin-top-bar-root {
137 width: calc(100% - 36px);
138 }
139 }
140 @media screen and (max-width: 782px) {
141 #e-admin-top-bar-root {
142 width: 100%;
143 }
144 }
145 @media screen and (max-width: 600px) {
146 #e-admin-top-bar-root {
147 top: 46px;
148 }
149 }
150 @media (max-width: 768px) {
151 #e-admin-top-bar-root {
152 display: inline-flex;
153 align-items: center;
154 justify-content: center;
155 }
156 #e-admin-top-bar-root .e-admin-top-bar__main-area-buttons {
157 position: absolute;
158 top: calc(100% + 10px);
159 }
160 #e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons {
161 display: none;
162 }
163 #e-admin-top-bar-root .e-admin-top-bar__secondary-area > .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-title {
164 display: none;
165 }
166 }
167 @media (min-width: 768px) {
168 #e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons {
169 display: flex;
170 }
171 }
172 /*# sourceMappingURL=admin-top-bar.css.map */