feat: simplify ListGantt styles
This commit is contained in:
parent
c1da04eda1
commit
c7dd20ef57
@ -137,8 +137,9 @@ const flatPickerConfig = computed<Options>(() => ({
|
||||
@media screen and (max-width: $tablet) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.field {
|
||||
.field {
|
||||
margin-bottom: 0;
|
||||
width: 33%;
|
||||
|
||||
@ -163,16 +164,9 @@ 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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user