Skip to content

Instantly share code, notes, and snippets.

@surajair
Created February 26, 2018 16:18
Show Gist options
  • Save surajair/cddb3278ab31e4a1e07665f2c4bbb33a to your computer and use it in GitHub Desktop.
Save surajair/cddb3278ab31e4a1e07665f2c4bbb33a to your computer and use it in GitHub Desktop.
re-capcha.css
.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