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

156 lines 4.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! elementor - v3.13.2 - 11-05-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 -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-title {
67 color: var(--e-a-color-txt);
68 font-size: 15px;
69 font-weight: 700;
70 padding: 0 8px;
71 line-height: normal;
72 }
73 #e-admin-top-bar-root .e-admin-top-bar__main-area-buttons {
74 display: inline-flex;
75 gap: 5px;
76 }
77 #e-admin-top-bar-root.e-admin-top-bar--active {
78 display: block;
79 }
80 #e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody #wpbody-content {
81 margin-top: 50px;
82 }
83 #e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap {
84 clear: both;
85 padding-top: 10px;
86 }
87 #e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap h1 {
88 display: none;
89 }
90 #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 {
91 display: inline-block;
92 }
93 #e-admin-top-bar-root .e-admin-top-bar__bar-button {
94 align-items: center;
95 cursor: pointer;
96 display: inline-flex;
97 justify-content: center;
98 margin: 0 10px;
99 text-decoration: none;
100 color: var(--e-a-color-txt);
101 }
102 #e-admin-top-bar-root .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-icon {
103 margin: 0 4px;
104 }
105 #e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-title,
106 #e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-icon {
107 color: var(--e-a-color-txt-hover);
108 }
109 #e-admin-top-bar-root .e-admin-top-bar__bar-button-title {
110 font-size: 13px;
111 font-weight: 500;
112 margin: 0 4px;
113 line-height: normal;
114 }
115 #e-admin-top-bar-root ~ #wpbody .wrap h1, #e-admin-top-bar-root ~ #wpbody .wrap .page-title-action {
116 display: none;
117 }
118
119 @media screen and (max-width: 960px) {
120 #e-admin-top-bar-root {
121 width: calc(100% - 36px);
122 }
123 }
124 @media screen and (max-width: 782px) {
125 #e-admin-top-bar-root {
126 width: 100%;
127 }
128 }
129 @media screen and (max-width: 600px) {
130 #e-admin-top-bar-root {
131 top: 46px;
132 }
133 }
134 @media (max-width: 768px) {
135 #e-admin-top-bar-root {
136 display: inline-flex;
137 align-items: center;
138 justify-content: center;
139 }
140 #e-admin-top-bar-root .e-admin-top-bar__main-area-buttons {
141 position: absolute;
142 top: calc(100% + 10px);
143 }
144 #e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons {
145 display: none;
146 }
147 #e-admin-top-bar-root .e-admin-top-bar__secondary-area > .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-title {
148 display: none;
149 }
150 }
151 @media (min-width: 768px) {
152 #e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons {
153 display: flex;
154 }
155 }
156 /*# sourceMappingURL=admin-top-bar.css.map */