Changeset 2445590
- Timestamp:
- 12/24/2020 03:19:51 PM (5 years ago)
- File:
-
- 1 edited
-
emitto/trunk/public/popup.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
emitto/trunk/public/popup.css
r2429302 r2445590 169 169 } 170 170 171 @media only screen and (max-width: 500px) { 172 #popup-3 .close-first, 173 p#close-emitto-popup span { 174 top: 15px !important; 175 right: 10px !important; 176 } 177 } 178 171 179 @media only screen and (max-width: 1300px) { 172 180 … … 221 229 222 230 /*---POPUP 4---*/ 223 #popup-4 {231 #popup-4 { 224 232 top: 0; 225 233 } 234 226 235 #popup-4 .emitto-popup-content { 227 236 padding: 20px 30px 100px 30px; … … 363 372 background-color: #1fbfff; 364 373 } 365 #popup-4 img{ 374 375 #popup-4 img { 366 376 margin-left: auto; 367 377 margin-right: auto; … … 371 381 text-align: center; 372 382 } 383 373 384 #popup-4 .emitto-section-desc img { 374 385 margin-bottom: 30px; 375 386 } 387 376 388 @media only screen and (max-width: 760px) { 377 389 … … 408 420 409 421 410 411 422 #popup-4 .button-container { 412 423 width: 90%; … … 456 467 opacity: 0 !important; 457 468 } 458 .feedback-hero{ 469 470 .feedback-hero { 459 471 padding-top: 100px !important; 460 472 }
Note: See TracChangeset
for help on using the changeset viewer.