2d7735678daa98d18147770365e63ab90e9e608a
[vid.git] /
1 .component-info-wrapper {
2
3   &:first-child {
4     border-bottom: 1px solid #D2D2D2;
5   }
6   .component-info-section {
7     margin: 15px 25px 0 25px;
8
9     .title {
10       font-family: OpenSans-SemiBold;
11       font-size: 14px;
12       color: #191919;
13       text-transform: uppercase;
14       margin-bottom: 15px;
15     }
16   }
17
18 }
19
20 :host ::ng-deep .componentInfoItem {
21   border-top: 1px solid #D2D2D2;
22   padding-top: 10px;
23   margin-bottom: 10px;
24
25   label {
26     font-family: OpenSans-Regular;
27     font-size: 12px;
28     color: #5A5A5A;
29     text-transform: capitalize;
30   }
31
32   .model-item-value {
33     font-family:  OpenSans-SemiBold;
34     font-size: 14px;
35     color: #191919;
36     line-height: 16px;
37   }
38 }
39
40