mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
25 lines
No EOL
375 B
Stylus
25 lines
No EOL
375 B
Stylus
/* Filters */
|
|
.filters
|
|
padding-left: 19px
|
|
padding-right: 19px
|
|
|
|
.filters .nav
|
|
margin-bottom: 0
|
|
|
|
.filter-description
|
|
margin-top: 7px
|
|
margin-right: 7px
|
|
|
|
/* Filters applied to tasks */
|
|
.task.filtered-out
|
|
display: none
|
|
|
|
.tag-label:hover
|
|
background-color: #3a87ad
|
|
cursor: pointer
|
|
|
|
.tag-editing
|
|
padding 2px 0 0 2px
|
|
|
|
.tag-editing .tag-editing-pill
|
|
height:auto |