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

css bug! #218

Closed
xyzdata opened this issue Mar 5, 2018 · 2 comments
Closed

css bug! #218

xyzdata opened this issue Mar 5, 2018 · 2 comments

Comments

@xyzdata
Copy link

xyzdata commented Mar 5, 2018

css bug!

sass in css bug.

image

/* Header */


/*
.css-modal_header {
    border-bottom: 1px solid var(--modal--border-color);
    padding: 0 1.2em;
    >h2 {
        margin: 0.5em 0;
    }
}
*/

.css-modal_header {
    border-bottom: 1px solid var(--modal--border-color);
    padding: 0 1.2em;
}

.css-modal_header>h2 {
    border-bottom: 1px solid var(--modal--border-color);
    padding: 0 1.2em;
    margin: 0.5em 0;
}
@xyzdata
Copy link
Author

xyzdata commented Mar 5, 2018

api demo too confused me!

I just make it more simple, more clear.

I just need 3 steps, to realize a modal.

  1. link modal.min.css
  2. insert HTML template
  3. optional, modal.min.js for old browser.

@drublic drublic closed this as completed in ecce4ea May 7, 2018
@drublic
Copy link
Owner

drublic commented May 7, 2018

@xgqfrms-gildata Thanks for the report. Fixed it in ecce4ea.

I get the other problem. I find it too hard too and will try to improve with the new version.

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

2 participants