Vertically centre carousel indicators

This commit is contained in:
Matthew Grove
2018-12-08 16:29:11 +00:00
parent 938252104b
commit fdaee9edfa

View File

@@ -21,7 +21,6 @@
}
.carousel-indicators {
order: 1;
margin-bottom: 0;
}
.presentation-button-left {
order: 0;
@@ -36,6 +35,7 @@
.carousel-indicators li {
border: 1px solid var(--mdc-theme-secondary);
margin-top: 12px;
}
.carousel-indicators .active {
background-color: var(--mdc-theme-secondary);