Skip to content

Commit f381003

Browse files
lint fixes
1 parent 40398cd commit f381003

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

routes/connectors-home/style.scss

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,8 @@
3636
padding: 24px;
3737
padding-right: 220px;
3838
background:
39-
linear-gradient(
40-
90deg,
41-
rgba(255, 255, 255, 0.6) 0%,
42-
rgba(255, 255, 255, 0.6) 100%
43-
),
44-
linear-gradient(
45-
90deg,
46-
#89dcdc 0%,
47-
#c7eb5c 46.15%,
48-
#a920c1 100%
49-
);
39+
linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%),
40+
linear-gradient(90deg, #89dcdc 0%, #c7eb5c 46.15%, #a920c1 100%);
5041

5142
&__content {
5243
display: flex;

0 commit comments

Comments
 (0)