2017-07-07 19:15:57 +03:00
|
|
|
@import '../../../@theme/styles/variables';
|
|
|
|
|
|
|
|
|
|
@include nga-install-component() {
|
|
|
|
|
|
|
|
|
|
.team-photo {
|
2017-07-20 18:13:11 +03:00
|
|
|
background-image: url('~/assets/images/team.png');
|
2017-07-07 19:15:57 +03:00
|
|
|
background-position: center;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
position: relative;
|
|
|
|
|
border-top-left-radius: nga-theme(card-border-radius);
|
|
|
|
|
border-top-right-radius: nga-theme(card-border-radius);
|
|
|
|
|
|
2017-07-20 18:13:11 +03:00
|
|
|
flex: 1;
|
|
|
|
|
max-height: 50%;
|
|
|
|
|
|
2017-07-07 19:15:57 +03:00
|
|
|
.team-link {
|
|
|
|
|
position: absolute;
|
2017-07-20 18:13:11 +03:00
|
|
|
height: 4rem;
|
|
|
|
|
width: 4rem;
|
2017-07-07 19:15:57 +03:00
|
|
|
bottom: -2rem;
|
|
|
|
|
right: 1rem;
|
2017-07-20 18:13:11 +03:00
|
|
|
border-radius: 50%;
|
|
|
|
|
box-shadow: 0 4px 10px 0 rgba(nga-theme(layout-bg), 0.4), 0 0 12px 0 rgba(nga-theme(color-fg-highlight), 0.2);
|
2017-07-07 19:15:57 +03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.team-info {
|
2017-07-20 18:13:11 +03:00
|
|
|
padding: 1.5rem 1.5rem 0;
|
2017-07-07 19:15:57 +03:00
|
|
|
|
|
|
|
|
.team-title {
|
|
|
|
|
color: nga-theme(color-fg-heading);
|
|
|
|
|
font-family: nga-theme(font-secondary);
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.team-subtitle {
|
|
|
|
|
margin-bottom: 1rem;
|
2017-07-17 19:43:25 +03:00
|
|
|
color: nga-theme(color-fg);
|
|
|
|
|
font-weight: nga-theme(font-weight-light);
|
2017-07-07 19:15:57 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.team-bio {
|
|
|
|
|
text-align: justify;
|
2017-07-11 18:59:08 +03:00
|
|
|
color: nga-theme(color-fg-text);
|
2017-07-17 19:43:25 +03:00
|
|
|
font-weight: nga-theme(font-weight-light);
|
2017-07-07 19:15:57 +03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-20 18:13:11 +03:00
|
|
|
.links {
|
2017-07-07 19:15:57 +03:00
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-around;
|
2017-07-20 18:13:11 +03:00
|
|
|
padding: 1rem 0;
|
2017-07-07 19:15:57 +03:00
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
2017-07-12 16:07:40 +03:00
|
|
|
color: nga-theme(color-fg);
|
2017-07-07 19:15:57 +03:00
|
|
|
|
|
|
|
|
i {
|
2017-07-20 18:13:11 +03:00
|
|
|
font-size: 1.75rem;
|
2017-07-07 19:15:57 +03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|