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

17 lines
405 B
CSS
Raw Normal View History

2022-04-11 15:45:49 +02:00
fieldset {
2022-04-12 12:52:11 +02:00
display: flex; flex-wrap: wrap; flex-direction: row; padding: 0; border: none; margin: 0 0 .3rem .5rem;
2022-04-11 15:45:49 +02:00
}
input, textarea {
background-color: var(--background-body);
2022-04-11 16:56:06 +02:00
color: var(--text-link)
2022-04-11 15:45:49 +02:00
}
2022-04-11 18:16:40 +02:00
2022-04-11 22:38:32 +02:00
#result {
white-space: pre; display: none; background: var(--background-body);
padding: 1rem 0 1rem 1rem;
margin-top: 1rem;
-webkit-user-select: all;
user-select: all;
2022-04-11 18:16:40 +02:00
}