/* Rules for messages pages */
.messages {
- button[type="submit"] {
- margin: auto;
- white-space: nowrap;
- }
-
.inbox-row {
background: $offwhite;
}
}
}
-.inbox-row .inbox-mark-read {
- display: none !important;
-}
-
-.inbox-sent {
- white-space: nowrap;
-}
-
-.inbox-row-unread .inbox-mark-unread {
- display: none !important;
-}
-
.search_form {
background-color: $lightgrey;