diff --git a/package.json b/package.json index 1fb01703..2b08c852 100644 --- a/package.json +++ b/package.json @@ -48,27 +48,27 @@ "@ngrx/effects": "^10.0.1", "@ngrx/entity": "^10.0.1", "@ngrx/store": "^10.0.1", + "@ngu/carousel": "^3.0.1", "@nguniversal/builders": "^14.0.3", "@nguniversal/common": "^14.0.3", "@nguniversal/express-engine": "^14.0.3", "@ngx-lite/input-star-rating": "^0.3.7", "@ngx-lite/json-ld": "^0.6.4", - "ngx-progressbar": "^6.0.3", - "@ngu/carousel": "^3.0.1", "@types/crypto-js": "^3.1.40", "@types/express": "^4.17.9", "angular-svg-round-progressbar": "^5.0.2", "bootstrap": "4.1.3", "crypto-js": "^3.1.9-1", - "jsonapi-deserializer": "^0.1.1", "express": "^4.17.1", "fibers": "^4.0.2", "font-awesome": "^4.7.0", "hammerjs": "^2.0.8", "immutable": "^4.0.0-rc.12", + "jsonapi-deserializer": "^0.1.1", "ng-lazyload-image": "^7.0.1", "ng2-ui-auth": "^9.2.0", "ngx-bootstrap": "^6.2.0", + "ngx-progressbar": "^6.0.3", "ngx-toastr": "^16.0.2", "picturefill": "^3.0.3", "reselect": "^4.0.0", @@ -94,6 +94,7 @@ "@types/morris.js": "~0.5.7", "@types/node": "^12.11.7", "@types/scriptjs": "^0.0.2", + "autoprefixer": "^10.4.16", "codelyzer": "^6.0.0", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", @@ -104,9 +105,11 @@ "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "nswag": "^11.20.1", + "postcss": "^8.4.31", "protractor": "~7.0.0", "source-map-explorer": "^1.6.0", "sw-precache": "^5.2.1", + "tailwindcss": "^3.3.5", "ts-node": "~7.0.1", "tslint": "~6.1.0", "typescript": "4.9.5", @@ -116,4 +119,4 @@ "main": "index.js", "repository": "git@github.com:aviabird/angularspree.git", "author": "Pankaj Rawat " -} \ No newline at end of file +} diff --git a/src/app/app.component.scss b/src/app/app.component.scss deleted file mode 100644 index 1baaefe0..00000000 --- a/src/app/app.component.scss +++ /dev/null @@ -1,165 +0,0 @@ -@import '../app/shared/scss/_selected_theme_variables'; -:host { - min-height: 100vh; - display: block; - .main-body { - margin-top: 50px; - } -} - -.issearchopen :host ::ng-deep .main-body { - @media screen and (min-width: 320px) and (max-width: 768px) { - margin-top: 48px; - } -} - -:host ::ng-deep.ngx-input-star-rating__btn { - background-color: transparent; - border: 0; - cursor: pointer; - position: relative; - width: 26px; - height: 8px; -} - -:host ::ng-deep.ngx-input-star-rating__btn svg { - position: absolute; - top: -12px; - left: 5px; -} - -:host ::ng-deep.ngx-input-star-rating__btn { - background-color: transparent; - border: 0; - cursor: pointer; - position: relative; - width: 26px; - height: 8px; -} - -:host ::ng-deep.ngx-input-star-rating__btn svg { - position: absolute; - top: -12px; - left: 5px; -} - -:host ::ng-deepngx-input-star-rating { - display: inline-block; - --color-star-default: #ddd; - --color-star-highlight: #fe9700; -} - -:host ::ng-deepngx-input-star-rating { - display: inline-block; - --color-star-default: #ddd; - --color-star-highlight: #fe9700; -} - -:host ::ng-deep.themebtnprimary { - background: darken($theme-action-color, 30); - &:focus { - @include gradient-y( - $start-color: $theme-action-color, - $end-color: darken($theme-action-color, 40), - $start-percent: 0%, - $end-percent: 45% - ); - } - @include gradient-y( - $start-color: $theme-action-color, - $end-color: darken($theme-action-color, 40), - $start-percent: 0%, - $end-percent: 45% - ); - color: $white; - border: 1px solid darken($theme-action-color, 55); - border-radius: 0.4rem; - padding: 0.5rem; - font-weight: 300 !important; - box-shadow: 0px 2px 4.6px darken($theme-action-color, 25); - width: 100%; - color: $white; - // font-family: "Roboto Regular"; - font-size: 1.4em; - margin: 10px auto; - text-transform: capitalize; -} - -:host ::ng-deep.themebtnprimarybasic { - &:focus { - @include gradient-y( - $start-color: $theme-action-color, - $end-color: darken($theme-action-color, 40), - $start-percent: 0%, - $end-percent: 45% - ); - } - text-transform: capitalize; - color: $white; - border: 1px solid darken($theme-action-color, 55); - box-shadow: 0px 2px 4.6px darken($theme-action-color, 25); - &:focus { - @include gradient-y( - $start-color: $theme-action-color, - $end-color: darken($theme-action-color, 40), - $start-percent: 0%, - $end-percent: 45% - ); - } - @include gradient-y( - $start-color: $theme-action-color, - $end-color: darken($theme-action-color, 40), - $start-percent: 0%, - $end-percent: 45% - ); -} - -:host ::ng-deep.themebtnprimarysade { - @include gradient-y( - $start-color: $theme-action-color, - $end-color: darken($theme-action-color, 30), - $start-percent: 0%, - $end-percent: 95% - ); -} - -:host ::ng-deep.themebtndisable { - @include gradient-y( - $start-color: $gray-200, - $end-color: $gray-600, - $start-percent: 0%, - $end-percent: 95% - ); - box-shadow: 0px 2px 4.6px darken($gray-600, 25); - border: 1px solid darken($gray-600, 55); -} - -.btn:not(:disabled):not(.disabled):active, -.btn:not(:disabled):not(.disabled).active { - @include gradient-y( - $start-color: $theme-action-color, - $end-color: darken($theme-action-color, 25), - $start-percent: 0%, - $end-percent: 80% - ); -} - -.btn:not(:disabled):not(.disabled):active, -.btn:not(:disabled):not(.disabled).active { - background-image: auto !important; -} - -:host ::ng-deep .page-item.active .page-link { - z-index: 1; - color: $white; - background-color: darken($theme-action-color, 55); - border-color: darken($theme-action-color, 55); -} - -:host ::ng-deep .page-link { - color: $gray-900; - &:hover { - background-color: darken($theme-action-color, 25); - border-color: darken($theme-action-color, 25); - } -} diff --git a/src/app/app.component.ts b/src/app/app.component.ts index cbe12661..41dba97f 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -23,7 +23,7 @@ import { AuthActions } from './auth/actions/auth.actions'; @Component({ selector: 'app-root', templateUrl: './app.component.html', - styleUrls: ['./app.component.scss'] + }) export class AppComponent implements OnInit, OnDestroy { currentUrl: string; diff --git a/src/app/auth/components/forget-password/forget-password.component.html b/src/app/auth/components/forget-password/forget-password.component.html index dd6b6543..e5cf664b 100644 --- a/src/app/auth/components/forget-password/forget-password.component.html +++ b/src/app/auth/components/forget-password/forget-password.component.html @@ -1,10 +1,10 @@ -
-
-
-
-