You are here

feed-icon.css in Drupal 8

Feed icon styles for Bartik.

File

core/themes/bartik/css/components/feed-icon.css
View source
  1. /**
  2. * @file
  3. * Feed icon styles for Bartik.
  4. */
  5. .feed-icon {
  6. display: inline-block;
  7. padding-bottom: 2px;
  8. border-bottom: 1px solid transparent;
  9. }
  10. .feed-icon:focus,
  11. .feed-icon:hover {
  12. border-color: #018fe2;
  13. }