mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
[ADF-1765] - info drawer (#2608)
fixed close button position fixed title case fixed editable date time field position
This commit is contained in:
parent
224db6548b
commit
256b6d1c5e
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user