Style fixes in kanban for themes
parent
185b77cadd
commit
887041594b
|
@ -158,12 +158,12 @@ tg-project-menu {
|
|||
}
|
||||
|
||||
.main-nav {
|
||||
svg path {
|
||||
svg {
|
||||
fill: $white;
|
||||
}
|
||||
.active {
|
||||
background: $white;
|
||||
svg path {
|
||||
svg {
|
||||
fill: $black;
|
||||
}
|
||||
}
|
||||
|
@ -198,7 +198,7 @@ tg-project-menu {
|
|||
//Kanban table
|
||||
.kanban-table-header {
|
||||
.task-colum-name {
|
||||
background: lighten($white, 20%);
|
||||
background: lighten($whitish, 50%);
|
||||
border-top: 3px solid $black;
|
||||
.icon {
|
||||
color: $black;
|
||||
|
@ -208,7 +208,7 @@ tg-project-menu {
|
|||
|
||||
.kanban-table-body {
|
||||
.kanban-uses-box {
|
||||
background: $whitish;
|
||||
background: lighten($whitish, 50%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -172,7 +172,7 @@ tg-project-menu {
|
|||
//Kanban table
|
||||
.kanban-table-header {
|
||||
.task-colum-name {
|
||||
background: lighten($primary-light, 20%);
|
||||
background: lighten($whitish, 5%);
|
||||
border-top: 3px solid $primary;
|
||||
.icon {
|
||||
color: $primary;
|
||||
|
@ -182,6 +182,6 @@ tg-project-menu {
|
|||
|
||||
.kanban-table-body {
|
||||
.kanban-uses-box {
|
||||
background: $whitish;
|
||||
background: lighten($whitish, 5%);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -152,7 +152,7 @@ tg-project-menu {
|
|||
//Kanban table
|
||||
.kanban-table-header {
|
||||
.task-colum-name {
|
||||
background: $whitish;
|
||||
background: lighten($whitish, 5%);
|
||||
border-top: 3px solid $gray-light;
|
||||
.icon {
|
||||
color: $gray-light;
|
||||
|
@ -162,6 +162,6 @@ tg-project-menu {
|
|||
|
||||
.kanban-table-body {
|
||||
.kanban-uses-box {
|
||||
background: $whitish;
|
||||
background: lighten($whitish, 5%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue