Hide clippings menu, adjust search bar styling
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -852,7 +852,7 @@ a:hover,
|
|||||||
.menu-search .nav-link::before { background-image: url("../img/search-solid.svg"); }
|
.menu-search .nav-link::before { background-image: url("../img/search-solid.svg"); }
|
||||||
.menu-story .nav-link::before { background-image: url("../img/book-solid.svg"); }
|
.menu-story .nav-link::before { background-image: url("../img/book-solid.svg"); }
|
||||||
.menu-faq .nav-link::before { background-image: url("../img/comments-solid.svg"); }
|
.menu-faq .nav-link::before { background-image: url("../img/comments-solid.svg"); }
|
||||||
.menu-clippings .nav-link::before { background-image: url("../img/shopping-cart-solid.svg"); }
|
.menu-clippings { display: none !important; }
|
||||||
.jp-main-menu-manual .nav-link::before { background-image: url("../img/question-circle-solid.svg"); }
|
.jp-main-menu-manual .nav-link::before { background-image: url("../img/question-circle-solid.svg"); }
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -903,7 +903,7 @@ a:hover,
|
|||||||
width: 500px;
|
width: 500px;
|
||||||
max-width: 85vw;
|
max-width: 85vw;
|
||||||
margin: 2.5rem auto 1.2rem;
|
margin: 2.5rem auto 1.2rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1rem;
|
||||||
filter: drop-shadow(0.4em 0.5em 0.4em rgba(0,0,0,0.4));
|
filter: drop-shadow(0.4em 0.5em 0.4em rgba(0,0,0,0.4));
|
||||||
transition: var(--transition-fast);
|
transition: var(--transition-fast);
|
||||||
|
|
||||||
@@ -924,15 +924,15 @@ a:hover,
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background: var(--nord0);
|
background: var(--nord0);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 0.7rem 2rem;
|
padding: 0.5rem 2rem;
|
||||||
padding-right: 3rem;
|
padding-right: 3rem;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
color: var(--nord6);
|
color: var(--nord6);
|
||||||
font-size: 1rem !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user