border-radius: 0 2px 2px 0;
}
- input.highlight_error {
- background-color: rgba(255, 0, 0, 0.5);
+ input.error {
+ background-color: rgba($red, 0.4);
}
select {
}
}
-.content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
- display: inline;
-}
-
.pagination {
padding-top: $lineheight;
}