modmapper-web/styles/PluginTxtEditor.module.css

36 lines
430 B
CSS
Raw Normal View History

.dialog {
top: 12px;
2022-03-10 05:46:59 +00:00
z-index: 8;
background-color: #fbefd5;
box-shadow: 0 0 1em black;
max-width: 400px;
}
.dialog h3 {
margin-top: 0px;
}
.dialog textarea {
width: 100%;
min-height: 100px;
resize: vertical;
}
.dialog menu {
padding: 0;
display: flex;
justify-content: space-between;
}
2022-03-15 04:47:31 +00:00
.button {
margin-bottom: 24px;
}
.top-spacing {
margin-top: 34px;
}
.break-word {
word-break: break-word;
}