blob: 641af7acb36926817d33c465505ac994b913ec9d [file] [log] [blame]
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +03001
2.service-planning-content {
3 display: flex;
4 flex: 1;
Ittay Stern6f900cc2018-08-29 17:01:32 +03005 position: relative;
6 z-index: 0;
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +03007}
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 Stern6f900cc2018-08-29 17:01:32 +030019
20component-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}