.tag {
  display: inline;

  padding: 3px 10px 5px;

  font-size: 85%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;

  color: $color-white;
  border-radius: 4px;
  background-color: $color-blue-gray;
}

.tag--primary {
  background-color: $color-blue;
}

.tag--success {
  background-color: $color-green;
}

.tag--danger {
  background-color: $color-red;
}

// Copyright AXA Versicherungen AG 2015
