.release-link-status.success-text {
  color: rgba(16, 124, 16, 1);
  color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }

.release-link-status.info-text {
  color: rgba(0, 120, 212, 1);
  color: var(--status-info-foreground,rgba(0, 120, 212, 1));
  width: 100%; }

.release-link-status.warning-text {
  color: rgba(250, 157, 45, 1);
  color: var(--status-warning-foreground,rgba(250, 157, 45, 1)); }

.release-link-status-text {
  display: inline-block;
  width: 90%; }
