mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
remove duplicate style file
This commit is contained in:
parent
42aa4c04ce
commit
8ad9017c1a
@ -113,7 +113,7 @@
|
||||
"testTsconfig": "tsconfig.spec.json",
|
||||
"prefix": "app",
|
||||
"styles": [
|
||||
"styles.css",
|
||||
"styles.scss",
|
||||
"custom-style.scss"
|
||||
],
|
||||
"stylePreprocessorOptions": {
|
||||
@ -324,7 +324,7 @@
|
||||
"testTsconfig": "tsconfig.spec.json",
|
||||
"prefix": "app-dev",
|
||||
"styles": [
|
||||
"styles.css",
|
||||
"styles.scss",
|
||||
"custom-style.scss"
|
||||
],
|
||||
"stylePreprocessorOptions": {
|
||||
|
@ -1,15 +0,0 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
/*@import "~@angular/material/prebuilt-themes/indigo-pink.css";*/
|
||||
|
||||
.mat-form-field input.mat-input-element {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
body, html {
|
||||
height: 100%;
|
||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
@ -1,22 +1,12 @@
|
||||
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
|
||||
.mat-form-field input.mat-input-element {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
body, html {
|
||||
height: 100%;
|
||||
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Roboto, Arial, sans-serif;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.basic-container {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.version-info {
|
||||
font-size: 8pt;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/**
|
||||
* Copyright Google LLC All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by an MIT-style license that can be
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user