chore: form styles
This commit is contained in:
parent
09c4a274bf
commit
7c7617f520
4 changed files with 10 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.5.1",
|
"version": "19.5.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.5.1",
|
"version": "19.5.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.4.0",
|
"@cdransf/api-text": "^1.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.5.1",
|
"version": "19.5.2",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -24,7 +24,13 @@ input:focus,
|
||||||
input:focus-within,
|
input:focus-within,
|
||||||
textarea:focus,
|
textarea:focus,
|
||||||
textarea:focus-within {
|
textarea:focus-within {
|
||||||
|
border: 0;
|
||||||
outline: 2px dashed var(--accent-color);
|
outline: 2px dashed var(--accent-color);
|
||||||
|
padding: calc(var(--sizing-sm) + 1px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.search__form {
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search__results {
|
.search__results {
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
gap: var(--sizing-md);
|
gap: var(--sizing-md);
|
||||||
|
|
||||||
|
|
Reference in a new issue