Mercurial > hg > isophonics-drupal-site
view core/themes/bartik/css/components/messages.css @ 1:1a348b17ec81
Logo and header background
author | Chris Cannam |
---|---|
date | Thu, 30 Nov 2017 14:56:35 +0000 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
line wrap: on
line source
/** * @file * Styles for Bartik's messages. */ .messages__wrapper { padding: 20px 0 5px 8px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 8px 0; } [dir="rtl"] .messages__wrapper { padding: 20px 8px 5px 0; }