change activation complete green and add styles for faq

This commit is contained in:
Brittany Cheng
2012-07-24 18:04:54 -04:00
committed by Arjun Singh
parent 1d5e42f175
commit 388ddc5365
2 changed files with 21 additions and 3 deletions

View File

@@ -85,7 +85,7 @@
}
.success-message-colors {
background: rgb(99, 236, 137);
border: 1px solid rgb(17, 202, 54);
color: rgb(35, 143, 14);
background: rgb(19, 159, 58);
border: 1px solid rgb(6, 65, 18);
color: rgb(255, 255, 255);
}

View File

@@ -273,6 +273,24 @@
}
}
}
.faq {
@include clearfix;
}
.responses {
float: left;
}
.response {
margin-bottom: 40px;
h3 {
font-family: $sans-serif;
font-weight: 700;
margin-bottom: 15px;
}
}
}
}