Mercurial > hg > isophonics-drupal-site
annotate 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 |
rev | line source |
---|---|
Chris@0 | 1 /** |
Chris@0 | 2 * @file |
Chris@0 | 3 * Visual styles for icons. |
Chris@0 | 4 */ |
Chris@0 | 5 |
Chris@0 | 6 .icon-help { |
Chris@18 | 7 padding: 1px 0 1px 20px; /* LTR */ |
Chris@0 | 8 background: url(../../../../misc/help.png) 0 50% no-repeat; /* LTR */ |
Chris@0 | 9 } |
Chris@0 | 10 [dir="rtl"] .icon-help { |
Chris@18 | 11 padding: 1px 20px 1px 0; |
Chris@0 | 12 background-position: 100% 50%; |
Chris@0 | 13 } |
Chris@0 | 14 .feed-icon { |
Chris@18 | 15 display: block; |
Chris@0 | 16 overflow: hidden; |
Chris@0 | 17 width: 16px; |
Chris@0 | 18 height: 16px; |
Chris@18 | 19 text-indent: -9999px; |
Chris@18 | 20 background: url(../../../../misc/feed.svg) no-repeat; |
Chris@0 | 21 } |