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

Added Juno filter #209

Closed
wants to merge 1 commit into from
Closed

Added Juno filter #209

wants to merge 1 commit into from

Conversation

milacarrera
Copy link

#125

😄
Please, let me know if the filter is okay or if it needs some improvement! :)

@una
Copy link
Owner

una commented Oct 6, 2016

What do you think of the recommended changes? It also seems #218 pulls in your Juno files from here

@milacarrera
Copy link
Author

Hey! :)
Which recommended changes are you referring to? (Did you write another comment somewhere else?)
Also, I've removed some unnecessary commits with the generated files and kept only the ones containing the .scss files.
I did the same for #218 .

Sorry for any inconvenience, git newbie here! ☺️

@extend %filter-base;
filter: contrast(1.2) saturate(0.8) $filters;
&:before {
background: linear-gradient(to bottom,rgba(255,255,255,0.2), rgba(74, 195, 111, 0.2), transparent);
Copy link
Owner

Choose a reason for hiding this comment

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

Hey Thanks for the PR! This is looking great. I don't think you need a "green" in this gradient, and might use a gray instead such as linear-gradient(top,rgba(255,255,255,.2),rgba(156, 156, 156, 0.2),transparent);

@mixin juno($filters...) {
@extend %filter-base;
filter: contrast(1.2) saturate(0.8) $filters;
&:before {
Copy link
Owner

Choose a reason for hiding this comment

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

can you add a space between this line and the one before it and use a double :: for the pseudo element? 😄

@una
Copy link
Owner

una commented Nov 2, 2016

Sorry were you seeing those comment sup there? The new review feature is a bit confusing, not sure if they sent

@una una closed this Nov 4, 2018
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.

2 participants