[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE-common / client / app / views / confirmation-box / confirmation-box.less
1 .confirmation-box-container {
2   .confirmation-message-wrap {
3     display: table;
4     height: 60px;
5     width: 100%;
6
7     .confirmation-message {
8       .dGray14r;
9       display: table-cell;
10       vertical-align: middle;
11       max-width: 100px;
12       overflow: hidden;
13       text-overflow: ellipsis;
14       //line-height: 60px;
15     }
16   }
17
18   .confirmation-title-wrap {
19     display: table;
20     height: 20px;
21     width: 100%;
22
23     .confirmation-title {
24       .dGray14r;
25       display: table-cell;
26       vertical-align: middle;
27       text-align: center;
28       font-weight: bold;
29       max-width: 100px;
30       overflow: hidden;
31       padding-bottom: 2px;
32       text-overflow: ellipsis;
33     }
34   }
35 }