[ADF-3746] Add style lint rules (#3975)

* add stylelint

* fix style first part

*  fix style second part

*  fix style third part

*  fix style fourth part

* Fix e2e tests first part

* Fix e2e tests second part

* Rebase branch

*  fix style third part

*  fix style fourth part

* Fix list error

* fix insights

* fix style abotu component

* Fix e2e tests second part

* Rebase branch

*  fix style third part

*  fix style fourth part

* Fix list error

* Fix e2e tests second part

* Rebase branch

*  fix style third part

*  fix style fourth part

* Fix list error

* [ADF-3746] Rebase branch

* Fix e2e tests second part

* Rebase branch

*  fix style third part

*  fix style fourth part

* Fix list error

* Fix e2e tests second part

* Rebase branch

* Fix list error

* fix new style added

* tslint fix

* [ADF-3746] Fix scss errors on Process Filters Cloud component
This commit is contained in:
davidcanonieto
2018-11-28 14:43:18 +00:00
committed by Eugenio Romano
parent 5fc03cf26b
commit 1a21f234b6
234 changed files with 2328 additions and 1058 deletions

View File

@@ -3,7 +3,7 @@
$foreground: map-get($theme, foreground);
$adf-viewer-background-color: mat-color($background, card);
.full-screen {
.adf-full-screen {
width: 100%;
height: 100%;
background-color: $adf-viewer-background-color;
@@ -58,7 +58,7 @@
&-container {
.adf-viewer-layout-content {
@extend .full-screen;
@extend .adf-full-screen;
position: relative;
overflow-y: hidden;
overflow-x: hidden;
@@ -80,7 +80,7 @@
}
.adf-viewer-layout {
@extend .full-screen;
@extend .adf-full-screen;
display: flex;
flex-direction: row;
@@ -90,7 +90,7 @@
}
.adf-viewer-content {
@extend .full-screen;
@extend .adf-full-screen;
flex: 1;
& > div {
@@ -102,14 +102,14 @@
&-overlay-container {
.adf-viewer-content {
position: fixed;
top: 0px;
left: 0px;
top: 0;
left: 0;
z-index: 1000;
}
}
&-inline-container {
@extend .full-screen;
@extend .adf-full-screen;
}
&-content-container {
@@ -179,7 +179,7 @@
overflow: hidden;
}
.info-drawer-content {
.adf-info-drawer-content {
height: 100%;
}