// @import "~@covalent/core/theming/all-theme"; @import "~@angular/material/theming"; // @import '../node_modules/@angular/material/theming'; @import "~@angular/material/prebuilt-themes/indigo-pink.css"; // Material-Bootstrap configuration @import "~bootstrap/scss/bootstrap"; // Custom Theme // @import "./assets/scss/blue-theme.scss"; // Define a theme. // $primary: mat-palette($app-blue-theme-primary-palette); // $accent: mat-palette($mat-pink, A200, A100, A400); // $theme: mat-light-theme($primary, $accent); // Include all theme styles for the components. // @include angular-material-theme($theme); // @include covalent-theme($theme); .snackbar-warning { background-color: #f39010; color: #f3efef; } .snackbar-success { background-color: #109204; color: #f3efef; } .snackbar-error { background-color: #cf1407; color: #111010; } .lightblue-btn { background-color: rgb(0, 178, 159) !important; color: white !important; // background-color: rgba(0, 112, 192, 1) !important; } .listing-item { margin-top: 0.5em; padding: 0.5em; cursor: pointer; border: 3px solid #f2f2f2; .title { color: black; } .grant-title { color: rgb(93, 125, 173); } .gray-icon { color: rgb(191, 191, 191); } .chip { padding: 0.1em 1em; border-radius: 10em; background-color: #0d7489; // background-color: rgba(0, 112, 192, 1); color: #fff; text-transform: uppercase; font-weight: 500; max-width: 160px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .bordered-chip { padding: 0.1em 1em; border: 0.1em solid rgb(218, 227, 243); border-radius: 10em; background-color: rgb(236, 241, 249); color: rgb(0, 178, 159); // color: rgba(0, 112, 192, 1); // color: rgb(68, 114, 196); text-transform: uppercase; font-weight: 500; max-width: 160px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .squared-chip { padding: 0.1em 1em; border: 0.1em solid rgb(236, 241, 249); border-radius: 0.5em; background-color: rgb(246, 246, 246); color: rgb(127, 127, 127); max-width: 160px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } mat-icon { width: auto; height: auto; } .mr-5 { margin-right: 2rem !important; } .info { background-color: #f6f6f6; padding: 8px 15px; margin-bottom: 15px; } .info p { margin-bottom: 0px; color: rgb(37, 35, 140); font-weight: 600; } .chip p { margin-bottom: 0px; } // .draft-bookmark { // color: #e7e6e6; // display: inline; // position: absolute; // padding-top: 3px; // } // .finalized-bookmark { // color: #08bd63; // // color: #92d050; // display: inline; // position: absolute; // padding-top: 3px; // } h4 span { color: #089dbb; font-weight: 600; } } .listing { .mat-card { margin: 1em 0; } .col-9 { display: flex; flex-direction: column; } } .gray-container { background: linear-gradient(180deg, #f6f6f6, #fff); margin: 5px 0px; } .main-content { background-color: #f5f5f5; padding-top: 4.68rem; padding-bottom: 3rem; // padding-left: 3.31rem; padding-left: 1rem; margin: 0; display: flex; flex-grow: 1; }