28 lines
356 B
SCSS
28 lines
356 B
SCSS
::ng-deep .mat-card-header-tex{
|
|
margin:0;
|
|
}
|
|
.confirm-card{
|
|
min-width:500px;
|
|
.mat-card-header{
|
|
margin-bottom:20px;
|
|
.mat-card-header-text{
|
|
.mat-card-title{
|
|
margin:0 -16px;
|
|
}
|
|
}
|
|
}
|
|
.button-farm {
|
|
text-align:right;
|
|
.mat-primary{
|
|
margin-left:4px;
|
|
}
|
|
}
|
|
}
|
|
|
|
form{
|
|
.mat-form-field{
|
|
width:100%;
|
|
}
|
|
}
|
|
|