@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
34 lines (31 loc) • 517 B
CSS
.new-modal {
z-index: 1100;
display: block;
padding-top: 0px;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.2);
}
.new-card {
width: 500px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media screen and (max-width: 576px) {
.new-card {
width: 90%;
}
}
.badge-group {
min-height: 1.5rem;
border: dashed 1px lightgray;
}
.available-hints {
padding: 5px 0 5px 20px;
background-color: #0000000d;
}