Cloud-CV/EvalAI

View on GitHub
frontend_v2/src/app/components/utility/modal/modal.component.scss

Summary

Maintainability
Test Coverage
@import './variables.scss';

.editor-validation-message {
  color: $highlight;
  margin-bottom: 20px;
}

.buttons {
  ul {
    margin-right: 20px;
  }
}

code {
  max-width: 650px;
}

.content-instructions {
  width: 760px;
}

.cross-icon {
  float: right;
}