Skip to content

Commit

Permalink
AAE-22858 Fix date button style (#9892)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoABastos authored Jul 1, 2024
1 parent b525416 commit 62ce5d1
Showing 1 changed file with 8 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
&.adf-property-value-editable {
display: flex;
align-items: center;
justify-content: flex-end;
border-radius: 6px;
border-bottom: inherit;
margin-bottom: 18px;
Expand Down Expand Up @@ -41,40 +42,34 @@

.adf-dateitem-editable {
cursor: pointer;
padding: 0 12px;
width: 100%;
padding: 0 5px;

/* stylelint-disable-next-line no-descending-specificity */
&-controls {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 6px;

button#{$mat-icon-button} {
line-height: 20px;
height: 20px;
width: 20px;
}

#{$mat-icon} {
width: 16px;
height: 16px;
opacity: 0.5;

&:hover {
opacity: 1;
}
}

mat-datetimepicker-toggle {
transform: scale(0.8);
}

.adf-datepicker-toggle {
flex: 1 0 auto;
font-size: 14px;
}

.adf-date-reset-icon {
line-height: 10px;
position: relative;
top: 4px;
padding: 0 8px;
}
}
}
Expand Down

0 comments on commit 62ce5d1

Please sign in to comment.