feat: simplify ListGantt styles

This commit is contained in:
Dominik Pschenitschni 2022-10-18 15:55:53 +02:00
parent 88079d6827
commit dc86d6d4a2
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 28 additions and 34 deletions

View File

@ -137,6 +137,7 @@ const flatPickerConfig = computed<Options>(() => ({
@media screen and (max-width: $tablet) {
flex-direction: column;
}
}
.field {
margin-bottom: 0;
@ -163,17 +164,10 @@ const flatPickerConfig = computed<Options>(() => ({
font-size: .8rem;
}
.label {
font-size: .9rem;
}
}
}
// vue-draggable overwrites
.vdr.active::before {
display: none;
}
.link-share-view:not(.has-background) .card.gantt-options {
border: none;