_mobile.scss 4.98 KB
@media(max-width:768px) {
    #page-content {
        .inner-content-wrapper {
            flex-direction: column;
        }
        .col-sm-smallMenu {
            flex-direction: column;
            display: none;
            top:8.25rem;
            a {
                width: 100%;
                text-decoration: none !important;
            }
            .logout-btn {
                width: auto;
            }
            .selected-arrow {
                display: none;
            }
            &.show {
                background:white;
                display: block; 
            }
            a.tab_menu img {
                float: none;
            }
            a.tab_menu .tab_label {
                float: none;  
            }
            #sault {
                padding: 1rem 0;
                align-items: end;
                padding-right:1.5rem;
            }
        }
    }
    .broker-event {
        flex-direction: column;
        text-align: center;
    }
    #brokercontent {
        padding-top:0 !important;
        margin-top:87px !important;

    }
    .header-title {
        display: none;
    }
    #sault {
        flex-direction: column;
    }
    #page-header-landing #page-logo:after {
        display: none;
    }
    #page-header-landing #page-logo {
        padding-right: 0 !important;
    }
    #content-wrap {
        height: 6.25rem !important;
        -webkit-box-shadow: 0px 2px 4px -2px #000000; 
        box-shadow: 0px 2px 4px -2px #000000;
        padding-bottom: 0;
        .mobile-btn {
            width: 37px;
            height: 35px;
            background:url('data:image/svg+xml,<svg id="Hamburger" xmlns="http://www.w3.org/2000/svg" width="37" height="35" viewBox="0 0 37 35"><rect id="Rectangle_416" data-name="Rectangle 416" width="37" height="35" fill="%23fff"/><rect id="Rectangle_3" data-name="Rectangle 3" width="28" height="4" rx="1" transform="translate(4 5)" fill="%23009ade"/><rect id="Rectangle_4" data-name="Rectangle 4" width="28" height="4" rx="1" transform="translate(4 15)" fill="%23009ade"/><rect id="Rectangle_5" data-name="Rectangle 5" width="28" height="4" rx="1" transform="translate(4 25)" fill="%23009ade"/></svg>');
            background-repeat: no-repeat;
            background-size: contain;
            border: 0;
            position: absolute;
            bottom: 1rem;
            right:1rem;
        }
        #page-header-landing {
            justify-content: center;
            align-items: center;
            padding-bottom: 0;
            height: 100%;
        }
        &.retract {
            top:0 !important;
            & + #brokercontent {
                .col-sm-smallMenu {
                    top:6.25rem !important;
                }
            }
        }
    }
    
    #otherpage-logo {
        min-height: auto;
    }
    
    #content-wrap #otherpage-logo {
        width: 146px !important;
    }

    .sidebar-pullout {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        background:#F2F2F2;
        
        .pullout-btn {
            border: 0;
            width: 40px;
            height: 40px;
            background:url('data:image/svg+xml,<svg id="Button_-_Open_Team" data-name="Button - Open Team" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><rect id="Rectangle_414" data-name="Rectangle 414" width="40" height="40" fill="%23009ade"/><g id="Group_1503" data-name="Group 1503" transform="translate(-180.822 -281.293)"><path id="Path_733" data-name="Path 733" d="M5.835,4.308c.248-.255.488-.507.734-.753Q8.241,1.886,9.916.22A.643.643,0,0,1,10.857.2c.218.2.427.419.628.639a.624.624,0,0,1-.034.868L9.416,3.742q-1.549,1.549-3.1,3.1a.685.685,0,0,1-.577.224.662.662,0,0,1-.4-.21Q3.584,5.1,1.831,3.349C1.295,2.812.762,2.272.221,1.739A.648.648,0,0,1,.18.8C.386.588.593.371.816.173a.628.628,0,0,1,.91.047Q2.566,1.057,3.4,1.9q1.185,1.18,2.373,2.357Z" transform="translate(207.891 295.293) rotate(90)"/><path id="Path_1463" data-name="Path 1463" d="M5.835,4.308c.248-.255.488-.507.734-.753Q8.241,1.886,9.916.22A.643.643,0,0,1,10.857.2c.218.2.427.419.628.639a.624.624,0,0,1-.034.868L9.416,3.742q-1.549,1.549-3.1,3.1a.685.685,0,0,1-.577.224.662.662,0,0,1-.4-.21Q3.584,5.1,1.831,3.349C1.295,2.812.762,2.272.221,1.739A.648.648,0,0,1,.18.8C.386.588.593.371.816.173a.628.628,0,0,1,.91.047Q2.566,1.057,3.4,1.9q1.185,1.18,2.373,2.357Z" transform="translate(201.891 295.293) rotate(90)"/></g></svg>');
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            right: 0;
        }
        .sidebar-title {
            position: absolute;
            right: 3.5rem;
            font-size: 1rem;
        }
    }

    .inner-content-wrapper {
        margin-top:24px;
    }

    .sidebar-title {

    }

    .header-image {
        height: 8.75rem;
    }

    .sidebar {
        display: none;
        &.show {
            display: block;
        }
    }
}