aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/modals/error-modal/error.less
blob: 1843ea34bcd1890e2f6758ac74de7b5dd1321ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.sdc-error-403-container {
    .bg_n;
    width: 700px;
    margin: auto;
    margin-top: 196px;
    padding: 40px;
    box-shadow: #999 2px 2px 10px;
    text-align: center;

    .sdc-error-403-container-title {
        font-size: 24px;
        text-transform: uppercase;
    }
    
    .w-sdc-error-403-text {
        .q_11;
        margin-top: 20px;
    }

}