2019-09-18 23:01:47 +00:00
|
|
|
@import '_variables';
|
|
|
|
@import '_mixins';
|
|
|
|
|
|
|
|
.search-title {
|
|
|
|
font-weight: bold;
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-field {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
button {
|
2019-09-19 19:35:57 +00:00
|
|
|
margin: 0 2px 0 0;
|
|
|
|
height: 23px;
|
2019-09-18 23:01:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pref-input {
|
2019-09-19 19:35:57 +00:00
|
|
|
margin: 0 4px 0 0;
|
2019-09-18 23:01:47 +00:00
|
|
|
flex-grow: 1;
|
2019-09-19 19:35:57 +00:00
|
|
|
height: 23px;
|
2019-09-18 23:01:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type="text"] {
|
2019-09-19 19:35:57 +00:00
|
|
|
height: calc(100% - 4px);
|
2019-09-18 23:01:47 +00:00
|
|
|
width: calc(100% - 8px);
|
|
|
|
}
|
|
|
|
|
|
|
|
> label {
|
|
|
|
display: inline;
|
|
|
|
background-color: #121212;
|
|
|
|
color: #F8F8F2;
|
|
|
|
border: 1px solid #FF6C6091;
|
|
|
|
padding: 1px 6px 2px 6px;
|
|
|
|
font-size: 14px;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
|
|
|
@include input-colors;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include create-toggle(search-panel, 140px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-panel {
|
2019-09-19 03:54:19 +00:00
|
|
|
width: 100%;
|
2019-09-18 23:01:47 +00:00
|
|
|
max-height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
transition: max-height 0.4s;
|
|
|
|
|
|
|
|
flex-grow: 1;
|
|
|
|
font-weight: initial;
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
> div {
|
|
|
|
line-height: 1.7em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox-container {
|
|
|
|
display: inline;
|
|
|
|
padding-right: unset;
|
|
|
|
margin-bottom: unset;
|
|
|
|
margin-left: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox {
|
|
|
|
right: unset;
|
|
|
|
left: -22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox-container .checkbox:after {
|
|
|
|
top: -4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-toggles {
|
|
|
|
flex-grow: 1;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(6, auto);
|
|
|
|
grid-column-gap: 10px;
|
|
|
|
}
|
|
|
|
|
2019-09-19 03:54:19 +00:00
|
|
|
.profile-tabs {
|
|
|
|
@include search-resize(785px, 5, 185px);
|
|
|
|
@include search-resize(725px, 4, 185px);
|
|
|
|
@include search-resize(600px, 6, 140px);
|
|
|
|
@include search-resize(530px, 5, 185px);
|
|
|
|
@include search-resize(475px, 4, 185px);
|
|
|
|
@include search-resize(406px, 3, 250px);
|
|
|
|
}
|
|
|
|
|
2019-09-18 23:01:47 +00:00
|
|
|
@include search-resize(530px, 5, 185px);
|
|
|
|
@include search-resize(475px, 4, 185px);
|
|
|
|
@include search-resize(406px, 3, 250px);
|