37 lines
630 B
SCSS
37 lines
630 B
SCSS
.node--type-speaker {
|
|
.node__content {
|
|
position: relative;
|
|
}
|
|
|
|
@include media-tablet {
|
|
.profile-picture {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.profile-info {
|
|
min-height: 7em;
|
|
padding-left: 9em;
|
|
}
|
|
}
|
|
|
|
&.node--view-mode-speaker-profile {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
.speaker-link {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.speaker-twitter {
|
|
background: url('../images/twitter-1.png') no-repeat left center transparent;
|
|
padding: 0 10px 0 20px;
|
|
}
|
|
|
|
.speaker-drupal {
|
|
background: url('../images/drop-1.png') no-repeat left center transparent;
|
|
padding: 0 10px 0 20px;
|
|
}
|