AugurProject/augur-ui

View on GitHub
src/modules/forking/components/migrate-rep-form/migrate-rep-form.styles.less

Summary

Maintainability
Test Coverage
@import (reference) '~assets/styles/shared';

ul.MigrateRepForm__fields {
  flex-flow: column nowrap;
  justify-content: flex-start;

  h3 {
    color: @color-white;
  }
}

.MigrateRepForm__outcome_rep_total {
  color: white;
  font-size: 0.7em;
  padding-left: 1em;
}

.MigrateRepForm__winning_outcome {
  color: #9e82ef;
  font-size: small;
  font-weight: bold;
  margin-left: 2em;
  text-transform: uppercase;
}

.MigrateRepForm__button {
  background: @color-lighter-purple;
  border-radius: 3px;
  color: @color-white;
  font-size: @font-size-extra-small;
  font-weight: 500;
  padding: 0.8em;
}

.MigrateRepForm__container {
  margin-right: 0.6em;
  position: absolute;
  right: 0;
}