Plugin Directory

Changeset 2445590


Ignore:
Timestamp:
12/24/2020 03:19:51 PM (5 years ago)
Author:
badprle
Message:

small style fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emitto/trunk/public/popup.css

    r2429302 r2445590  
    169169}
    170170
     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
    171179@media only screen and (max-width: 1300px) {
    172180
     
    221229
    222230/*---POPUP 4---*/
    223 #popup-4{
     231#popup-4 {
    224232    top: 0;
    225233}
     234
    226235#popup-4 .emitto-popup-content {
    227236    padding: 20px 30px 100px 30px;
     
    363372    background-color: #1fbfff;
    364373}
    365 #popup-4 img{
     374
     375#popup-4 img {
    366376    margin-left: auto;
    367377    margin-right: auto;
     
    371381    text-align: center;
    372382}
     383
    373384#popup-4 .emitto-section-desc img {
    374385    margin-bottom: 30px;
    375386}
     387
    376388@media only screen and (max-width: 760px) {
    377389
     
    408420
    409421
    410 
    411422    #popup-4 .button-container {
    412423        width: 90%;
     
    456467    opacity: 0 !important;
    457468}
    458 .feedback-hero{
     469
     470.feedback-hero {
    459471    padding-top: 100px !important;
    460472}
Note: See TracChangeset for help on using the changeset viewer.