angular/aio/content/examples/component-interaction/src/assets/demo.css
2017-09-21 17:05:54 -07:00

9 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;
}