Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
36
2017/web/themes/dcb2017/sass/content/_speaker.scss
Normal file
36
2017/web/themes/dcb2017/sass/content/_speaker.scss
Normal file
|
@ -0,0 +1,36 @@
|
|||
.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;
|
||||
}
|
Reference in a new issue