Update HTML id targets for namespace views.

This commit is contained in:
Christopher Charbonneau Wells 2017-12-03 17:11:13 -05:00
parent 3b0002a211
commit d86c91aeab
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
#view-child {
#view-core\:child {
.child-photo {
max-width: 150px;
}
}
#view-child-list {
#view-core\:child-list {
.picture-column {
text-align: center;
width: 65px;
@ -20,7 +20,7 @@
}
@include media-breakpoint-up(md) {
#view-child {
#view-core\:child {
.child-detail-column {
position: fixed;
width: 100%;

View File

@ -8,7 +8,7 @@
}
@include media-breakpoint-up(sm) {
#view-timer-detail {
#view-core\:timer-detail {
#timer-status {
font-size: $display1-size;
}