visual-novel-web/src/components/ui/inputs/index.css

10 lines
194 B
CSS
Raw Normal View History

2025-10-28 07:59:26 +00:00
.input-view {
display: flex;
padding: 0 20px;
align-items: center;
height: 60px;
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.3);
background: rgba(0, 0, 0, 0.2);
}