invoice-manage-main-upload-index.less 1.91 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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86

@border-color: #d4d4d4;
@margin-left: 60px;
@container-width: 970px;
@control-width: 120px;


.invoice-manage-upload-index {
    height: 100% !important;
    padding-top: 0px !important;
    position: relative;

    .borderless td, .borderless th {
        border: none;
    }

    .table-bottom {
        margin-bottom: 0px !important;

        .lbl-name {
            word-break: keep-all;
        }

        td {
            vertical-align: middle;
        }
    }


    .content-container {
        height: calc(~'100% - 40px');
        position: relative;

        .body {

            .upload-title {
                font-size: 20px;
                font-weight: bold;
                margin: 0 auto;
                text-align: center;
                margin-top: 8%;
                margin-bottom: 2%;
            }

            .table-hover > tbody > tr > td:hover, .table-hover > tbody > tr > td:hover {
                background-color: #f5f5f5 !important;
            }

            .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
                background-color: inherit;
            }


            .table-card {
                height: 300px;
            }

            .card {
                width: 100%;
                height: 100%;
                border: 1px dashed @border-color;
                border: 1px dashed rgba(0, 0, 0, 0.2);
                border-radius: 5px;
                background-color: #fbfbfb;
                text-align: center;
                cursor: pointer;

                &:hover {
                    background-color: darkgray !important;
                }
            }

            .fa-icon {
                padding-top: 20px;
                font-size: 100px;
                margin-top: 20%;
            }

            .card-text {
                color: #D04A02;
                text-align: center;
                padding-top: 10px;
            }
        }
    }
}