Screen Orders

Screen Order Detail with the info

by rluuan

HTML

<link rel="stylesheet" href="https://pb01-sb.nimbi.net.br/NimbiShopTheme/Theme.FlexBoxHelper.css">
<link rel="stylesheet" href="https://pb01-sb.nimbi.net.br/NimbiShopTheme/Theme.ResponsiveGrid.css?37564">
<link rel="stylesheet" href="https://pb01-ac.nimbi.net.br/Shop/Theme.Shop.css?6224">
<link rel="stylesheet" href="https://pb01-sb.nimbi.net.br/NimbiShopTheme/Theme.NimbiShopTheme.css?37564">
<link rel="stylesheet" href="https://pb01-sb.nimbi.net.br/NimbiHelper/Theme.NimbiHelper.css">
<div class="border nb-margin-10">
    <div class="row padding-20">
        <div class="col-7 col-xs-7 col-xs--12 col-md-7 col-lg-7">
            <div class="row nb-border-bottom">
                <div class="col-6 col-xs-6 col-sm-6 col-xs--12 col-md-6 col-lg-6 nb-border-right ">
                    <div class="Order_Item">
                        <div class="nb-margin-bottom nb-font-bold">
                            Resumo da compra
                        </div>
                        <div class='hFlex layout justified nowrap'>
                            <div>SubTotal</div>
                            <div>R$ 1.200,00</div>
                        </div>
                        <div class="hFlex layout justified nowrap">
                            <div>Frete</div>
                            <div>R$ 0,00</div>
                        </div>
                        <div class="nb-border-top"></div>
                        <div class="hFlex layout justified nowrap">
                            <div>Total</div>
                            <div>R$ 0,00</div>
                        </div>
                    </div>
                </div>
                <div class="col-6 col-xs-6 col-sm-6 col-xs--12 col-md-6 col-lg-6 nb-border-right">
                    <div class="Order_Item">
                        <div class="nb-margin-bottom nb-font-bold">
                            Dados de Pagamento
                        </div>
                        <div class="hFlex layout justified...

CSS

.Order_Item { height: 105px; min-height: 105px; max-height: 105px; }