Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / classy / css / components / icons.css
1 /**
2  * @file
3  * Visual styles for icons.
4  */
5
6 .icon-help {
7   background: url(../../../../misc/help.png) 0 50% no-repeat; /* LTR */
8   padding: 1px 0 1px 20px; /* LTR */
9 }
10 [dir="rtl"] .icon-help {
11   background-position: 100% 50%;
12   padding: 1px 20px 1px 0;
13 }
14 .feed-icon {
15   background: url(../../../../misc/feed.svg) no-repeat;
16   overflow: hidden;
17   text-indent: -9999px;
18   display: block;
19   width: 16px;
20   height: 16px;
21 }