silphius/app/react-components/dom/dialogue.module.css

30 lines
403 B
CSS
Raw Normal View History

2024-07-12 02:10:22 -05:00
.caret {
position: absolute;
fill: #00000044;
stroke: white;
left: 50%;
top: 50%;
}
2024-07-13 03:02:55 -05:00
2024-07-13 16:56:47 -05:00
.dialogue {
background-color: #00000044;
border: solid 1px white;
border-radius: 8px;
color: white;
padding: 1em;
position: absolute;
margin: 0;
transform: translate(-50%, -50%);
user-select: none;
width: 33%;
}
.letters {
margin: 0;
}
2024-07-13 03:02:55 -05:00
.letter {
opacity: 0;
position: relative;
}