Created
November 3, 2016 16:00
-
-
Save EliJDonahue/58fac1b963a76b675c7425c22ed37440 to your computer and use it in GitHub Desktop.
[ArasLabs/custom-form-css] Define style for fieldsets
This file contains 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
.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