Files
Erwan Lemaire c35e93975b pifpouf
2025-05-02 13:19:49 +02:00

62 lines
1.1 KiB
SCSS

.window-app.vermineDialog {
max-width: 50vw;
height: fit-content;
.window-content {
background: url(/systems/vermine2047/assets/images/ui/box_background.webp) repeat;
color: black;
}
details>summary::after {
content: "▶️";
position: relative;
right: 40%;
}
details[open]>summary::after {
content: "🔽"
}
.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;
}
}