Files
project-gifuu/frontend/source/components/inputs/styles/Text.css
T

8 lines
203 B
CSS
Raw Normal View History

2026-05-23 17:17:56 -07:00
input.input-text {
box-sizing: border-box;
border: var(--border-thickness) solid var(--background-primary);
background-color: var(--background-tertiary);
padding: 8px;
width: 100%;
}