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

improvement to _alert-box.scss #15

Open
ghost opened this issue Jan 17, 2017 · 1 comment
Open

improvement to _alert-box.scss #15

ghost opened this issue Jan 17, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 17, 2017

Improves the close X making it easier to click on and preventing it from hitting text in the box.

//
// Close button
// --------------------------------------------------

& > .close {
++ font-size: typeScale(2);
++ padding: 0 0.4em;
++ line-height:1.2;
color: inherit;
position: absolute;
-- right: 1em;
-- top: 0.8em;
++ right: 0.0em;
++ top: 0.0em;

alert-box-original
alert-box-new

@ghost ghost self-assigned this Jan 18, 2017
@ghost
Copy link

ghost commented Jan 18, 2017

Good catch, thanks!

@ghost ghost changed the title improvement to _alert-box.cscc improvement to _alert-box.scss Nov 30, 2017
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

No branches or pull requests

0 participants