nycJSorg/angular-presentation

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

Summary

Maintainability
Test Coverage
:host ::ng-deep .slide.slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  padding: 0 20vw;
}

::ng-deep {
  font-weight: 300;
}

.button-wrapper {
  margin: 20px 0;
}