2017-03-30 16:51:51 -07:00
|
|
|
aio-contributor-list {
|
|
|
|
@media handheld and (max-width: 480px), screen and (max-width: 480px), screen and (max-width: 900px) {
|
|
|
|
.grid-fluid{
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
2017-04-04 11:33:25 -07:00
|
|
|
|
2017-03-30 16:51:51 -07:00
|
|
|
@media handheld and (max-width: 480px), screen and (max-width: 480px), screen and (max-width: 900px) {
|
|
|
|
.grid-fluid{
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
float: none;
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
2017-04-04 11:33:25 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.group-buttons {
|
|
|
|
margin: 32px auto;
|
|
|
|
|
|
|
|
a {
|
|
|
|
&.selected {
|
|
|
|
background-color: $blue;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-03-30 16:51:51 -07:00
|
|
|
|
2017-04-04 11:33:25 -07:00
|
|
|
.contributor-group {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
2017-03-30 16:51:51 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
aio-contributor {
|
2017-04-04 11:33:25 -07:00
|
|
|
background: $white;
|
|
|
|
margin: 8px;
|
2017-03-30 16:51:51 -07:00
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
2017-04-04 11:33:25 -07:00
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0 2px 2px rgba(10, 16, 20, 0.24), 0 0 2px rgba(10, 16, 20, 0.12);
|
2017-03-30 16:51:51 -07:00
|
|
|
transition: all .3s;
|
2017-04-04 11:33:25 -07:00
|
|
|
perspective: 800px;
|
2017-03-30 16:51:51 -07:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
transform: translate3d(0,-3px,0);
|
2017-04-04 11:33:25 -07:00
|
|
|
box-shadow: 0 8px 8px rgba(10, 16, 20, 0.24), 0 0 8px rgba(10, 16, 20, 0.12);
|
2017-03-30 16:51:51 -07:00
|
|
|
|
2017-04-04 11:33:25 -07:00
|
|
|
.contributor-image {
|
|
|
|
transform: scale(1.05);
|
2017-03-30 16:51:51 -07:00
|
|
|
}
|
2017-04-18 08:45:47 -07:00
|
|
|
|
|
|
|
.contributor-info {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2017-03-30 16:51:51 -07:00
|
|
|
}
|
|
|
|
|
2017-04-04 11:33:25 -07:00
|
|
|
.contributor-info {
|
2017-04-18 08:45:47 -07:00
|
|
|
background: rgba($darkgray, 0.5);
|
2017-06-08 12:00:43 -07:00
|
|
|
height: 168px;
|
|
|
|
width: 168px;
|
2017-04-18 08:45:47 -07:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2017-04-04 11:33:25 -07:00
|
|
|
text-align: center;
|
2018-10-12 10:33:57 +01:00
|
|
|
/* There is no point in hiding this if we can't hover to show it. */
|
|
|
|
@media (hover) { opacity: 0; }
|
2017-04-18 08:45:47 -07:00
|
|
|
border-radius: 50%;
|
|
|
|
|
2018-11-27 16:26:24 +02:00
|
|
|
.info-item {
|
2017-04-04 11:33:25 -07:00
|
|
|
color: $white;
|
|
|
|
font-size: 14px;
|
2017-04-18 08:45:47 -07:00
|
|
|
font-weight: 500;
|
2017-06-21 23:37:53 +03:00
|
|
|
margin: 8px;
|
|
|
|
padding: 0;
|
2017-03-31 16:36:21 -07:00
|
|
|
|
2017-04-04 11:33:25 -07:00
|
|
|
&:hover {
|
2017-06-08 12:00:43 -07:00
|
|
|
color: $lightgray;
|
2017-04-04 11:33:25 -07:00
|
|
|
}
|
2017-06-21 23:37:53 +03:00
|
|
|
|
|
|
|
&.icon {
|
|
|
|
min-width: 20px;
|
|
|
|
width: 20px;
|
|
|
|
|
2018-11-27 16:26:24 +02:00
|
|
|
mat-icon {
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
|
|
|
|
&.link-icon {
|
|
|
|
margin-top: -7px;
|
|
|
|
transform: rotateZ(45deg);
|
|
|
|
}
|
2017-06-21 23:37:53 +03:00
|
|
|
}
|
|
|
|
}
|
2017-03-31 16:36:21 -07:00
|
|
|
}
|
2017-04-04 11:33:25 -07:00
|
|
|
}
|
2017-03-30 16:51:51 -07:00
|
|
|
|
2017-06-21 23:34:08 +03:00
|
|
|
div.contributor-card {
|
|
|
|
width: 250px;
|
|
|
|
height: 270px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
border-radius: 4px;
|
|
|
|
transform-style:preserve-3d;
|
|
|
|
transition:transform ease 500ms;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-front, .card-back {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
text-align: center;
|
2017-04-04 11:33:25 -07:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2017-06-21 23:34:08 +03:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2017-06-08 12:00:43 -07:00
|
|
|
|
2017-06-21 23:34:08 +03:00
|
|
|
.card-front {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
2017-03-30 16:51:51 -07:00
|
|
|
|
2017-06-21 23:34:08 +03:00
|
|
|
.card-back {
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 16px 24px;
|
|
|
|
transform:rotateY(180deg);
|
2017-04-04 11:33:25 -07:00
|
|
|
|
2017-06-21 23:34:08 +03:00
|
|
|
section {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-04-17 10:42:48 -07:00
|
|
|
|
2017-06-21 23:34:08 +03:00
|
|
|
p {
|
|
|
|
margin: 8px 0;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 14px;
|
|
|
|
text-align: left;
|
2017-04-04 11:33:25 -07:00
|
|
|
}
|
|
|
|
|
2017-06-21 23:34:08 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
&.flipped {
|
|
|
|
transform:rotateY(180deg);
|
|
|
|
.card-front {
|
|
|
|
display: none;
|
2017-03-30 16:51:51 -07:00
|
|
|
}
|
|
|
|
}
|
2017-06-21 23:34:08 +03:00
|
|
|
}
|
2017-03-30 16:51:51 -07:00
|
|
|
|
2017-04-04 11:33:25 -07:00
|
|
|
.contributor-image {
|
2017-04-18 08:45:47 -07:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2017-04-04 11:33:25 -07:00
|
|
|
border-radius: 50%;
|
|
|
|
align-items: center;
|
2017-06-08 12:00:43 -07:00
|
|
|
height: 168px;
|
|
|
|
width: 168px;
|
2017-04-04 11:33:25 -07:00
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
2017-04-18 08:45:47 -07:00
|
|
|
margin: 8px auto;
|
|
|
|
border: 2px solid $lightgray;
|
2017-04-04 11:33:25 -07:00
|
|
|
transition: all .2s ease-in-out;
|
2017-06-21 23:37:53 +03:00
|
|
|
}
|
2017-03-30 16:51:51 -07:00
|
|
|
|
2017-04-25 14:48:01 -07:00
|
|
|
section {
|
2017-04-18 08:45:47 -07:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 500;
|
|
|
|
padding: 8px;
|
|
|
|
margin: 0;
|
2017-03-30 16:51:51 -07:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2017-04-18 08:45:47 -07:00
|
|
|
text-transform: uppercase;
|
2017-03-30 16:51:51 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 14px;
|
2017-04-04 11:33:25 -07:00
|
|
|
line-height: 18px;
|
|
|
|
margin: 8px 16px;
|
2017-03-30 16:51:51 -07:00
|
|
|
text-overflow: ellipsis;
|
2017-04-04 11:33:25 -07:00
|
|
|
overflow: scroll;
|
|
|
|
font-weight: 400;
|
2017-03-30 16:51:51 -07:00
|
|
|
}
|
2017-04-25 14:48:01 -07:00
|
|
|
}
|