Speaker profile tweaks
This commit is contained in:
parent
564149e6d8
commit
7e86175a11
11 changed files with 64 additions and 15 deletions
|
@ -20,7 +20,8 @@ h3 {
|
|||
font-size: 1.6em; }
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
font-weight: 600; }
|
||||
font-weight: 600;
|
||||
margin-bottom: 0.4em; }
|
||||
|
||||
h1, h2 {
|
||||
text-transform: uppercase; }
|
||||
|
@ -383,4 +384,15 @@ nav.menu--main {
|
|||
.node--type-speaker .profile-info {
|
||||
padding-left: 9em; } }
|
||||
|
||||
.node--type-speaker.node--view-mode-speaker-profile {
|
||||
margin-bottom: 2em; }
|
||||
|
||||
.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; }
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
|
|
File diff suppressed because one or more lines are too long
BIN
web/themes/dcb2017/images/drop-1.png
Normal file
BIN
web/themes/dcb2017/images/drop-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 922 B |
BIN
web/themes/dcb2017/images/twitter-1.png
Normal file
BIN
web/themes/dcb2017/images/twitter-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 858 B |
|
@ -27,6 +27,7 @@ h3 {
|
|||
|
||||
h1, h2, h3, h4 {
|
||||
font-weight: 600;
|
||||
margin-bottom: 0.4em
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
|
|
|
@ -14,4 +14,18 @@
|
|||
padding-left: 9em;
|
||||
}
|
||||
}
|
||||
|
||||
&.node--view-mode-speaker-profile {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
|
|
@ -104,6 +104,7 @@
|
|||
<span class="speaker-drupal"><a href="https://www.drupal.org/u/{{ node.field_drupal_org_handle.value }}">{{ node.field_drupal_org_handle.value }}</a></span>
|
||||
{% endif %}
|
||||
</div>
|
||||
{{ content.field_organisation }}
|
||||
{{ content.body }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue