mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
change background to dots
This commit is contained in:
parent
2011fd688c
commit
74608b2f87
|
@ -28,7 +28,7 @@ $--badge-warning-color: #6b5900;
|
||||||
// Warning tooltip
|
// Warning tooltip
|
||||||
$--warning-tooltip-color: #ff8080;
|
$--warning-tooltip-color: #ff8080;
|
||||||
|
|
||||||
$--custom-node-view-background : #faf9fe;
|
$--custom-node-view-background : #FDFCFF;
|
||||||
|
|
||||||
// Table
|
// Table
|
||||||
$--custom-table-background-main: $--custom-header-background;
|
$--custom-table-background-main: $--custom-header-background;
|
||||||
|
|
|
@ -2686,7 +2686,7 @@ export default mixins(
|
||||||
top: -5000px;
|
top: -5000px;
|
||||||
left: -5000px;
|
left: -5000px;
|
||||||
background-size: 50px 50px;
|
background-size: 50px 50px;
|
||||||
background-image: linear-gradient(to right, #eeeefe 1px, transparent 1px), linear-gradient(to bottom, #eeeefe 1px, transparent 1px);
|
background-image: radial-gradient(circle at 3px 3px, #C5CDD3 3px, transparent 1px);;
|
||||||
}
|
}
|
||||||
|
|
||||||
.move-active {
|
.move-active {
|
||||||
|
|
Loading…
Reference in a new issue