File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed
src/app/clients/clients-view/client-actions/client-screen-reports Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 18
18
</ div >
19
19
</ mat-card-content >
20
20
21
- < mat-card-actions class ="layout-row align-center gap-5px responsive-column ">
21
+ < mat-card-actions class ="layout-row align-center gap-5px actions-spacing responsive-column ">
22
22
< button type ="button " mat-raised-button [routerLink] ="['../../'] ">
23
23
{{ 'labels.buttons.Cancel' | translate }}
24
24
</ button >
30
30
</ mat-card >
31
31
</ div >
32
32
33
- < div #output class ="container ">
33
+ < div #output class ="container m-t-20 ">
34
34
< mat-card class ="layout-column gap-3percent ">
35
35
< div class ="layout-align-end ">
36
36
< button mat-stroked-button color ="primary " [disabled] ="!template " (click) ="print() ">
Original file line number Diff line number Diff line change 5
5
align-self : flex-end ;
6
6
}
7
7
}
8
+
9
+ ::ng-deep mat-card {
10
+ margin-bottom : 1rem ;
11
+ padding : 1rem ;
12
+ box-shadow : 0 2px 4px rgb (0 0 0 / 10% );
13
+ border : 1px solid var (--border-color , #ddd );
14
+ border-radius : 8px ;
15
+ background-color : var (--card-background , #fff );
16
+ transition :
17
+ background-color 0.3s ease ,
18
+ border-color 0.3s ease ;
19
+ height : 10rem ;
20
+ }
21
+
22
+ .m-t-20 button {
23
+ background-color : #1976d2 ;
24
+ color : white ;
25
+ }
26
+
27
+ ::ng-deep .container.m-t-20 mat-card p {
28
+ display : block ;
29
+ margin-top : -1.9rem ;
30
+ }
31
+
32
+ .m-b-20 form {
33
+ margin-top : -1.5rem ;
34
+ }
35
+
36
+ .actions-spacing {
37
+ margin-top : 24px ;
38
+ }
You can’t perform that action at this time.
0 commit comments