UNPKG

@hicoder/angular-cli

Version:

Angular UI componenets and service generator. It works with the mean-rest-express package to generate the end to end web application. The input to this generator is the Mongoose schema defined for the express application. mean-rest-express exposes the Res

43 lines (36 loc) 572 B
.alerts { padding-top: 0px; } .alert { padding: 10px; width: 100%; color: white; opacity: 1; transition: opacity 0.6s; margin-top: 0; text-align: center; font-size: 15px; margin-bottom: 0; border: white solid 1px; } .closebtn { margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 30px; line-height: 20px; cursor: pointer; transition: 0.3s; } .closebtn:hover { color: black; } .alertLink { cursor: pointer; text-decoration: underline; color: white; } .alertLink:hover { color: white; }