9 lines
No EOL
115 B
CSS
9 lines
No EOL
115 B
CSS
|
|
|
|
.searchInput {
|
|
padding: 10px 6px !important;
|
|
|
|
&:focus {
|
|
border-color: $teal !important;
|
|
}
|
|
} |