web-remote/src/app/components/slides/slides.component.scss

17 lines
165 B
SCSS
Raw Normal View History

2019-11-07 18:02:26 +00:00
mat-card {
cursor: pointer;
}
2018-08-22 20:15:45 +00:00
.selected {
font-weight: 700;
}
2019-11-07 18:02:26 +00:00
.verse-tag {
float: left;
}
.verse-text {
margin-left: 2.5rem;
white-space: pre-wrap;
}