[ADF-4476] Unify layout for start process/task components (#4699)

This commit is contained in:
davidcanonieto
2019-05-08 23:07:08 +01:00
committed by Eugenio Romano
parent 32135e3cbc
commit 77109ae59a

View File

@@ -1,11 +1,5 @@
.adf {
&-start-process {
width: 66%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 5px;
.mat-select-trigger {
font-size: 14px !important;
}
@@ -46,11 +40,3 @@
text-align: right !important;
}
}
@media (max-width: 600px) {
.adf-start-process {
width: 90%;
margin-left: auto;
margin-right: auto;
}
}