blob: 69546a6c0011de9a3f0995f577bf793f3f124443 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
.service-planning-content {
display: flex;
flex: 1;
}
.span-over {
display: flex;
flex: 1;
}
//css for the icon. :host ::ng-deep are needed for applying css to child component
:host ::ng-deep .upload-icon-service-planing {
height: 117px;
margin-top: 32px;
}
|