mirror of https://github.com/snachodog/mybuddy.git
Update HTML id targets for namespace views.
This commit is contained in:
parent
3b0002a211
commit
d86c91aeab
|
@ -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%;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
#view-timer-detail {
|
||||
#view-core\:timer-detail {
|
||||
#timer-status {
|
||||
font-size: $display1-size;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue