Skip to content
Snippets Groups Projects
Unverified Commit f44fdff5 authored by Eva Dale's avatar Eva Dale Committed by GitHub
Browse files

Merge pull request #466 from ASCWebServices/canini-3

template and style updates
parents 4431bd83 5b41306d
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
// --------------------------------------------------
.lgray-bg {
background-color: #f5f5f5;
background-color: $brand-lgray;
color: $black-base;
position: relative;
......@@ -49,7 +49,7 @@
.lgray-bg:before {
content: "";
background-color: #f5f5f5;
background-color: $brand-lgray;
position: absolute;
height: 100%;
width: 100px;
......
......@@ -9505,7 +9505,7 @@ figcaption {
/* line 27, ../assets/sass/layout/_section-background-colors.scss */
.lgray-bg {
background-color: #f5f5f5;
background-color: #EFF1F2;
color: #000000;
position: relative;
}
......@@ -9529,7 +9529,7 @@ figcaption {
/* line 50, ../assets/sass/layout/_section-background-colors.scss */
.lgray-bg:before {
content: "";
background-color: #f5f5f5;
background-color: #EFF1F2;
position: absolute;
height: 100%;
width: 100px;
......
......@@ -85,7 +85,7 @@
{% set ap_program %}
{{ content.field_ap_program }}
{% endset %}
<p><span class="ap-title-program">{{ ap_program|striptags }}</span></p>
<p><a class="ap-title-program" href="/academics/programs/{{ ap_program|striptags|trim|lower }}">{{ ap_program|striptags }}</a></p>
{% endif %}
{% if content.field_ap_unit_website.0 != '' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment