//
// Close icons
// --------------------------------------------------


.close {
  font-size: 20px;
  opacity: 1;

  &:hover,
  &:focus {
    opacity: 1;
  }
  .icon {
    width: 14px;
    height: 14px;
    &, & * {
      fill: $close-color;
    }
  }
}
