mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e41a52286f
This reverts commit 9bc15994ce.
PR Close #55326
10 lines
184 B
CSS
10 lines
184 B
CSS
/* Component Communication cookbook specific styles */
|
|
.seconds {
|
|
background-color: black;
|
|
color: red;
|
|
font-size: 3em;
|
|
margin: 0.3em 0;
|
|
text-align: center;
|
|
width: 1.5em;
|
|
}
|