Mercurial > hg > isophonics-drupal-site
view core/themes/classy/css/components/icons.css @ 9:1fc0ff908d1f
Add another data file
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 12:34:32 +0000 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
line wrap: on
line source
/** * @file * Visual styles for icons. */ .icon-help { background: url(../../../../misc/help.png) 0 50% no-repeat; /* LTR */ padding: 1px 0 1px 20px; /* LTR */ } [dir="rtl"] .icon-help { background-position: 100% 50%; padding: 1px 20px 1px 0; } .feed-icon { background: url(../../../../misc/feed.svg) no-repeat; overflow: hidden; text-indent: -9999px; display: block; width: 16px; height: 16px; }