mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
class issues fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<h2 mat-dialog-title>
|
<h2 mat-dialog-title id="title">
|
||||||
{{ (editing ? editTitle : createTitle) | translate }}
|
{{ (editing ? editTitle : createTitle) | translate }}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
@@ -33,10 +33,10 @@
|
|||||||
color: var(--theme-text-color);
|
color: var(--theme-text-color);
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 380px){
|
@media screen and (max-width: 380px){
|
||||||
.mat-form-field{
|
.adf-full-width{
|
||||||
font-size: 6px;
|
font-size: 6px;
|
||||||
}
|
}
|
||||||
.mat-dialog-title{
|
#title{
|
||||||
margin: 0 0 0px;
|
margin: 0 0 0px;
|
||||||
}
|
}
|
||||||
.adf-dialog-buttons{
|
.adf-dialog-buttons{
|
||||||
|
Reference in New Issue
Block a user