czydojade/resources/styles/_stop.scss
2018-09-02 19:23:38 +02:00

23 lines
263 B
SCSS

.stop, .stop-group__header {
display: flex;
align-items: center;
}
.stop__name {
}
.stop__description {
margin: 0 .5rem;
}
.stop__actions {
display: flex;
}
.stop-group__name {
font-size: $font-size-base;
font-weight: bold;
margin-bottom: 0;
}