| | |
| | | * @author Tevin |
| | | */ |
| | | |
| | | @import "../../common/sassMixin"; |
| | | @import '../../common/sassMixin'; |
| | | |
| | | .c-filter { |
| | | width: 100%; |
| | |
| | | font-size: 36px; |
| | | color: #666; |
| | | background-color: #fff; |
| | | border-top: 1px solid #eee; |
| | | border-top: 1PX solid #eee; |
| | | box-sizing: border-box; |
| | | .c-filter-bar { |
| | | float: left; |
| | |
| | | box-sizing: border-box; |
| | | text-align: center; |
| | | border-left: 1PX solid #d6e4ef; |
| | | transition: background-color .3s; |
| | | transition: background-color 0.3s; |
| | | &:active { |
| | | background-color: #f2f2f2; |
| | | } |
| | |
| | | @include position(absolute, 20px n n 35px); |
| | | width: 12px; |
| | | height: 12px; |
| | | content: " "; |
| | | content: ' '; |
| | | background-color: $colorDanger; |
| | | border-radius: 50%; |
| | | } |