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

Set inheritance for medium stacked custom logos #2334

Merged
merged 1 commit into from Aug 28, 2015
Merged

Conversation

edds
Copy link
Contributor

@edds edds commented Aug 28, 2015

Without this inheritance the custom medium stacked logos don't get any
font-size set on them. This makes them really small rather than the same
size as the single identity logos.

Remove the border that gets added during the inheritance call.

beforeafter

https://trello.com/c/CKqkyseM/80-bespoke-logos-display-small-text-small

@fofr
Copy link
Contributor

fofr commented Aug 28, 2015

Not directly related to this change, more to the 1,000 line logo CSS file. It'd be nice to have a living style guide that showed all these variant logo types, so that changes and their affects on everything else could be quickly checked.

@@ -936,6 +936,10 @@ img.organisation-logo-custom {
@extend .organisation-logo-identity-medium;
border-left: none;
}
.organisation-logo-stacked-custom-medium {
Copy link
Contributor

Choose a reason for hiding this comment

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

The styles in this block are identical to the ones above. Should they be combined?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They could be. I was just matching the style of all the other logos where they are split into two different blocks.

@fofr
Copy link
Contributor

fofr commented Aug 28, 2015

One minor comment, otherwise 👍

Without this inheritance the custom medium stacked logos don't get any
font-size set on them. This makes them really small rather than the same
size as the single identity logos.

Remove the border that gets added during the inheritance call.
edds added a commit that referenced this pull request Aug 28, 2015
Set inheritance for medium stacked custom logos
@edds edds merged commit 659fee7 into master Aug 28, 2015
@edds edds deleted the medium-custom-logos branch August 28, 2015 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants