czydojade/resources/styles/_stop.scss
2018-09-10 21:43:13 +02:00

27 lines
299 B
SCSS

.stop, .stop-group__header {
@extend %flex;
flex-wrap: wrap;
}
.stop__name {
}
.stop__description {
margin: 0 .5rem;
}
.stop__actions {
display: flex;
}
.stop__details {
flex-basis: 100%;
}
.stop-group__name {
font-size: $font-size-base;
font-weight: bold;
margin-bottom: 0;
}