[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;
text-align: left;
color: mat-color($primary);
text-transform: uppercase;
}
&-header {
@ -26,6 +27,7 @@
margin-bottom: 40px;
&-buttons {
padding-right:18px;
mat-icon {
cursor: pointer;
}

View File

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