Restyle stop group headers

This commit is contained in:
Kacper Donat 2020-02-06 23:09:24 +01:00
parent 2b0792775f
commit 4545899d20
2 changed files with 19 additions and 13 deletions

View File

@ -15,8 +15,8 @@
<div class="actions flex-space-left">
<button class="btn btn-action" @click="select(group)">
<tooltip>wybierz wszystkie</tooltip>
<fa :icon="['fal', 'check-double']"></fa>
wybierz wszystkie
</button>
</div>
</div>

View File

@ -1,8 +1,3 @@
.stop-group__header {
@extend .flex;
flex-wrap: wrap;
}
.stop {
flex-wrap: nowrap;
@ -21,13 +16,6 @@
.fold__inner { padding-bottom: .75rem; }
}
.stop-group__name {
font-size: $font-size-base;
font-weight: bold;
margin-bottom: 0;
}
.stop__variant {
margin-left: .5em;
}
@ -70,3 +58,21 @@
.finder__stop {
max-width: 100%;
}
.stop-group:not(:last-child) {
margin-bottom: 1rem;
}
.stop-group__header {
@extend .section__title;
display: flex;
padding: 0 !important;
margin-bottom: 0 !important;
}
.stop-group__name {
font-size: $font-size-base;
font-weight: bold;
margin-bottom: 0;
}