7 lines
95 B
SCSS
7 lines
95 B
SCSS
input[type="text"] {
|
|
width: 100%;
|
|
font-size: 1rem;
|
|
border-radius: 0.5em;
|
|
padding: 0.5em;
|
|
}
|