mirror of
https://codeberg.org/vlw/honeypot.git
synced 2025-11-04 20:12:42 +01:00
Baby steps that implements everything from the original [unfinished] version of this project from a bit over 2 years ago. We'll see what fun stuff we can add over time! Reviewed-on: https://codeberg.org/vlw/honeypot/pulls/1 Co-authored-by: vlw <victor@vlw.se> Co-committed-by: vlw <victor@vlw.se>
26 lines
No EOL
325 B
CSS
26 lines
No EOL
325 B
CSS
vv-shell {
|
|
display: grid;
|
|
align-items: baseline;
|
|
grid-template-columns: 1fr 300px;
|
|
}
|
|
|
|
form {
|
|
gap: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
button {
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
aside {
|
|
height: 100%;
|
|
padding: 20px;
|
|
border-radius: 6px;
|
|
background-color: var(--color-grey-light);
|
|
|
|
> * {
|
|
margin-bottom: 10px;
|
|
}
|
|
} |