}
.sponsors-column {
float: left;
- margin-left: 20 * $px;
+ margin-right: 20 * $px;
width: 147 * $px;
p {
font-size: .75em;
list-style: none;
}
-.messages .error {
+.messages li {
top: 20px;
left: 20px;
- border: 1px solid black;
- background: red;
+ &.error {
+ background: red;
+ border: 1px solid black;
+ }
+ &.info {
+ background: #ed7831;
+ border: none;
+ }
border-radius: 0.938em;
padding: 5px 2px;
color: white;