icons.css
Same filename in this branch
Same filename in other branches
- 9 core/profiles/demo_umami/themes/umami/css/classy/components/icons.css
- 9 core/themes/seven/css/classy/components/icons.css
- 9 core/themes/claro/css/classy/components/icons.css
- 9 core/themes/bartik/css/classy/components/icons.css
- 9 core/themes/starterkit_theme/css/components/icons.css
- 9 core/themes/classy/css/components/icons.css
- 10 core/profiles/demo_umami/themes/umami/css/classy/components/icons.css
- 10 core/themes/claro/css/classy/components/icons.css
- 10 core/themes/starterkit_theme/css/components/icons.css
- 11.x core/profiles/demo_umami/themes/umami/css/classy/components/icons.css
- 11.x core/themes/claro/css/classy/components/icons.css
- 11.x core/themes/starterkit_theme/css/components/icons.css
Visual styles for icons.
File
-
core/
themes/ claro/ css/ classy/ components/ icons.css
View 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;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.