2018-12-19 06:44:53 +01:00
|
|
|
.search__header {
|
2020-10-28 20:18:58 +01:00
|
|
|
width: 100%;
|
2020-06-01 19:03:19 +02:00
|
|
|
margin-bottom: var(--spacing-l);
|
2018-12-19 06:44:53 +01:00
|
|
|
|
2022-02-11 19:50:55 +01:00
|
|
|
.card {
|
|
|
|
color: var(--color-text);
|
|
|
|
}
|
2019-02-15 02:52:10 +01:00
|
|
|
.placeholder {
|
2019-11-22 22:13:00 +01:00
|
|
|
background-color: var(--color-placeholder-background);
|
2019-02-15 02:52:10 +01:00
|
|
|
}
|
2018-03-26 23:32:43 +02:00
|
|
|
}
|
|
|
|
|
2019-02-18 18:24:56 +01:00
|
|
|
.search__options {
|
2021-03-24 06:55:46 +01:00
|
|
|
margin-top: var(--spacing-s);
|
2021-04-07 07:40:34 +02:00
|
|
|
display: none;
|
2019-02-18 18:24:56 +01:00
|
|
|
|
|
|
|
fieldset:not(:first-child) {
|
2021-03-24 06:55:46 +01:00
|
|
|
margin-top: var(--spacing-m);
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
line-height: 1.5;
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
|
2021-04-07 07:40:34 +02:00
|
|
|
td {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2021-03-24 06:55:46 +01:00
|
|
|
td:nth-of-type(1) {
|
2021-04-07 07:40:34 +02:00
|
|
|
width: 25%;
|
|
|
|
|
|
|
|
&:not(:first-of-type) {
|
|
|
|
width: 20%;
|
|
|
|
}
|
2021-03-24 06:55:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.claim-type-filter {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-button {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-button--visible {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filter-values {
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
|
|
|
|
|
|
|
.button-toggle {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon--help {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button--close {
|
|
|
|
position: unset;
|
|
|
|
align-self: center;
|
|
|
|
margin-left: var(--spacing-s);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-types {
|
2021-04-07 07:40:34 +02:00
|
|
|
margin-top: var(--spacing-m);
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2021-03-24 06:55:46 +01:00
|
|
|
|
|
|
|
label {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2021-04-07 07:40:34 +02:00
|
|
|
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
2019-02-18 18:24:56 +01:00
|
|
|
}
|
2019-12-09 22:46:03 +01:00
|
|
|
|
|
|
|
.radio,
|
|
|
|
.checkbox {
|
|
|
|
display: inline-block;
|
2021-03-24 06:55:46 +01:00
|
|
|
margin-top: 0;
|
2019-12-09 22:46:03 +01:00
|
|
|
|
|
|
|
&:not(:first-of-type) {
|
2021-04-07 07:40:34 +02:00
|
|
|
margin-top: var(--spacing-s);
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
&:not(:first-of-type) {
|
|
|
|
margin-left: var(--spacing-m);
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2019-12-09 22:46:03 +01:00
|
|
|
}
|
|
|
|
}
|
2019-02-18 18:24:56 +01:00
|
|
|
}
|
2020-10-28 20:18:58 +01:00
|
|
|
|
2021-03-24 06:55:46 +01:00
|
|
|
.search__options--expanded {
|
2021-04-07 07:40:34 +02:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search__legend {
|
|
|
|
font-weight: var(--font-weight-bold);
|
|
|
|
font-size: var(--font-small);
|
|
|
|
padding: var(--spacing-xxs);
|
2021-03-24 06:55:46 +01:00
|
|
|
}
|
|
|
|
|
2020-10-28 20:18:58 +01:00
|
|
|
.search__top-link {
|
2020-11-04 20:39:16 +01:00
|
|
|
margin-top: var(--spacing-s);
|
2020-10-28 20:18:58 +01:00
|
|
|
font-weight: var(--font-weight-body);
|
2021-04-26 21:19:17 +02:00
|
|
|
margin-top: var(--spacing-xs);
|
2020-10-28 20:18:58 +01:00
|
|
|
}
|
2020-12-16 19:38:18 +01:00
|
|
|
|
|
|
|
.search__top-links {
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-top: var(--spacing-xs);
|
|
|
|
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
2021-04-08 17:21:45 +02:00
|
|
|
|
|
|
|
.recommended-content__toggles {
|
2022-02-11 19:50:55 +01:00
|
|
|
margin-top: var(--spacing-xs);
|
2021-12-31 13:27:05 +01:00
|
|
|
display: flex;
|
2021-04-23 21:59:48 +02:00
|
|
|
|
2021-04-08 17:21:45 +02:00
|
|
|
button {
|
|
|
|
padding: 0 var(--spacing-xs);
|
|
|
|
height: 2rem;
|
2021-06-29 18:57:22 +02:00
|
|
|
max-width: 15rem;
|
2021-04-08 17:21:45 +02:00
|
|
|
}
|
2021-12-31 13:27:05 +01:00
|
|
|
|
2022-02-11 19:50:55 +01:00
|
|
|
.button-toggle:nth-child(2) {
|
|
|
|
// margin-left: 2px;
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
margin-right: var(--spacing-xs);
|
|
|
|
}
|
2021-12-31 13:27:05 +01:00
|
|
|
}
|
2021-04-08 17:21:45 +02:00
|
|
|
}
|
2021-08-27 10:20:09 +02:00
|
|
|
|
|
|
|
.search__channel {
|
|
|
|
margin-bottom: var(--spacing-l);
|
|
|
|
|
|
|
|
fieldset-section {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.search__channel--popup {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search__channel--popup-results {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 99;
|
|
|
|
top: 100%;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2022-02-11 19:50:55 +01:00
|
|
|
// background: #21252980;
|
|
|
|
background: rgba(var(--color-header-background-base), 0.9);
|
|
|
|
color: var(--color-text);
|
2021-08-27 10:20:09 +02:00
|
|
|
|
|
|
|
.claim-preview__title {
|
2022-02-11 19:50:55 +01:00
|
|
|
color: var(--color-text);
|
2021-08-27 10:20:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.button--uri-indicator,
|
|
|
|
.media__subtitle {
|
2022-02-11 19:50:55 +01:00
|
|
|
color: rgba(var(--color-text-base), 0.6);
|
2021-08-27 10:20:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon--help {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
}
|
2022-02-11 19:50:55 +01:00
|
|
|
|
|
|
|
.searchPage-wrapper {
|
|
|
|
.search__header {
|
|
|
|
.claim-preview__wrapper--channel {
|
|
|
|
.claim-preview__repost-author {
|
2022-02-18 12:55:16 +01:00
|
|
|
top: calc(var(--spacing-m) * -1) !important;
|
|
|
|
left: calc(var(--spacing-m) * -1) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.claim-preview__wrapper {
|
|
|
|
.claim-preview__repost-author {
|
|
|
|
top: 0 !important;
|
|
|
|
left: 0 !important;
|
|
|
|
span {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 12px;
|
|
|
|
margin-top: -4px;
|
|
|
|
width: 92px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
@media (max-width: $breakpoint-small) {
|
|
|
|
.icon {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
span {
|
2022-02-18 12:56:03 +01:00
|
|
|
font-size: var(--font-xxxsmall);
|
2022-02-18 12:55:16 +01:00
|
|
|
width: 78px;
|
|
|
|
margin-top: 1px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
2022-02-11 19:50:55 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.claim-preview__wrapper {
|
|
|
|
background-color: rgba(var(--color-header-background-base), 0.6);
|
|
|
|
.claim-tile__info {
|
|
|
|
margin-top: 0;
|
|
|
|
padding-bottom: var(--spacing-xxxs);
|
|
|
|
.claim-preview-metadata-sub-upload {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.claim-preview__wrapper--channel {
|
|
|
|
position: relative;
|
|
|
|
border-radius: var(--border-radius);
|
|
|
|
background: rgba(var(--color-header-background-base), 0.6);
|
|
|
|
padding: var(--spacing-m) !important;
|
|
|
|
|
|
|
|
.claim__menu-button {
|
|
|
|
right: calc(var(--spacing-m) - 8px) !important;
|
|
|
|
margin-top: var(--spacing-xxs);
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
stroke: var(--color-text);
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
.icon {
|
|
|
|
stroke: var(--color-primary);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.help {
|
|
|
|
color: var(--color-text);
|
|
|
|
}
|
|
|
|
}
|