mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9bbf009dff
PR Close #19248
14 lines
151 B
CSS
14 lines
151 B
CSS
.parent {
|
|
color: #666;
|
|
margin: 14px 0;
|
|
padding: 8px;
|
|
}
|
|
input {
|
|
margin: 4px;
|
|
padding: 4px;
|
|
}
|
|
.comment {
|
|
color: red;
|
|
font-style: italic;
|
|
}
|