2018-12-19 06:44:53 +01:00
|
|
|
.search__header {
|
2019-06-11 20:10:58 +02:00
|
|
|
margin-bottom: var(--spacing-large);
|
2018-12-19 06:44:53 +01:00
|
|
|
|
2019-02-15 02:52:10 +01:00
|
|
|
.placeholder {
|
|
|
|
background-color: rgba($lbry-white, 0.1);
|
|
|
|
}
|
2018-03-26 23:32:43 +02:00
|
|
|
}
|
|
|
|
|
2019-02-18 18:24:56 +01:00
|
|
|
.search__options {
|
2019-06-11 20:10:58 +02:00
|
|
|
margin-top: var(--spacing-large);
|
2019-02-18 18:24:56 +01:00
|
|
|
|
|
|
|
legend {
|
|
|
|
&.search__legend--1 {
|
2019-06-11 20:10:58 +02:00
|
|
|
background-color: $lbry-teal-4;
|
2019-02-18 18:24:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&.search__legend--2 {
|
2019-06-11 20:10:58 +02:00
|
|
|
background-color: $lbry-cyan-4;
|
2019-02-18 18:24:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&.search__legend--3 {
|
2019-06-11 20:10:58 +02:00
|
|
|
background-color: $lbry-pink-4;
|
2019-02-18 18:24:56 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset:not(:first-child) {
|
2019-06-11 20:10:58 +02:00
|
|
|
margin-top: var(--spacing-large);
|
2019-02-18 18:24:56 +01:00
|
|
|
}
|
|
|
|
}
|