mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
25 lines
347 B
CSS
25 lines
347 B
CSS
.netImportExclusion {
|
|
display: flex;
|
|
align-items: stretch;
|
|
margin-bottom: 10px;
|
|
height: 30px;
|
|
border-bottom: 1px solid $borderColor;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.movieTitle {
|
|
flex: 0 0 400px;
|
|
}
|
|
|
|
.tmdbId,
|
|
.movieYear {
|
|
flex: 0 0 200px;
|
|
}
|
|
|
|
.actions {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
flex: 1 0 auto;
|
|
padding-right: 10px;
|
|
}
|