| | |
| | | } |
| | | |
| | | & > #search-space { |
| | | width: 75%; |
| | | width: 65%; |
| | | margin-top: 12vh; |
| | | margin-left: auto; |
| | | margin-right: auto; |
| | |
| | | & > #search-layout { |
| | | display: flex; |
| | | flex-direction: row; |
| | | justify-content: space-between; |
| | | opacity: 0; |
| | | border: 1px solid var(--lightgray); |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | @media all and (max-width: $mobileBreakpoint) { |
| | | @media all and (max-width: $tabletBreakpoint) { |
| | | display: block; |
| | | & > *:not(#results-container) { |
| | | display: none !important; |
| | |
| | | } |
| | | |
| | | & .highlight { |
| | | color: var(--secondary); |
| | | font-weight: 700; |
| | | background: color-mix(in srgb, var(--tertiary) 60%, transparent); |
| | | border-radius: 5px; |
| | | } |
| | | |
| | | & > #preview-container { |
| | |
| | | overflow: hidden; |
| | | |
| | | & .preview-inner { |
| | | margin: 0 auto; |
| | | padding: 1em; |
| | | height: 100%; |
| | | width: 100%; |
| | | box-sizing: border-box; |
| | | overflow-y: auto; |
| | | font-family: inherit; |