Hide filters bar
parent
915552328f
commit
287ec03f6f
|
@ -4,7 +4,7 @@ block head
|
||||||
title Taiga Project management web application with scrum in mind!
|
title Taiga Project management web application with scrum in mind!
|
||||||
|
|
||||||
block content
|
block content
|
||||||
sidebar.menu-secondary.extrabar
|
sidebar.menu-secondary.extrabar.filters-bar
|
||||||
include views/modules/filters
|
include views/modules/filters
|
||||||
section.main.backlog
|
section.main.backlog
|
||||||
include views/components/mainTitle
|
include views/components/mainTitle
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
.filters-bar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.filters {
|
.filters {
|
||||||
form {
|
form {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.filter-list {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue