Skip to content

Commit

Permalink
8.1.4
Browse files Browse the repository at this point in the history
- D8CORE-2873: soe fixup. (f93d937)
- D8CORE-2873: changing the label color to white for SOE (#42) (5568dc8)
  • Loading branch information
pookmish authored Nov 9, 2020
2 parents eeede57 + 8e35eb8 commit 93afa17
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# SOE Basic Sub-Theme

8.x-1.4
--------------------------------------------------------------------------------
_Release Date: 2020-11-09_

- Merge pull request #43 from SU-SOE/D8CORE-2873-soe (7a53261)
- D8CORE-2873: soe fixup. (f93d937)
- D8CORE-2873: changing the label color to white for SOE (#42) (5568dc8)

8.x-1.3
--------------------------------------------------------------------------------
_Release Date: 2020-10-07_
Expand Down
2 changes: 1 addition & 1 deletion dist/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion soe_basic.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SOE Basic
type: theme
description: 'SOE Branding Subtheme.'
package: Stanford
version: 8.x-1.3
version: 8.x-1.4
core_version_requirement: ^8 || ^9

# Defines the base theme
Expand Down
5 changes: 5 additions & 0 deletions src/scss/theme/_events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
text-decoration: underline;
}
}

.su-event-label-past {
color: $su-color-white;
}

}
}

Expand Down
2 changes: 1 addition & 1 deletion templates/sections/header-full-width.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This is to have a full bleed image/gradiant and the content within a centered container.
*/
#}
<div{{ attributes.addClass('flex-container', 'section-bgcolor--title', settings.extra_classes) }}>
<div{{ attributes.addClass('flex-container', 'section-bgcolor--title', 'section-editorial-content', settings.extra_classes) }}>
{% if content.main|render %}
<div {{ region_attributes.main.addClass('centered-container') }}>
{{ content.main }}
Expand Down

0 comments on commit 93afa17

Please sign in to comment.