CSIT Fix for SDC-2585
[sdc.git] / catalog-ui / src / app / view-models / tutorial-end / tutorial-end.less
1 .sdc-tutorial-end-page {
2
3     .bg_s;
4     width: 100%;
5     height: 100%;
6     position: absolute;
7     top: 0;
8     left: 0;
9     z-index: 999;
10     .opacity(0.8);
11     display: flex;
12     align-items: center;
13
14     background-image: url('/assets/styles/images/welcome.png');
15     background-repeat: no-repeat;
16     background-position: bottom left;
17
18     .sdc-tutorial-end-page-main {
19         width: 600px;
20         height: 400px;
21         margin: 100px auto 100px auto;
22         padding: 80px;
23     }
24
25     h2 {
26         .t_15;
27         margin: 0;
28     }
29
30     .sdc-tutorial-end-page-description1 {
31         .c_2;
32         .opacity(0.8);
33         margin-top: 10px;
34         line-height: 22px;
35     }
36
37     .w-sdc-btn-blue {
38         margin: 40px 10px 0 0;
39     }
40
41 }