Compare commits

..

No commits in common. "654f46f2ca15de204f2e8c408b027a9a5b301703" and "a66fe016a006483345e50886ae95065597738fda" have entirely different histories.

2 changed files with 2 additions and 13 deletions

View File

@ -665,9 +665,6 @@ option {
}
.alert {
display: inline-flex;
justify-content: center;
align-items: center;
line-height: 1;
margin: 0 0.5em;
padding: 0.35em;

View File

@ -176,19 +176,10 @@
font-size: 1rem;
padding: 0.5rem;
box-sizing: border-box;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.search-button {
aspect-ratio: 1/1;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
box-shadow: var(--inputShadow);
&:hover {
box-shadow: var(--buttonHoverShadow);
}
margin-left: 0.5em;
}
}
@ -220,4 +211,5 @@
color: var(--text, $fallback--text);
}
}
</style>