view-toolbar.less 1.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
.view-footer__popup {
    padding-top   : 20px;
    padding-bottom: 20px;

    .container {
        width        : 100%;
        height       : 100%;
        display      : flex;
        align-content: flex-start;
        flex-wrap    : wrap;

        .btn-inner-text {
            display: none;
        }

        .btn-out-text {
            display: inline-block;
            color  : black;
        }
    }

    .disabled {
        color: #a8a8a8;
    }

    .popup__item {
        margin-top     : 10px;
        box-sizing     : border-box;
        flex           : 0 0 25%;
        height         : 100px;
        display        : flex;
        color          : black;
        flex-direction : column;
        justify-content: center;
        align-items    : center;
        font-size      : 14px;

        ion-button {
            border: 0;
        }
    }
}

.view-footer__buttons {
    width          : 100%;
    display        : flex;
    justify-content: space-around;

    .button__item {
        width: 45%;
    }
}

.app-mob-button.text-button.app-mob-button__nav {
    margin: 0;
}