bunteshaus.de/themes/buha/assets/scss/generator.scss

40 lines
643 B
SCSS
Raw Normal View History

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 {
white-space: pre; display: flex; background: var(--background-alt);
2022-06-08 06:09:50 +02:00
padding: 1rem 0 1rem 1rem;
margin-top: 1rem;
-webkit-user-select: all;
user-select: all;
2022-06-13 04:08:02 +02:00
margin-bottom: 1rem;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100vw;
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
}
.button {
font-size: .8em;
padding: .5em;
2022-06-08 06:09:50 +02:00
}
2022-06-15 13:11:36 +02:00
p {
2022-06-15 13:11:36 +02:00
a {
text-decoration: underline;
}
}