feat(app/web): add index.html [skip ci]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user