/**
 * @file
 * Styles for Icon Links Block.
 */
.icon-link-item {
  transition: all 0.3s ease;
}

.icon-link-item:hover {
  opacity: 0.8;
}
