_logistics.css 1.65 KB
.logistics-page {
    width: 100%;
    background: #f0f0f0;

    .edit-logistics-page {
        width: 100%;
        color: #d0d0d0;
        background: #f0f0f0;

        .edit-logistics {
            padding: 0 30px;
            background: #fff;
            font-size: 30px;
            line-height: 88px;
            border-bottom: 1px solid #e0e0e0;

            label {
                display: block;
                position: relative;
                color: #000;
                font-size: 34px;
                border-bottom: 1px solid #e0e0e0;

                &:last-of-type:after {
                    content: none;
                }

                input {
                    direction: rtl;
                }
            }

            input {
                position: absolute;
                top: 0;
                right: 40px;
                width: 360px;
                height: 88px;
                color: #444;
                padding: 0;
                border: none;
                -webkit-appearance: none;
            }

            p {
                position: absolute;
                top: 0;
                right: 40px;
                width: 360px;
                height: 88px;
                color: #444;
                padding: 0;
                border: none;
            }
        }

        .submit {
            margin: auto 30px;
            width: 100%;
            height: 100px;
            color: #fff;
            background: #000;
            text-align: center;
            font-size: 28px;
            line-height: 88px;

            &.highlight {
                background: rgba(0, 0, 0, 0.6);
            }
        }
    }
}