Created
February 26, 2018 16:18
-
-
Save surajair/cddb3278ab31e4a1e07665f2c4bbb33a to your computer and use it in GitHub Desktop.
re-capcha.css
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
.g-recaptcha { | |
> div{ | |
width: 100%; | |
height: auto; | |
} | |
} | |
.g-recaptcha{ | |
iframe{ | |
width: 100%; | |
height: auto; | |
.rc-anchor{ | |
width: 100%; | |
height: auto; | |
background: #fff; | |
color: #000; | |
border: 2px solid #446aeb; | |
padding: 23px 0px; | |
} | |
} | |
} | |
.rc-anchor-content { | |
display: flex; | |
align-items: center; | |
height: auto; | |
} | |
.rc-anchor-compact .rc-anchor-checkbox-label{ | |
display: inline-block; | |
} | |
.rc-anchor-compact-footer{ | |
display: inline-block; | |
max-width: 100%; | |
margin-top: -35px; | |
margin-right: -35px; | |
float: right; | |
position:relative; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment