mirror of
https://codeberg.org/vlw/honeypot.git
synced 2025-11-05 04:22:43 +01:00
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;
|
|
}
|
|
} |