silphius/app/react-components/dom/dialogue.module.css
2024-07-14 07:24:15 -05:00

31 lines
433 B
CSS

.caret {
position: absolute;
fill: #00000044;
stroke: white;
left: 50%;
top: 50%;
}
.dialogue {
background-color: #00000044;
border: solid 1px white;
border-radius: 8px;
color: white;
overflow-wrap: break-word;
padding: 1em;
position: fixed;
margin: 0;
margin-right: -33%;
transform: translate(-50%, -50%);
user-select: none;
max-width: 33%;
}
.letters {
margin: 0;
}
.letter {
opacity: 0;
}