blob: 62e53ed0d48154331651e5887f713969d964fe24 [file] [log] [blame]
Ittay Stern6f900cc2018-08-29 17:01:32 +03001.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;
Ittay Stern6f900cc2018-08-29 17:01:32 +030029 }
30
31 .model-item-value {
32 font-family: OpenSans-SemiBold;
33 font-size: 14px;
34 color: #191919;
35 line-height: 16px;
Ittay Sternf7926712019-07-07 19:23:03 +030036 word-break: break-word;
Ittay Stern6f900cc2018-08-29 17:01:32 +030037 }
38}
39
40