2025-02-20 14:37:58 -03:00
|
|
|
.ai-search-discoveries {
|
|
|
|
&__regular-results-title {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__completion {
|
2025-02-21 19:40:53 -05:00
|
|
|
margin: 0;
|
2025-02-20 14:37:58 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
&__discovery-preview {
|
2025-02-21 19:40:53 -05:00
|
|
|
height: 3.5em; // roughly the loading skeleton height
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
background: linear-gradient(rgba(255, 255, 255, 0), var(--secondary));
|
|
|
|
height: 50%;
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
2025-02-20 14:37:58 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
&__discoveries-title,
|
|
|
|
&__regular-results-title {
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
border-bottom: 1px solid var(--primary-low);
|
2025-02-21 19:40:53 -05:00
|
|
|
font-size: var(--font-0);
|
|
|
|
|
|
|
|
.d-icon {
|
|
|
|
color: var(--primary-high);
|
|
|
|
}
|
2025-02-20 14:37:58 -03:00
|
|
|
}
|
|
|
|
|
2025-02-20 16:21:26 -03:00
|
|
|
&__discoveries-title {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2025-02-20 14:37:58 -03:00
|
|
|
&__toggle {
|
|
|
|
padding-left: 0;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
2025-02-21 19:40:53 -05:00
|
|
|
|
|
|
|
.cooked p:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2025-02-20 14:37:58 -03:00
|
|
|
}
|
|
|
|
|
2025-02-20 16:21:26 -03:00
|
|
|
.ai-search-discoveries-tooltip {
|
|
|
|
&__header {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fk-d-tooltip__trigger {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2025-02-21 19:40:53 -05:00
|
|
|
|
|
|
|
.d-icon {
|
|
|
|
color: var(--primary-medium);
|
|
|
|
}
|
2025-02-20 16:21:26 -03:00
|
|
|
}
|
|
|
|
|
2025-02-20 14:37:58 -03:00
|
|
|
.ai-discobot-discoveries {
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-page-discoveries {
|
|
|
|
padding: 1em 10%;
|
|
|
|
}
|
2025-02-21 19:40:53 -05:00
|
|
|
|
|
|
|
.d-icon-discobot {
|
|
|
|
// appears a little undersized next to other icons
|
|
|
|
height: 1.15em;
|
|
|
|
width: 1.15em;
|
|
|
|
}
|