remove unused scss import

This commit is contained in:
Eugenio Romano 2017-09-29 17:06:11 +01:00
parent 545b04a642
commit ae1c0a7bca
15 changed files with 0 additions and 20 deletions

View File

@ -1,4 +1,3 @@
@import '~ng2-alfresco-core/styles/theming';
@import '../form'; @import '../form';
.adf { .adf {

View File

@ -1,4 +1,3 @@
@import '~ng2-alfresco-core/styles/theming';
@import '../form'; @import '../form';
.adf { .adf {

View File

@ -1,4 +1,3 @@
@import '~ng2-alfresco-core/styles/theming';
@import '../form'; @import '../form';
.adf { .adf {

View File

@ -1,5 +1,4 @@
@import '../form'; @import '../form';
@import '~ng2-alfresco-core/styles/mixins';
@mixin mat-dynamic-table-theme($theme) { @mixin mat-dynamic-table-theme($theme) {
$foreground: map-get($theme, foreground); $foreground: map-get($theme, foreground);

View File

@ -1,5 +1,3 @@
@import '~ng2-alfresco-core/styles/theming';
.adf { .adf {
&-checkbox-label { &-checkbox-label {

View File

@ -1,5 +1,3 @@
@import '~ng2-alfresco-core/styles/theming';
.adf { .adf {
&-date-editor { &-date-editor {
width: 100%; width: 100%;

View File

@ -1,5 +1,3 @@
@import '~ng2-alfresco-core/styles/theming';
.adf { .adf {
&-dropdown-editor-select { &-dropdown-editor-select {
width: 100%; width: 100%;

View File

@ -1,4 +1,3 @@
@import '~ng2-alfresco-core/styles/theming';
.adf { .adf {
&-text-editor { &-text-editor {

View File

@ -1,4 +1,3 @@
@import '~ng2-alfresco-core/styles/theming';
@import '../form'; @import '../form';
.adf { .adf {

View File

@ -1,4 +1,3 @@
@import '~ng2-alfresco-core/styles/theming';
@import '../form'; @import '../form';
.adf { .adf {

View File

@ -1,5 +1,3 @@
@import '~@angular/material/theming';
@mixin mat-people-widget-theme($theme) { @mixin mat-people-widget-theme($theme) {
$primary: map-get($theme, primary); $primary: map-get($theme, primary);
$background: map-get($theme, background); $background: map-get($theme, background);

View File

@ -1,4 +1,3 @@
@import '~ng2-alfresco-core/styles/theming';
@import '../form'; @import '../form';
.adf { .adf {

View File

@ -1,4 +1,3 @@
@import '~ng2-alfresco-core/styles/theming';
@import '../form'; @import '../form';
.adf { .adf {

View File

@ -1,4 +1,3 @@
@import '~ng2-alfresco-core/styles/theming';
@import '../form'; @import '../form';
.adf { .adf {

View File

@ -1,5 +1,3 @@
@import '~@angular/material/theming';
@mixin mat-search-autocomplete-theme($theme) { @mixin mat-search-autocomplete-theme($theme) {
$primary: map-get($theme, primary); $primary: map-get($theme, primary);
$accent: map-get($theme, accent); $accent: map-get($theme, accent);