mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 18:30:45 +00:00
15 lines
238 B
CSS
15 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;
|
|
}
|