mybuddy/core/static_src/scss/core.scss

29 lines
436 B
SCSS
Raw Normal View History

#view-child {
.child-photo {
max-width: 150px;
}
}
2017-11-18 11:48:59 +00:00
#view-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-child {
.child-detail-column {
position: fixed;
width: 100%;
}
}
}