Bump stylelint from 13.13.1 to 14.2.0 (#7431)

* Bump stylelint from 13.13.1 to 14.2.0

Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.13.1 to 14.2.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.13.1...14.2.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* upgrade to newest stylelint

* fix style issues

* fix color function rules to match old Angular

* rollback modern color func

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
This commit is contained in:
dependabot[bot]
2022-01-05 09:21:09 +00:00
committed by GitHub
parent cd02fb2040
commit 28bdab1146
165 changed files with 1606 additions and 971 deletions

View File

@@ -1,8 +1,8 @@
.app-app-crumb {
opacity: 0.5;
opacity: 0.5;
}
.app-filter-crumb {
opacity: 0.8;
margin-left: 5px;
opacity: 0.8;
margin-left: 5px;
}

View File

@@ -1,3 +1,4 @@
app-cloud-task-filters .app-filters__entry, app-cloud-process-filters .app-filters__entry {
padding-left: 0 !important;
app-cloud-task-filters .app-filters__entry,
app-cloud-process-filters .app-filters__entry {
padding-left: 0 !important;
}

View File

@@ -1,7 +1,7 @@
.app-cloud-layout-overflow {
overflow: auto;
overflow: auto;
}
.app-cloud-layout-tab-body .mat-tab-body-wrapper {
height: 100%;
height: 100%;
}

View File

@@ -4,11 +4,11 @@
}
&-cloud-layout-overflow {
width:67%;
width: 67%;
}
&-process-cloud-header {
margin-left: 10px;
width: 25%;
}
}
}

View File

@@ -1,20 +1,18 @@
.app {
&-task-detail-container {
display: flex;
}
&-task-title {
margin-left:15px;
margin-left: 15px;
}
&-task-control {
width:70%;
width: 70%;
}
&-demop-card-container {
width:30%;
width: 30%;
font-family: inherit;
}
}

View File

@@ -1,11 +1,12 @@
.app {
&-section {
mat-card-title {
font-size:18px;
font-size: 18px;
font-weight: bold;
}
mat-radio-group {
margin:7px 10px;
margin: 7px 10px;
mat-radio-button {
margin: 0 3px;
@@ -13,17 +14,16 @@
}
mat-card-content {
.app-preselect-value {
margin-right: 15px;
min-width: 25%;
&-big {
width:60%;
width: 60%;
}
&-full {
width:100%;
width: 100%;
}
}
}

View File

@@ -1,15 +1,14 @@
.app {
.app {
&-process-cloud-container {
display: flex;
}
&-cloud-layout-overflow {
width:67%;
width: 67%;
}
&-process-cloud-header {
margin-left: 10px;
width: 25%;
}
}
}

View File

@@ -1,20 +1,18 @@
.app {
&-task-detail-container {
display: flex;
}
&-task-title {
margin-left:15px;
margin-left: 15px;
}
&-task-control {
width:70%;
width: 70%;
}
&-demop-card-container {
width:30%;
width: 30%;
font-family: inherit;
}
}

View File

@@ -1,5 +1,4 @@
.app {
&-appName-input {
width: 500px;
margin-right: 50px;