aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/modals/error-modal/error.less
blob: 8297b5053db7e36bec4b4a9090eb37ae6e80be8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.sdc-error-403-container {
    .bg_n;
    width: 700px;
    height: 400px;
    margin: auto;
    margin-top: 196px;

    .w-sdc-error-403-text {
        .q_11;
        margin-top: 20px;
    }

}