feat(app/web): add index.html [skip ci]

This commit is contained in:
lowlighter
2022-07-05 23:44:00 -04:00
parent 87e2f6ced5
commit 1713f5e47f
10 changed files with 174 additions and 114 deletions

View File

@@ -1,63 +1,3 @@
/* Containers */
.container {
padding: 0 1rem;
display: flex;
flex-direction: column;
justify-content: center;
max-width: 920px;
margin: auto;
}
.center {
align-items: center;
margin-top: 1rem;
}
.text-center {
text-align: center;
}
/* Search */
.search {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin: 3rem 0 1rem;
}
.search h2 {
margin: 0;
padding: 0;
}
.search .about {
width: 100%;
display: flex;
flex-direction: column;
}
.search .about small {
font-size: .8rem;
color: var(--color-text-secondary);
text-align: left;
}
.search .inputs {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.search .inputs > * {
margin: .25rem;
}
.search .inputs input {
flex-grow: 1;
}
.search .info {
color: var(--color-text-secondary);
margin-top: 1rem;
}
.search .info svg {
fill: currentColor;
}
/* Contributions */
.contributions {
display: flex;