Skip to content
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

TA-1362: Update bootstrap 3 theme to match branding #68

Merged
merged 19 commits into from
Aug 14, 2024

Conversation

index.html Outdated Show resolved Hide resolved
@@ -155,7 +155,7 @@
.navbar-brand {
float: left;
height: $navbar-height;
padding: $navbar-padding-vertical $navbar-padding-horizontal;
padding: 15px $navbar-padding-horizontal 15px $navbar-padding-horizontal;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we overwrite this in dc anyway, so makes sense to have it here?

Copy link

@ksenijamv ksenijamv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

}

.c-error-page__subheader {
font-size: floor($font-size-base * 3);
color: $white;
color: $black;
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can just remove these color entries and it'll pick up the global text colour, which should be $gray700 instead of $black

@pogotc
Copy link

pogotc commented Aug 14, 2024

This is looking good to me, just the one issue with the text colour on the error page but it can go in once that's sorted. We can address the loader colours as a follow up

@TomBirbeckTFS TomBirbeckTFS merged commit 5c74c5d into master Aug 14, 2024
3 checks passed
@TomBirbeckTFS TomBirbeckTFS deleted the TA-1362-update-bs3 branch August 14, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants