https://github.com/angular/angular
Raw File
Tip revision: 9517ae3f239baa071acd8dd11bcb9464e98da3a1 authored by Misko Hevery on 03 February 2021, 22:01:50 UTC
release: cut the v11.1.2 release
Tip revision: 9517ae3
app.component.css
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;
}

p span {
  color: red;
  font-size: 70%;
}
back to top