mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
8 lines
135 B
SCSS
8 lines
135 B
SCSS
.search-input-field {
|
|
& input {
|
|
border-radius: 1.5em;
|
|
padding: 1em;
|
|
border: 1px solid transparent;
|
|
}
|
|
}
|