mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
16 lines
238 B
CSS
16 lines
238 B
CSS
.search {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.search input {
|
|
height: 40px;
|
|
}
|
|
|
|
.search .add-on {
|
|
font-size: 30px;
|
|
height: 30px;
|
|
width: 40px;
|
|
padding-top: 14px;
|
|
padding-left: 10px;
|
|
}
|