|
15 | 15 | }
|
16 | 16 |
|
17 | 17 | #{$root}__megaphone {
|
18 |
| - width: 55px; |
19 |
| - height: 50px; |
| 18 | + width: 35px; |
| 19 | + height: 30px; |
| 20 | + |
| 21 | + @include media-query(large) { |
| 22 | + width: 55px; |
| 23 | + height: 50px; |
| 24 | + } |
20 | 25 | }
|
21 | 26 |
|
22 | 27 | #{$root}__noise {
|
23 |
| - width: 20px; |
24 |
| - height: 45px; |
| 28 | + width: 15px; |
| 29 | + height: 25px; |
25 | 30 | transition: transform $transition;
|
26 | 31 | transform: translate3d(0, 0, 0);
|
27 | 32 |
|
| 33 | + @include media-query(large) { |
| 34 | + width: 20px; |
| 35 | + height: 45px; |
| 36 | + } |
| 37 | + |
28 | 38 | @include reduced-motion() {
|
29 | 39 | transition: none;
|
30 | 40 | }
|
|
43 | 53 | &--wagtail-head {
|
44 | 54 | position: relative;
|
45 | 55 | display: inline-block;
|
46 |
| - width: 65px; |
47 |
| - height: 65px; |
| 56 | + width: 55px; |
| 57 | + height: 55px; |
| 58 | + |
| 59 | + @include media-query(large) { |
| 60 | + width: 65px; |
| 61 | + height: 65px; |
| 62 | + } |
48 | 63 |
|
49 | 64 | #{$root}__head {
|
50 | 65 | position: absolute;
|
51 |
| - width: 70px; |
52 |
| - height: 85px; |
| 66 | + width: 50px; |
| 67 | + height: 65px; |
53 | 68 | transform: rotate(0);
|
54 | 69 | transition: transform $transition;
|
55 | 70 |
|
| 71 | + @include media-query(large) { |
| 72 | + width: 70px; |
| 73 | + height: 85px; |
| 74 | + } |
| 75 | + |
56 | 76 | @include reduced-motion() {
|
57 | 77 | transition: none;
|
58 | 78 | }
|
59 | 79 | }
|
60 | 80 |
|
61 | 81 | #{$root}__circle {
|
62 | 82 | position: absolute;
|
63 |
| - width: 44px; |
64 |
| - height: 44px; |
| 83 | + width: 24px; |
| 84 | + height: 24px; |
65 | 85 | left: 18px;
|
66 | 86 | top: 15px;
|
67 | 87 | transition: height $transition;
|
68 | 88 |
|
| 89 | + @include media-query(large) { |
| 90 | + width: 44px; |
| 91 | + height: 44px; |
| 92 | + } |
| 93 | + |
69 | 94 | @include reduced-motion() {
|
70 | 95 | transition: none;
|
71 | 96 | }
|
|
84 | 109 |
|
85 | 110 | #{$root}__top-beak {
|
86 | 111 | position: absolute;
|
87 |
| - width: 15px; |
88 |
| - height: 9px; |
89 |
| - right: 0; |
90 |
| - top: 29px; |
| 112 | + width: 10px; |
| 113 | + height: 7px; |
| 114 | + right: 9px; |
| 115 | + top: 24px; |
91 | 116 | transform: rotate(0);
|
92 | 117 | transition: transform $transition;
|
93 | 118 | transform-origin: left;
|
94 | 119 | z-index: -1;
|
95 | 120 |
|
| 121 | + @include media-query(large) { |
| 122 | + width: 15px; |
| 123 | + height: 9px; |
| 124 | + right: 0; |
| 125 | + top: 29px; |
| 126 | + } |
| 127 | + |
96 | 128 | @include reduced-motion() {
|
97 | 129 | transition: none;
|
98 | 130 | }
|
99 | 131 | }
|
100 | 132 |
|
101 | 133 | #{$root}__bottom-beak {
|
102 | 134 | position: absolute;
|
103 |
| - width: 10px; |
| 135 | + width: 7px; |
104 | 136 | height: 7px;
|
105 |
| - right: 3px; |
106 |
| - top: 31px; |
| 137 | + right: 10px; |
| 138 | + top: 25px; |
107 | 139 | transform: rotate(0);
|
108 | 140 | transition: transform $transition;
|
109 | 141 | transform-origin: 10px 0;
|
110 | 142 | z-index: -1;
|
111 | 143 |
|
| 144 | + @include media-query(large) { |
| 145 | + width: 10px; |
| 146 | + right: 3px; |
| 147 | + top: 31px; |
| 148 | + } |
| 149 | + |
112 | 150 | @include reduced-motion() {
|
113 | 151 | transition: none;
|
114 | 152 | }
|
|
121 | 159 | }
|
122 | 160 |
|
123 | 161 | #{$root}__circle {
|
124 |
| - height: 34px; |
| 162 | + height: 20px; |
| 163 | + |
| 164 | + @include media-query(large) { |
| 165 | + height: 34px; |
| 166 | + } |
125 | 167 | }
|
126 | 168 |
|
127 | 169 | #{$root}__top-beak {
|
|
135 | 177 | }
|
136 | 178 |
|
137 | 179 | &--target {
|
138 |
| - width: 65px; |
139 |
| - height: 65px; |
| 180 | + width: 50px; |
| 181 | + height: 50px; |
140 | 182 | position: relative;
|
141 | 183 | display: flex;
|
142 | 184 | align-items: center;
|
143 | 185 | justify-content: center;
|
144 | 186 |
|
| 187 | + @include media-query(large) { |
| 188 | + width: 65px; |
| 189 | + height: 65px; |
| 190 | + } |
| 191 | + |
145 | 192 | #{$root}__center {
|
146 | 193 | position: absolute;
|
147 |
| - width: 10px; |
148 |
| - height: 10px; |
| 194 | + width: 5px; |
| 195 | + height: 5px; |
149 | 196 | transform: scale(1);
|
150 | 197 | transition: transform $transition;
|
151 | 198 |
|
| 199 | + @include media-query(large) { |
| 200 | + width: 10px; |
| 201 | + height: 10px; |
| 202 | + } |
| 203 | + |
152 | 204 | @include reduced-motion() {
|
153 | 205 | transition: none;
|
154 | 206 | }
|
155 | 207 | }
|
156 | 208 |
|
157 | 209 | #{$root}__inner {
|
158 | 210 | position: absolute;
|
159 |
| - width: 38px; |
160 |
| - height: 38px; |
| 211 | + width: 28px; |
| 212 | + height: 28px; |
161 | 213 | transform: scale(1);
|
162 | 214 | transition: transform $transition;
|
163 | 215 |
|
| 216 | + @include media-query(large) { |
| 217 | + width: 38px; |
| 218 | + height: 38px; |
| 219 | + } |
| 220 | + |
164 | 221 | @include reduced-motion() {
|
165 | 222 | transition: none;
|
166 | 223 | }
|
167 | 224 | }
|
168 | 225 |
|
169 | 226 | #{$root}__outer {
|
170 | 227 | position: absolute;
|
171 |
| - width: 62px; |
172 |
| - height: 62px; |
| 228 | + width: 45px; |
| 229 | + height: 45px; |
173 | 230 | transform: scale(1);
|
174 | 231 | transition: transform $transition;
|
175 | 232 |
|
| 233 | + @include media-query(large) { |
| 234 | + width: 62px; |
| 235 | + height: 62px; |
| 236 | + } |
| 237 | + |
176 | 238 | @include reduced-motion() {
|
177 | 239 | transition: none;
|
178 | 240 | }
|
|
199 | 261 | display: flex;
|
200 | 262 | align-items: center;
|
201 | 263 | justify-content: center;
|
202 |
| - width: 80px; |
203 |
| - height: 90px; |
| 264 | + width: 50px; |
| 265 | + height: 60px; |
| 266 | + |
| 267 | + @include media-query(large) { |
| 268 | + width: 80px; |
| 269 | + height: 90px; |
| 270 | + } |
204 | 271 |
|
205 | 272 | #{$root}__lightbulb-inner {
|
206 | 273 | position: absolute;
|
207 |
| - width: 19px; |
208 |
| - height: 19px; |
| 274 | + width: 14px; |
| 275 | + height: 14px; |
209 | 276 | transform: scale(1);
|
210 | 277 | transition: transform $transition;
|
211 | 278 | transform-origin: 5px 20px;
|
212 | 279 |
|
| 280 | + @include media-query(large) { |
| 281 | + width: 19px; |
| 282 | + height: 19px; |
| 283 | + } |
| 284 | + |
| 285 | + @include reduced-motion() { |
| 286 | + transition: none; |
| 287 | + } |
| 288 | + |
213 | 289 | .mode-dark & {
|
214 | 290 | mix-blend-mode: screen;
|
215 | 291 | }
|
|
219 | 295 | .mode-light & {
|
220 | 296 | z-index: -1;
|
221 | 297 | }
|
222 |
| - |
223 |
| - @include reduced-motion() { |
224 |
| - transition: none; |
225 |
| - } |
226 | 298 | }
|
227 | 299 |
|
228 | 300 | #{$root}__lightbulb-outer {
|
229 | 301 | position: absolute;
|
230 |
| - width: 50px; |
231 |
| - height: 65px; |
| 302 | + width: 40px; |
| 303 | + height: 55px; |
232 | 304 | transform: rotate(0);
|
233 | 305 | transition: transform $transition;
|
234 | 306 | transform-origin: 30px 60px;
|
235 | 307 |
|
| 308 | + @include media-query(large) { |
| 309 | + width: 50px; |
| 310 | + height: 65px; |
| 311 | + } |
| 312 | + |
236 | 313 | @include reduced-motion() {
|
237 | 314 | transition: none;
|
238 | 315 | }
|
|
0 commit comments