https://github.com/angular/angular
Raw File
Tip revision: e2e8ba6ffa382319c4f8b8cc4bc43814e7c0f97c authored by Igor Minar on 19 September 2017, 22:22:05 UTC
release: cut the 4.4.3 release
Tip revision: e2e8ba6
app.component.css
/* #docregion */
button {
  min-width: 100px;
  font-size: 100%;
}

code, .code {
  background-color: #eee;
  color: black;
  font-family: Courier, sans-serif;
  font-size: 85%;
}

div.code {
  width: 400px;
}

.heroic {
  font-size: 150%;
  font-weight: bold;
}

hr {
  margin: 40px 0
}

td, th {
  text-align: left;
  vertical-align: top;
}

/* #docregion p-span */
p span { color: red; font-size: 70%; }
/* #enddocregion p-span */
back to top