hubl/src/scss/_project.scss

55 lines
891 B
SCSS
Raw Normal View History

2018-04-26 06:20:33 +00:00
#project {
#project-detail {
#project-info {
display: block;
padding-top: 10px;
2018-03-11 23:42:46 +00:00
2018-04-26 06:20:33 +00:00
div[name="label"] {
display: flex;
font-weight: bold;
}
&, img {
width: 100%;
}
}
#project-team {
ldp-display {
display: flex;
align-items: center;
margin-bottom: 10px;
img {
width: 50px;
border-radius: 100px;
}
div[name="name"] {
display: flex;
margin-left: 10px;
}
}
}
}
.section {
@extend %detail-section;
margin-top: 40px;
}
}
@media (min-width: $sm-with) {
#project {
#project-detail {
#project-info {
ldp-display-client {
display: block;
float: right;
width: 300px;
}
}
}
2018-04-23 14:35:00 +00:00
}
2018-03-11 23:42:46 +00:00
}