diff --git a/app/org_eleicoes/votepeloclima/candidature/static/scss/candidaturesearch.scss b/app/org_eleicoes/votepeloclima/candidature/static/scss/candidaturesearch.scss index 636a66dd..ed940671 100644 --- a/app/org_eleicoes/votepeloclima/candidature/static/scss/candidaturesearch.scss +++ b/app/org_eleicoes/votepeloclima/candidature/static/scss/candidaturesearch.scss @@ -125,4 +125,24 @@ legend.form-label { #div_id_intended_position, #div_id_political_party { display: none; } + + .search-sidebar { + label { + cursor: pointer; + } + } + +} + + +.search-sidebar { + #sidebar-toggle { + display: none; + + &:checked + label { + i.ds-sidebar-arrow { + rotate: 180deg; + } + } + } } \ No newline at end of file diff --git a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidature_search.html b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidature_search.html index 01c44fcd..9d744fa0 100644 --- a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidature_search.html +++ b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidature_search.html @@ -12,7 +12,7 @@ {% block content %}