UNPKG

@randstad-design/orbit-multitheme

Version:

multitheme Front-end code based on Randstad Human Forward components

80 lines (76 loc) 2.11 kB
.sortbar { font-family: Montserrat, arial, sans-serif; font-size: 16px; text-transform: none; line-height: 25px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-top: 30px; } @media (min-width: 941px) { .sortbar { border-bottom: 1px solid #e2e2e2; padding-bottom: 30px; } } .sortbar--toggle { border-bottom: 1px solid #e2e2e2; padding-bottom: 30px; } .sortbar__count { margin-right: 15px; } @media (max-width: 940px) { .sortbar__count + .form-group { margin-top: 20px; width: 100%; } } .toggable-group { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .toggable-group__item { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition: color 0.2s; transition: color 0.2s; } .toggable-group__item + .toggable-group__item { margin-left: 20px; } .toggable-group__item span { position: relative; } .toggable-group__item .icon { margin-right: 5px; } .toggable-group__item .icon:hover { color: inherit; } .toggable-group__item svg { -webkit-transition: fill 0.2s; transition: fill 0.2s; } .toggable-group__item--active { color: #ff661a; cursor: default; } .toggable-group__item--active .icon svg { fill: #ff661a; } .toggable-group__item, .toggable-group__item svg { color: #97999b; fill: #97999b; } /*# sourceMappingURL=sortbar.css.map */