26 lines
382 B
SCSS
26 lines
382 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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.contnets {
|
||
|
max-height: 500px;
|
||
|
word-break: break-word;
|
||
|
}
|