From 2d6dc176c3e1fbb520a5da1beb60bbb1d8e948ba Mon Sep 17 00:00:00 2001
From: Pelayo Arbués <gonzalezpelayo@gmail.com>
Date: Thu, 31 Aug 2023 19:12:06 +0000
Subject: [PATCH] Adds Pelayo Arbues to showcase (#435)
---
quartz/components/styles/search.scss | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/quartz/components/styles/search.scss b/quartz/components/styles/search.scss
index fe94ec7..4d5ad95 100644
--- a/quartz/components/styles/search.scss
+++ b/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;
@@ -67,7 +67,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 +110,8 @@
font-weight: 700;
}
- &:hover, &:focus {
+ &:hover,
+ &:focus {
background: var(--lightgray);
}
@@ -127,12 +130,11 @@
margin: 0;
}
- & > p {
+ & > p {
margin-bottom: 0;
}
}
}
-
}
}
}
--
Gitblit v1.10.0