Jacky Zhao
2023-07-04 ab9da02c60c962128820e6874e6f07c98bc3dda7
quartz/components/styles/search.scss
@@ -1,8 +1,9 @@
@use "../../styles/variables.scss" as *;
.search {
  min-width: 5rem;
  max-width: 12rem;
  max-width: 14rem;
  flex-grow: 0.3;
  margin: 0 1.5rem;
  & > #search-icon {
    background-color: var(--lightgray);
@@ -56,7 +57,7 @@
      margin-left: auto;
      margin-right: auto;
      @media all and (max-width: 1200px) {
      @media all and (max-width: $tabletBreakpoint) {
        width: 90%;
      }
@@ -102,6 +103,7 @@
          & .highlight {
            color: var(--secondary);
            font-weight: 700;
          }
          &:hover, &:focus {