2022-06-08 06:09:50 +02:00
|
|
|
fieldset {
|
|
|
|
display: flex; flex-wrap: wrap; flex-direction: row; padding: 0; border: none; margin: 0 0 .3rem .5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w100 {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
#result {
|
2022-06-26 15:04:39 +02:00
|
|
|
margin: 1em;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
max-width: 80%;
|
2022-06-13 04:08:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
2022-06-16 20:40:09 +02:00
|
|
|
width: 90vw;
|
|
|
|
max-width: 1920px;
|
2022-06-15 00:22:50 +02:00
|
|
|
}
|
|
|
|
|
2022-06-24 22:24:02 +02:00
|
|
|
.generator {
|
|
|
|
.button {
|
|
|
|
font-size: .8em;
|
|
|
|
border-radius: 0;
|
|
|
|
margin: 0;
|
|
|
|
background: var(--background);
|
|
|
|
padding-right: 2em;
|
|
|
|
padding-left: 2em;
|
|
|
|
&:hover {
|
|
|
|
background: var(--background-alt);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.textarea {
|
|
|
|
margin-top: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
2022-06-08 06:09:50 +02:00
|
|
|
}
|
2022-06-15 13:11:36 +02:00
|
|
|
|
2022-06-24 17:04:47 +02:00
|
|
|
p {
|
2022-06-15 13:11:36 +02:00
|
|
|
a {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|