This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/core/themes/seven/css/components/messages.css

13 lines
155 B
CSS

/**
* Messages.
*/
.messages {
margin: 9px 0 10px 8px; /* LTR */
}
[dir="rtl"] .messages {
margin: 9px 8px 10px 0;
}
.messages pre {
margin: 0;
}