feat: simplify ListGantt styles
This commit is contained in:
parent
c1da04eda1
commit
c7dd20ef57
@ -137,6 +137,7 @@ const flatPickerConfig = computed<Options>(() => ({
|
|||||||
@media screen and (max-width: $tablet) {
|
@media screen and (max-width: $tablet) {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.field {
|
.field {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -163,17 +164,10 @@ const flatPickerConfig = computed<Options>(() => ({
|
|||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
font-size: .9rem;
|
font-size: .9rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// vue-draggable overwrites
|
|
||||||
.vdr.active::before {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.link-share-view:not(.has-background) .card.gantt-options {
|
.link-share-view:not(.has-background) .card.gantt-options {
|
||||||
border: none;
|
border: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user