Mercurial > hg > isophonics-drupal-site
view core/themes/classy/css/components/icons.css @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
line wrap: on
line source
/** * @file * Visual styles for icons. */ .icon-help { padding: 1px 0 1px 20px; /* LTR */ background: url(../../../../misc/help.png) 0 50% no-repeat; /* LTR */ } [dir="rtl"] .icon-help { padding: 1px 20px 1px 0; background-position: 100% 50%; } .feed-icon { display: block; overflow: hidden; width: 16px; height: 16px; text-indent: -9999px; background: url(../../../../misc/feed.svg) no-repeat; }