99 lines
1.9 KiB
SCSS
99 lines
1.9 KiB
SCSS
.single-project {
|
|
.single-project-intro {
|
|
margin-bottom: 2rem;
|
|
}
|
|
h1 {
|
|
line-height: 1.2;
|
|
margin: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.private {
|
|
font-size: 1rem;
|
|
vertical-align: super;
|
|
}
|
|
.description {
|
|
@extend %light;
|
|
@extend %medium;
|
|
margin: 0;
|
|
}
|
|
.project-data {
|
|
display: flex;
|
|
}
|
|
.title {
|
|
@extend %medium;
|
|
@extend %text;
|
|
@extend %bold;
|
|
align-content: center;
|
|
background: $whitish;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: .5rem;
|
|
padding: .5rem 1rem;
|
|
}
|
|
.single-project-tags {
|
|
margin-bottom: 1rem;
|
|
}
|
|
.timeline {
|
|
flex: 1;
|
|
margin-right: 1rem;
|
|
}
|
|
.involved-data {
|
|
flex-basis: 200px;
|
|
}
|
|
.involved-team,
|
|
.involved-organization {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 1rem;
|
|
a {
|
|
display: block;
|
|
margin-right: .14rem;
|
|
width: 24%;
|
|
&:nth-child(4n) {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
img {
|
|
border-radius: .2rem;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
//.summary-stats {
|
|
// align-items: flex-start;
|
|
// display: flex;
|
|
// .info-num {
|
|
// @extend %xlarge;
|
|
// @extend %bold;
|
|
// float: left;
|
|
// margin-right: .3rem;
|
|
// position: relative;
|
|
// top: 5px;
|
|
// }
|
|
// .info-text {
|
|
// @extend %small;
|
|
// float: left;
|
|
// line-height: .9rem;
|
|
// }
|
|
//}
|
|
//
|
|
//.project-data-container {
|
|
// display: flex;
|
|
// justify-content: space-between;
|
|
// ul {
|
|
// flex-grow: 0;
|
|
// max-width: 33%;
|
|
// }
|
|
// li {
|
|
// display: inline-block;
|
|
// margin-right: .1rem;
|
|
// width: 10%;
|
|
// figure {
|
|
// width: 100%;
|
|
// }
|
|
// }
|
|
//}
|
|
//
|