Skip to content

Instantly share code, notes, and snippets.

@MomokoSanchez
Created April 20, 2022 17:34
Show Gist options
  • Save MomokoSanchez/61690e0656f21b551a146e0d341ba81d to your computer and use it in GitHub Desktop.
Save MomokoSanchez/61690e0656f21b551a146e0d341ba81d to your computer and use it in GitHub Desktop.
h4.text-uppercase {
display : none;
}
div.agency-sign-up>div>div:nth-of-type(1)>h1 {
color : #3a0ca3;
font-size : 70px;
margin : 30px 0px 10px;
}
div.agency-sign-up>div>div:nth-of-type(1)>span {
color : #3a0ca3;
font-weight : 600;
}
div.agency-sign-up>div>div:nth-of-type(1)>p {
margin : 20px 0px 10px;
}
div.agency-sign-up>div>div:nth-of-type(1)>div>img:nth-of-type(1) {
height : 40px;
}
div.agency-sign-up>div>div:nth-of-type(1)>div>img:nth-of-type(2) {
height : 40px;
}
div.agency-sign-up>div>div:nth-of-type(1)>div>img:nth-of-type(3) {
height : 40px;
}
div.agency-sign-up>div>div:nth-of-type(1)>div>img:nth-of-type(2) {
margin : 0px 10px;
}
div.agency-sign-up>div>div:nth-of-type(1)>h2 {
color : #3a0ca3;
font-size : 20px;
font-weight : 600;
margin : 40px 0px 10px;
}
div.agency-sign-up>div>div:nth-of-type(1)>div>img:nth-of-type(1) {
margin : 0px 10px 0px 0;
}
div.agency-sign-up>div>div:nth-of-type(1) {
padding : 40px;
}
#signup-form {
padding : 40px;
}
div.agency-sign-up>div>div:nth-of-type(1)>h1 {
margin : 0px 0px 10px;
}
div.wrap-container {
background-color : rgb(255, 255, 255);
}
div.agency-sign-up>div>div:nth-of-type(1)>h2 {
margin : 40px 0px 15px;
}
div.agency-sign-up>div>div:nth-of-type(1) {
padding : 40px 40px 40px 80px;
}
#signup-form {
padding : 40px 80px 40px 40px;
}
div.agency-sign-up>div {
margin : 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment