Restyle stop group headers
This commit is contained in:
parent
2b0792775f
commit
4545899d20
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
<div class="actions flex-space-left">
|
<div class="actions flex-space-left">
|
||||||
<button class="btn btn-action" @click="select(group)">
|
<button class="btn btn-action" @click="select(group)">
|
||||||
|
<tooltip>wybierz wszystkie</tooltip>
|
||||||
<fa :icon="['fal', 'check-double']"></fa>
|
<fa :icon="['fal', 'check-double']"></fa>
|
||||||
wybierz wszystkie
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
.stop-group__header {
|
|
||||||
@extend .flex;
|
|
||||||
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stop {
|
.stop {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
@ -21,13 +16,6 @@
|
|||||||
.fold__inner { padding-bottom: .75rem; }
|
.fold__inner { padding-bottom: .75rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.stop-group__name {
|
|
||||||
font-size: $font-size-base;
|
|
||||||
font-weight: bold;
|
|
||||||
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stop__variant {
|
.stop__variant {
|
||||||
margin-left: .5em;
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
@ -70,3 +58,21 @@
|
|||||||
.finder__stop {
|
.finder__stop {
|
||||||
max-width: 100%;
|
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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user