Ayush Shukla | a111f78 | 2017-06-20 13:04:45 +0530 | [diff] [blame] | 1 | .list-filters { |
| 2 | overflow-y: hidden; |
| 3 | padding: 5px |
| 4 | } |
| 5 | |
| 6 | .list-filter-item { |
| 7 | min-width: 150px; |
| 8 | float: left; |
| 9 | margin:5px; |
| 10 | } |
| 11 | |
| 12 | .list-item_content{ |
| 13 | flex: 1; |
| 14 | padding-right: 15px; |
| 15 | align-items: center; |
| 16 | } |
| 17 | |
| 18 | .select-time, .select-doctype, .select-filter, .select-sort { |
| 19 | background: #f0f4f7; |
| 20 | } |
| 21 | |
| 22 | .select-time:focus, .select-doctype:focus, .select-filter:focus, .select-sort:focus { |
| 23 | background: #f0f4f7; |
| 24 | } |
| 25 | |
| 26 | .header-btn-base{ |
| 27 | border:none; |
| 28 | outline:0; |
| 29 | vertical-align:middle; |
| 30 | overflow:hidden; |
| 31 | text-decoration:none; |
| 32 | color:inherit; |
| 33 | background-color:inherit; |
| 34 | cursor:pointer; |
| 35 | white-space:nowrap; |
| 36 | } |
| 37 | |
| 38 | .header-btn-grey,.header-btn-grey:hover{ |
| 39 | color:#000!important; |
| 40 | background-color:#bbb!important |
| 41 | } |
| 42 | |
| 43 | .header-btn-round{ |
| 44 | border-radius:4px |
| 45 | } |
| 46 | |
| 47 | .item-title-bold{ |
| 48 | font-weight: bold; |
| 49 | } |
| 50 | |
| 51 | /* |
| 52 | .header-btn-base:hover { |
| 53 | box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) |
| 54 | }*/ |