Skip to content

Instantly share code, notes, and snippets.

@EliJDonahue
Created November 3, 2016 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EliJDonahue/58fac1b963a76b675c7425c22ed37440 to your computer and use it in GitHub Desktop.
Save EliJDonahue/58fac1b963a76b675c7425c22ed37440 to your computer and use it in GitHub Desktop.
[ArasLabs/custom-form-css] Define style for fieldsets
.info_group {
background: #E8EEEF;
color: #000;
height: 330px;
width: 185px;
display: inline-block;
margin-left: 10px;
margin-top: 15px;
border-radius: 15px 15px 15px 0px;
border: 1px solid #D9DEDF;
}
.user_group {
height: 330px;
width: 185px;
display: inline-block;
margin-left: 10px;
margin-top: 15px;
border-radius: 15px 15px 15px 0px;
border: 2px solid #D9DEDF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment