@import (reference) '../../theme/index.less';

.socialIconsContainer {
  display: flex;
  justify-content: flex-start;
}
.socialIcon {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 3px;
  border-radius: 50%;
  background-color: @white;
  border: 1px solid @gray-02;
  background-image: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
  &:hover {
    transition-duration: 0.4s;
    background-color: @gray-01;
  }
}
.iconColor {
  fill: @gray-06;
}
