nycJSorg/angular-presentation

View on GitHub
apps/kirjs/src/app/modules/stack/stack-game/stack-function/stack-function.component.css

Summary

Maintainability
Test Coverage
:host {
  white-space: nowrap;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
}

.arrow {
  text-align: center;
}

:host.disabled {
  opacity: 0.4;
  background: #eee;
}

.inputs {
  justify-self: end;
  white-space: nowrap;
}