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

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