Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 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; |
Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 29 | } |
| 30 | |
| 31 | .model-item-value { |
| 32 | font-family: OpenSans-SemiBold; |
| 33 | font-size: 14px; |
| 34 | color: #191919; |
| 35 | line-height: 16px; |
Ittay Stern | f792671 | 2019-07-07 19:23:03 +0300 | [diff] [blame^] | 36 | word-break: break-word; |
Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 37 | } |
| 38 | } |
| 39 | |
| 40 | |