.i-btn {
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  opacity: 1;
}

.i-btn-highlight:active {
  opacity: .8;
}

.btn-text {
  text-overflow: ellipsis;
  lines: 1;
  color: $color_warning;
}
