mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Some CSS tweaks
This commit is contained in:
parent
66e2d40357
commit
6faa803b81
4 changed files with 40 additions and 4 deletions
|
@ -4,6 +4,7 @@ $card-background: #2b2b2b;
|
||||||
#cardImage {
|
#cardImage {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
height: 315px;
|
height: 315px;
|
||||||
|
object-fit:cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-card {
|
.dark-card {
|
||||||
|
|
|
@ -68,12 +68,19 @@
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
|
margin-right: 30px;
|
||||||
|
|
||||||
.discover-filter-button{
|
.discover-filter-button{
|
||||||
background:inherit;
|
background:inherit;
|
||||||
color:inherit;
|
color:inherit;
|
||||||
padding:0 0px;
|
padding:0 0px;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
|
padding-left: 20px;
|
||||||
|
padding-right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::ng-deep .mat-button-toggle-appearance-standard .mat-button-toggle-label-content{
|
||||||
|
line-height:40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-active{
|
.button-active{
|
||||||
|
|
|
@ -163,3 +163,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-search-bar{
|
||||||
|
margin-left: 30px;
|
||||||
|
}
|
|
@ -32,7 +32,20 @@ $ombi-accent: #258a6d;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mat-form-field-underline{
|
::ng-deep .mat-form-field-underline{
|
||||||
bottom:0.5em;
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
::ng-deep .mat-form-field-flex{
|
||||||
|
border: 1px solid #35465c;
|
||||||
|
border-radius:30px;
|
||||||
|
margin-top:40px;
|
||||||
|
height:50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::ng-deep .mat-form-field-infix{
|
||||||
|
margin-left:20px;
|
||||||
|
border-top:0px;
|
||||||
|
margin-top:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -41,7 +54,18 @@ $ombi-accent: #258a6d;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options {
|
.options {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::ng-deep .discoverResults{
|
||||||
|
margin-top:40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::ng-deep button:focus{
|
||||||
|
outline:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
::ng-deep .col-2.top-filter{
|
||||||
|
margin-top:10px;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue