47 lines
889 B
SCSS
47 lines
889 B
SCSS
.window-app.vermineDialog {
|
|
.window-content {
|
|
background: url(/systems/vermine2047/assets/images/ui/box_background.webp) repeat;
|
|
color: black;
|
|
}
|
|
|
|
.flexrow,
|
|
.grid {
|
|
justify-content: space-around;
|
|
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.555);
|
|
align-items: center;
|
|
padding: 0.5rem 0.2rem;
|
|
|
|
&>* {
|
|
margin: 0 0.3rem;
|
|
}
|
|
|
|
}
|
|
|
|
;
|
|
|
|
label {
|
|
font-family: "DistressBlack",
|
|
sans-serif;
|
|
font-size: larger;
|
|
|
|
}
|
|
|
|
select {
|
|
max-width: fit-content;
|
|
|
|
option {
|
|
max-width: fit-content
|
|
}
|
|
}
|
|
|
|
.dialog-buttons {
|
|
button {
|
|
display: block;
|
|
flex: 0.3
|
|
}
|
|
|
|
display: flex;
|
|
justify-content: space-around;
|
|
flex-direction: row;
|
|
}
|
|
} |