Created
August 24, 2010 23:03
-
-
Save pixelmatrix/548515 to your computer and use it in GitHub Desktop.
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
@import base.sass | |
.main-col | |
.grey-box | |
margin-bottom: 20px | |
padding: 10px | |
.email-input | |
width: 300px | |
.existing-user | |
width: 300px | |
ul | |
padding: 0 0 10px 0 | |
border-bottom: solid 1px $border-light | |
margin: 0 0 10px 0 | |
+clearfix | |
li | |
+inline-block | |
width: 230px | |
font-size: 11px | |
h4 | |
margin-bottom: 5px | |
img | |
+float-left | |
margin-right: 10px | |
.remove-link | |
color: $negative-color | |
.test | |
color: orange | |
.pending | |
+inline-block | |
padding: 2px | |
background: #FAEBB3 | |
+border-radius(3px) | |
color: #A27B07 | |
&:last-child | |
border-bottom: none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment