Skip to content

Commit

Permalink
update styles and markup to test alternative presentation for cci sta…
Browse files Browse the repository at this point in the history
…tus bar
  • Loading branch information
poojagunturu96 committed Nov 11, 2024
1 parent 20e9952 commit 5a4ffa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/scss/components/_cta-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: $spacing-3;
// margin-bottom: $spacing-3;

@include breakpoint(lg) {
flex-direction: row;
justify-content: center;
align-items: baseline;
line-height: $line-height-solid;
margin-bottom: rem(20);
// margin-bottom: rem(20);
}

.cta-bar__links {
Expand Down
8 changes: 4 additions & 4 deletions src/templates/office-top-level.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
has_menu: true
} %}

{# {% block before_page_header %}
{% block before_page_header %}
{% include 'partials/cta-bar.twig' with {
link: 'https://admissions.middlebury.edu/portal/status',
text: 'Check your application',
button: 'Applicant Portal',
cci: true
} %}
{% endblock %} #}
{% endblock %}

{% block layout_header %}
{# {% block layout_header %}
{% include 'partials/midd-header.twig' %}
{% include 'partials/anchor-header.twig' with {
cta_bar: true
}%}
{% endblock %}
{% endblock %} #}

{% block page %}
{% include 'partials/top-level-layout.twig' with {
Expand Down

0 comments on commit 5a4ffa0

Please sign in to comment.