| | |
| | | max-width: 14rem; |
| | | flex-grow: 0.3; |
| | | |
| | | & > #search-icon { |
| | | & > .search-button { |
| | | background-color: var(--lightgray); |
| | | border: none; |
| | | border-radius: 4px; |
| | | font-family: inherit; |
| | | font-size: inherit; |
| | | height: 2rem; |
| | | padding: 0; |
| | | display: flex; |
| | | align-items: center; |
| | | text-align: inherit; |
| | | cursor: pointer; |
| | | white-space: nowrap; |
| | | |
| | | & > div { |
| | | flex-grow: 1; |
| | | } |
| | | width: 100%; |
| | | justify-content: space-between; |
| | | |
| | | & > p { |
| | | display: inline; |
| | |
| | | margin: 0 auto; |
| | | width: min($pageWidth, 100%); |
| | | } |
| | | |
| | | a[role="anchor"] { |
| | | background-color: transparent; |
| | | } |
| | | } |
| | | |
| | | & > #results-container { |