nycJSorg/angular-presentation

View on GitHub
libs/utils/src/lib/sync/components/poll/sync-poll-viewer/sync-poll-viewer-choice/sync-poll-viewer-choice.component.css

Summary

Maintainability
Test Coverage
.button-wrapper {
  margin-bottom: 10px;
}

.button-wrapper button {
  width: 100%;
  position: relative;
}

.letter {
  position: absolute;
  left: -10px;
  top: 0;
  width: 32px;
  border: 1px #ddd solid;
  border-radius: 10px;
  background: #fff;
  transform: rotate(-5deg);
  color: rgba(0, 0, 0, 0.87);
}

button[disabled].selected {
  background: #ff4e3d;
}