Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 1 | |
| 2 | .service-planning-content { |
| 3 | display: flex; |
| 4 | flex: 1; |
Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 5 | position: relative; |
| 6 | z-index: 0; |
Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 7 | } |
| 8 | |
| 9 | .span-over { |
| 10 | display: flex; |
| 11 | flex: 1; |
| 12 | } |
| 13 | |
| 14 | //css for the icon. :host ::ng-deep are needed for applying css to child component |
| 15 | :host ::ng-deep .upload-icon-service-planing { |
| 16 | height: 117px; |
| 17 | margin-top: 32px; |
| 18 | } |
Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 19 | |
| 20 | component-info { |
| 21 | border-left: 1px solid #D2D2D2; |
| 22 | height: calc(100vh - 60px); |
| 23 | overflow: auto; |
| 24 | |
| 25 | &.col-md-2{ |
| 26 | padding: 0; |
| 27 | } |
| 28 | } |