Initial commit
[yaffs-website] / web / themes / custom / yaffs / scss / component / _filter.scss
1 /**
2  * Filter styles.
3  */
4
5 // Mimic .panel-default styling.
6 .filter-wrapper {
7   background-color: $panel-bg;
8   border: 1px solid $panel-default-border;
9   border-top: 0;
10   border-radius: 0 0 $panel-border-radius $panel-border-radius;
11   box-shadow: 0 1px 1px rgba(0,0,0,.05);
12   margin-bottom: 0;
13   padding: 10px;
14   height: 51px;
15   @extend .clearfix;
16 }
17 .filter-help {
18   float: right;
19   line-height: 1;
20   margin: .5em 0 0;
21 }
22
23 // Full list page.
24 .nav.nav-tabs.filter-formats {
25   margin-bottom: 15px;
26 }