Some CSS tweaks

pull/3996/head
twanariens 4 years ago
parent 66e2d40357
commit 6faa803b81

@ -4,6 +4,7 @@ $card-background: #2b2b2b;
#cardImage {
border-radius: 5px;
height: 315px;
object-fit:cover;
}
.dark-card {

@ -68,12 +68,19 @@
border-radius: 30px;
color:#fff;
margin-bottom:10px;
margin-right: 30px;
.discover-filter-button{
background:inherit;
color:inherit;
padding:0 0px;
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{

@ -162,4 +162,8 @@
color:$ombi-background-primary-accent;
}
}
.top-search-bar{
margin-left: 30px;
}

@ -32,7 +32,20 @@ $ombi-accent: #258a6d;
}
::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;
}
.options {
margin-bottom: 5px;
}
.options {
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…
Cancel
Save