Fixed gantt chart styling
This commit is contained in:
parent
8db384d64b
commit
72468a0604
1 changed files with 2 additions and 7 deletions
|
@ -8,7 +8,6 @@ $gantt-vertical-border-color: lighten($grey, 45);
|
||||||
.dates {
|
.dates {
|
||||||
display: flex;
|
display: flex;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-bottom: $gantt-border;
|
|
||||||
|
|
||||||
.months {
|
.months {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -53,16 +52,12 @@ $gantt-vertical-border-color: lighten($grey, 45);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tasks {
|
.tasks {
|
||||||
max-width: 100%;
|
max-width: unset !important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
border-top: $gantt-border;
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
height: 45px;
|
height: 45px;
|
||||||
/*background: repeating-linear-gradient(90deg, $gantt-vertical-border-color, $gantt-vertical-border-color 1px, lighten($grey, 50) 1px, lighten($grey, 50) 35px);
|
|
||||||
|
|
||||||
&:nth-child(even) {
|
|
||||||
background: repeating-linear-gradient(90deg, $gantt-vertical-border-color, $gantt-vertical-border-color 1px, lighten($grey, 55) 1px, lighten($grey, 55) 35px);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
.task {
|
.task {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue