Version 1
[yaffs-website] / web / core / themes / classy / css / components / icons.css
diff --git a/web/core/themes/classy/css/components/icons.css b/web/core/themes/classy/css/components/icons.css
new file mode 100644 (file)
index 0000000..5918373
--- /dev/null
@@ -0,0 +1,21 @@
+/**
+ * @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;
+}