| kumaran.m | 3b4814a | 2020-05-01 19:48:54 +0530 | [diff] [blame] | 1 | /* |
| 2 | Copyright 2020 TATA ELXSI |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the 'License'); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | |
| 16 | Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.in), BARATH KUMAR R (barath.r@tataelxsi.co.in) |
| 17 | */ |
| 18 | /*Roboto Fonts*/ |
| 19 | $roboto-font-path: "~roboto-fontface/fonts" !default; |
| SANDHYA.JS | 0a34dfa | 2023-04-25 23:59:41 +0530 | [diff] [blame] | 20 | @import "../../../node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-regular.scss"; |
| kumaran.m | 3b4814a | 2020-05-01 19:48:54 +0530 | [diff] [blame] | 21 | /*Custom mixin*/ |
| 22 | @import "mixins/mixin.scss"; |
| 23 | /*Theme setup color*/ |
| 24 | @import "variable"; |
| 25 | /*bootstrap styles*/ |
| SANDHYA.JS | 0a34dfa | 2023-04-25 23:59:41 +0530 | [diff] [blame] | 26 | @import "../../../node_modules/bootstrap/scss/bootstrap.scss"; |
| kumaran.m | 3b4814a | 2020-05-01 19:48:54 +0530 | [diff] [blame] | 27 | /*Custom theme styles*/ |
| 28 | @import "app.scss"; |
| 29 | /*Code Mirror styles*/ |
| SANDHYA.JS | 0a34dfa | 2023-04-25 23:59:41 +0530 | [diff] [blame] | 30 | @import "../../../node_modules/codemirror/lib/codemirror.css"; |
| 31 | @import "../../../node_modules/codemirror/addon/fold/foldgutter.css"; |
| 32 | @import "../../../node_modules/codemirror/theme/neat.css"; |
| 33 | @import "../../../node_modules/codemirror/theme/material.css"; |
| 34 | @import "../../../node_modules/codemirror/addon/dialog/dialog.css"; |
| 35 | @import "../../../node_modules/codemirror/addon/display/fullscreen.css"; |
| kumaran.m | 3b4814a | 2020-05-01 19:48:54 +0530 | [diff] [blame] | 36 | /*ng-select styles*/ |
| SANDHYA.JS | 0a34dfa | 2023-04-25 23:59:41 +0530 | [diff] [blame] | 37 | @import "../../../node_modules/@ng-select/ng-select/themes/default.theme.css"; |
| kumaran.m | 3b4814a | 2020-05-01 19:48:54 +0530 | [diff] [blame] | 38 | /*Angular notifier styles*/ |
| SANDHYA.JS | 0a34dfa | 2023-04-25 23:59:41 +0530 | [diff] [blame] | 39 | @import "../../../node_modules/angular-notifier/styles/core.scss"; |
| 40 | @import "../../../node_modules/angular-notifier/styles/themes/theme-material.scss"; |
| 41 | @import "../../../node_modules/angular-notifier/styles/themes/theme-material.scss"; |
| 42 | @import "../../../node_modules/angular-notifier/styles/types/type-success.scss"; |
| 43 | @import "../../../node_modules/angular-notifier/styles/types/type-error.scss"; |
| 44 | @import "../../../node_modules/angular-notifier/styles/types/type-warning.scss"; |
| 45 | @import "../../../node_modules/angular-notifier/styles/types/type-default.scss"; |
| SANDHYA.JS | 1b17c43 | 2023-04-26 17:54:57 +0530 | [diff] [blame] | 46 | @import "../../../node_modules/angular-notifier/styles/types/type-info.scss"; |
| 47 | /*toastr styles*/ |
| SANDHYA.JS | c84f112 | 2024-06-04 21:50:03 +0530 | [diff] [blame^] | 48 | @import '/node_modules/ngx-toastr/toastr'; |