https://github.com/angular/angular
Raw File
Tip revision: c2149dfaa82aa0e1963d4a8b1f49063a9c4a9d69 authored by Andrew Scott on 20 March 2024, 19:25:38 UTC
release: cut the v17.3.1 release
Tip revision: c2149df
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