[ADF-1765] - info drawer (#2608)

fixed close button position
fixed title case
fixed editable date time field position
This commit is contained in:
mihai sirghe 2017-11-06 12:36:38 +02:00 committed by Popovics András
parent 224db6548b
commit 256b6d1c5e
2 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,7 @@
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;
color: mat-color($primary); color: mat-color($primary);
text-transform: uppercase;
} }
&-header { &-header {
@ -26,6 +27,7 @@
margin-bottom: 40px; margin-bottom: 40px;
&-buttons { &-buttons {
padding-right:18px;
mat-icon { mat-icon {
cursor: pointer; cursor: pointer;
} }

View File

@ -9,11 +9,18 @@
border: none; border: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
display: none;
} }
&-dateitem-editable { &-dateitem-editable {
cursor: pointer; cursor: pointer;
button.mat-icon-button {
line-height: 20px;
height: 20px;
width: 20px;
}
mat-icon { mat-icon {
width: 16px; width: 16px;
height: 16px; height: 16px;