mirror of https://github.com/snachodog/mybuddy.git
30 lines
462 B
SCSS
30 lines
462 B
SCSS
#view-core\:child {
|
|
.child-photo {
|
|
max-width: 150px;
|
|
}
|
|
}
|
|
|
|
#view-core\:child-list {
|
|
.picture-column {
|
|
text-align: center;
|
|
width: 65px;
|
|
min-width: 65px;
|
|
}
|
|
|
|
.child-list {
|
|
th,
|
|
td {
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
}
|
|
|
|
@include media-breakpoint-up(md) {
|
|
#view-core\:child {
|
|
.child-detail-column {
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|