angular-cn/public/docs/_examples/toh-6/ts/sample.css

8 lines
128 B
CSS

/* #docregion */
.error {color:red;}
button.delete-button{
float:right;
background-color: gray !important;
color:white;
}