-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebranding applying new styles #490
Rebranding applying new styles #490
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly some questions about whitespace and formatting, no blockers
<div class="container"> | ||
<div class="row inner "> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation is off?
@@ -60,6 +62,8 @@ | |||
</ul> | |||
</nav> | |||
</div> | |||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation?
<h5 class="card-title">@Model.Name</h5> | ||
</a> | ||
<p class="card-text"><i class="fa fa-globe" aria-hidden="true"></i> @Model.Country</p> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lingering whitespace?
@@ -5,6 +5,8 @@ | |||
{ | |||
<section class="mvp-fp-profile bg-white"> | |||
<div class="container"> | |||
<div class="row inner "> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation?
<div class="feature-panel-text with-background no-number"> | ||
<h2 asp-for="@Model.Fields!.ItemTitle"></h2> | ||
<div class="feature-panel-card"> | ||
<div class="feature-panel-text no-number "> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double space and trailing space in class? Does this do anything specific? I noticed this a few times
<p asp-for="@Model.Fields!.ItemText"></p> | ||
|
||
<a asp-for="@Model.Fields!.ItemLink" data-module="cta-button" data-goals="" class="link-arrow" aria-label="Learn more"> | ||
@Model.Fields?.ItemLink?.Value.Text | ||
<img alt="Learn more" src="images/icon-arrow.png"> | ||
</a> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation
Description / Motivation
How Has This Been Tested?
Types of changes
Checklist: