better spacing advanced search

This commit is contained in:
Timo Volkmann 2020-06-25 21:24:54 +02:00
parent 67ea0587db
commit f2c7aec2d3
2 changed files with 10 additions and 7 deletions

View File

@ -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>

View File

@ -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;
}
}