mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Merge branch 'feautre/poc-discover' of https://github.com/tidusjar/Ombi into feautre/poc-discover
This commit is contained in:
commit
8e8927882c
2 changed files with 16 additions and 4 deletions
|
@ -166,4 +166,12 @@
|
|||
|
||||
.top-search-bar{
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
::ng-deep .mat-toolbar-row, .mat-toolbar-single-row{
|
||||
height:auto;
|
||||
}
|
||||
|
||||
.top-search-bar{
|
||||
height:84px;
|
||||
}
|
|
@ -31,23 +31,27 @@ $ombi-accent: #258a6d;
|
|||
background-color: white;
|
||||
}
|
||||
|
||||
::ng-deep .mat-form-field-underline {
|
||||
|
||||
::ng-deep .top-search-bar .mat-form-field-underline{
|
||||
display:none;
|
||||
}
|
||||
|
||||
::ng-deep .mat-form-field-flex{
|
||||
::ng-deep .top-search-bar .mat-form-field-flex{
|
||||
border: 1px solid #35465c;
|
||||
border-radius:30px;
|
||||
margin-top:40px;
|
||||
margin-top:20px;
|
||||
height:50px;
|
||||
}
|
||||
|
||||
::ng-deep .mat-form-field-infix{
|
||||
::ng-deep .top-search-bar .mat-form-field-infix{
|
||||
margin-left:20px;
|
||||
border-top:0px;
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
::ng-deep .top-search-bar .mat-form-field-appearance-legacy .mat-form-field-wrapper{
|
||||
padding-bottom:0px;
|
||||
}
|
||||
|
||||
.option-img {
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue