8 lines
203 B
CSS
8 lines
203 B
CSS
input.input-text {
|
|
box-sizing: border-box;
|
|
border: var(--border-thickness) solid var(--background-primary);
|
|
background-color: var(--background-tertiary);
|
|
padding: 8px;
|
|
width: 100%;
|
|
}
|