Skip to content
Snippets Groups Projects
_sumate.scss 2.12 KiB
Newer Older
Otto Zaiser's avatar
Otto Zaiser committed
.sumate-bloque{
    margin-bottom: 50px;
    .row{      
        
        .col-md-6{
Otto Zaiser's avatar
Otto Zaiser committed
            padding: 50px;
            border: 1px solid $claro;
            margin-top: 125px;
            margin-left: 10px;
            margin-right: 10px;
Otto Zaiser's avatar
Otto Zaiser committed
            border-radius: 10px;   

            &:hover{
                box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);  
            }
            
            img{
                width: 350px;
                margin: 0 auto;
                margin-top: -225px;
                user-select: none;
            }
            
            h2{
                margin-top: 0px;
            }
            ul{
                margin-bottom: 40px;
            }
Otto Zaiser's avatar
Otto Zaiser committed
            @media (min-width: 992px) {
                .btn{
                    width: 100%;                    
                }
            } 
            
        }
    }
    @media (max-width: 992px) {
        .row .col-md-6 {
Otto Zaiser's avatar
Otto Zaiser committed
            margin-top: 0;
            margin-left: 50px;
            padding-left: 100px;
            position: relative;
Otto Zaiser's avatar
Otto Zaiser committed
            img{
                position: absolute;
                width: 200px;
                margin: auto;
                left: -100px;
                top: -20px;
Otto Zaiser's avatar
Otto Zaiser committed
            }
        }
        .row .col-md-6:not(first-child){
                margin-top: 20px;
        }
    }
    @media (min-width: 992px) {
        .row{
            display: flex;        
            .col-md-6{
                display: flex;   
                flex-direction: column;  
                p, ul{
Otto Zaiser's avatar
Otto Zaiser committed
                    // flex-grow: 1;
                }
                .btn{
                    align-self: flex-end;
                }     
Otto Zaiser's avatar
Otto Zaiser committed
                .inner{
                    display: flex;
                    flex-direction: column;                
Otto Zaiser's avatar
Otto Zaiser committed
                }
            }
        }
    } 
}

.webform-confirmation__message{
    text-align: center;
    p{
        margin-bottom: 10px;
        
    }
    img{
        width: 300px;
        margin-top: -50px;
        margin-bottom: -30px;
    }
    .btn{
        margin-top: 20px;
    }
}

.webform-svg{
    background-color: red;
}