Jacky Zhao
2023-08-07 cd9dc6ecb570c08291e73d9db001e6068df4d88a
quartz/components/styles/search.scss
@@ -1,7 +1,7 @@
@use "../../styles/variables.scss" as *;
.search {
  min-width: 5rem;
  min-width: fit-content;
  max-width: 14rem;
  flex-grow: 0.3;
@@ -48,6 +48,7 @@
    overflow-y: auto;
    display: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    &.active {
      display: inline-block;
@@ -67,7 +68,9 @@
        width: 100%;
        border-radius: 5px;
        background: var(--light);
        box-shadow: 0 14px 50px rgba(27, 33, 48, 0.12), 0 10px 30px rgba(27, 33, 48, 0.16);
        box-shadow:
          0 14px 50px rgba(27, 33, 48, 0.12),
          0 10px 30px rgba(27, 33, 48, 0.16);
        margin-bottom: 2em;
      }
@@ -108,7 +111,8 @@
            font-weight: 700;
          }
          &:hover, &:focus {
          &:hover,
          &:focus {
            background: var(--lightgray);
          }
@@ -127,12 +131,11 @@
            margin: 0;
          }
          & > p {
          & > p {
            margin-bottom: 0;
          }
        }
      }
    }
  }
}