Skip to content

Commit 0722877

Browse files
committed
Fixed some styles
1 parent 5cd7592 commit 0722877

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

src/app/pages/catalog/contract-offers-viewer/contract-offers-viewer.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,5 @@ mat-expansion-panel-header {
174174
mat-card-actions {
175175
padding-right: 10px !important;
176176
padding-bottom: 15px !important;
177+
text-align: end !important;
177178
}

src/styles.scss

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -324,12 +324,6 @@ app-json-dialog {
324324
color: var(--secondary-600);
325325
}
326326

327-
.mat-card-header .mat-card-title {
328-
font-size: 20px;
329-
font-weight: 1000;
330-
padding: 0;
331-
}
332-
333327
.mdc-dialog__title {
334328
padding: 0;
335329
}
@@ -443,10 +437,6 @@ app-json-dialog {
443437
background-color: var(--secondary-600);
444438
}
445439

446-
.mat-mdc-tab-group .bg-white {
447-
background-color: $grey-400 !important;
448-
}
449-
450440
.mdc-notched-outline[ng-reflect-open="true"]+.mat-mdc-form-field-infix {
451441
.mat-mdc-select-arrow {
452442
svg {
@@ -503,7 +493,7 @@ mat-dialog-actions button:not([disabled]),
503493
.mat-warn:hover,
504494
.mat-warn:hover mat-icon,
505495
.mat-warn.cdk-focused,
506-
.mat-warn.cdk-focused mat-icon.align-content-end,
496+
.mat-warn.cdk-focused mat-icon,
507497
.mat-warn.mat-mdc-outlined-button:not(:disabled):hover {
508498
color: var(--secondary-red-500) !important;
509499
border-color: var(--secondary-red-500) !important;
@@ -607,7 +597,7 @@ mat-card:not(.creation-card) {
607597
flex-direction: column;
608598
justify-content: space-between;
609599
height: 100%;
610-
word-wrap: break-word;
600+
word-break: break-all;
611601
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
612602
overflow: hidden;
613603
}

0 commit comments

Comments
 (0)