@use "../../base/utilities/index" as *;

.footer-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  color: $color-border;
  font-size: 12px;
  &.has-text-danger {
    color: $red-80 !important;
  }
  &.has-text-success {
    color: $green-50 !important;
  }
}
