Created
October 30, 2017 23:17
-
-
Save larodiel/c9a7bf0d6002d6f2f90521ef130c4953 to your computer and use it in GitHub Desktop.
Icegram css reset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** Popup **/ | |
body .mfp-s-ready .ig_popup.ig_container { | |
border:1px solid transparent; | |
max-width: 740px; | |
background-color:#fff; /*Popup background color*/ | |
} | |
body .mfp-s-ready .ig_popup.ig_container .ig_message { | |
padding: 0; | |
} | |
body .mfp-s-ready .ig_popup.ig_container br, | |
body .mfp-s-ready .ig_popup.ig_container p:empty { | |
display: none; | |
} | |
body .mfp-s-ready .ig_popup.ig_container br.bl, | |
body .mfp-s-ready .ig_popup.ig_container br.bl { | |
display: block; | |
} | |
body .mfp-s-ready .ig_popup.ig_container .submit-btn, | |
body .mfp-s-ready .ig_popup.ig_container button, | |
body .mfp-s-ready .ig_popup.ig_container input[type="submit"], | |
body .mfp-s-ready .ig_popup.ig_container input[type="button"], | |
body .mfp-s-ready .ig_popup.ig_container .ig_button { | |
font-size: .8em; | |
border-radius:0; | |
max-width: 100px; | |
width: 100% !important; | |
} | |
body .mfp-s-ready .ig_popup.ig_container .submit-btn:focus, | |
body .mfp-s-ready .ig_popup.ig_container button:focus, | |
body .mfp-s-ready .ig_popup.ig_container input[type="submit"]:focus, | |
body .mfp-s-ready .ig_popup.ig_container input[type="button"]:focus, | |
body .mfp-s-ready .ig_popup.ig_container .ig_button:focus, | |
body .mfp-s-ready .ig_popup.ig_container .submit-btn:active, | |
body .mfp-s-ready .ig_popup.ig_container button:active, | |
body .mfp-s-ready .ig_popup.ig_container input[type="submit"]:active, | |
body .mfp-s-ready .ig_popup.ig_container input[type="button"]:active, | |
body .mfp-s-ready .ig_popup.ig_container .ig_button:active { | |
box-shadow: none; | |
outline: 0; | |
} | |
body .mfp-s-ready .ig_popup.ig_container .submit-btn:hover, | |
body .mfp-s-ready .ig_popup.ig_container button:hover, | |
body .mfp-s-ready .ig_popup.ig_container input[type="submit"]:hover, | |
body .mfp-s-ready .ig_popup.ig_container input[type="button"]:hover, | |
body .mfp-s-ready .ig_popup.ig_container .ig_button:hover { | |
box-shadow: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment