Skip to content

Instantly share code, notes, and snippets.

@pixelmatrix
Created August 24, 2010 23:03
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 pixelmatrix/548515 to your computer and use it in GitHub Desktop.
Save pixelmatrix/548515 to your computer and use it in GitHub Desktop.
@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