refactor: Upgrade to Prettier 3 (no-changelog) (#6947)
Supersedes https://github.com/n8n-io/n8n/pull/6937 Excluding fixtures and test workflow JSONs to avoid having to update tests.
This commit is contained in:
@@ -179,7 +179,8 @@
|
||||
> .el-tabs__header .el-tabs__item {
|
||||
border-bottom: 1px solid transparent;
|
||||
border-left: 1px solid var(--border-color-base);
|
||||
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
|
||||
transition:
|
||||
color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
|
||||
padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||
&:first-child {
|
||||
border-left: none;
|
||||
@@ -211,7 +212,9 @@
|
||||
@include mixins.m(border-card) {
|
||||
background: var.$color-white;
|
||||
border: 1px solid var(--border-color-base);
|
||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
|
||||
box-shadow:
|
||||
0 2px 4px 0 rgba(0, 0, 0, 0.12),
|
||||
0 0 6px 0 rgba(0, 0, 0, 0.04);
|
||||
|
||||
> .el-tabs__content {
|
||||
padding: 15px;
|
||||
|
||||
Reference in New Issue
Block a user