better spacing advanced search
This commit is contained in:
parent
67ea0587db
commit
f2c7aec2d3
@ -81,9 +81,9 @@
|
||||
<mat-icon>clear</mat-icon>
|
||||
</button>
|
||||
</mat-form-field>
|
||||
<div class="horizontal space center">
|
||||
<span>Search in description </span>
|
||||
<div class="horizontal space">
|
||||
<mat-slide-toggle [(ngModel)]="fullText"></mat-slide-toggle>
|
||||
<span>Search in description </span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@ -46,8 +46,9 @@
|
||||
color: gray;
|
||||
}
|
||||
|
||||
> .content {
|
||||
margin: 0 2.5rem;
|
||||
>.content {
|
||||
// margin: 0 2.5rem;
|
||||
margin-top: 0.5rem;
|
||||
|
||||
.text-input {
|
||||
min-width: 14rem;
|
||||
@ -86,12 +87,14 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-evenly;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-left: -0.5rem;
|
||||
margin-right: -0.5rem;
|
||||
|
||||
> * {
|
||||
width: 45%;
|
||||
min-width: 15rem;
|
||||
flex-grow: 1;
|
||||
margin: 0 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user