Skip to content

Commit f5fe4ac

Browse files
committed
refactor: Stylelint fixes
1 parent 3e9f0de commit f5fe4ac

File tree

2 files changed

+24
-26
lines changed

2 files changed

+24
-26
lines changed

buildchain/src/css/pages/import.css

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,41 @@
66
*/
77

88
.retour-import-list-group-item {
9-
position: relative;
10-
display: block;
11-
padding: 10px 15px;
12-
margin-bottom: -1px;
13-
background-color: #fff;
14-
border: 1px solid #ddd;
15-
cursor: move;
9+
position: relative;
10+
display: block;
11+
padding: 10px 15px;
12+
margin-bottom: -1px;
13+
background-color: #fff;
14+
border: 1px solid #ddd;
15+
cursor: move;
1616
}
1717

1818
.retour-import-field-group-item {
19-
position: relative;
20-
display: block;
21-
padding: 10px 15px;
22-
margin-bottom: -1px;
23-
background-color: #fff;
24-
border: 1px solid #ddd;
25-
cursor: arrow;
19+
position: relative;
20+
display: block;
21+
padding: 10px 15px;
22+
margin-bottom: -1px;
23+
background-color: #fff;
24+
border: 1px solid #ddd;
25+
cursor: default;
2626
}
2727

2828
.retour-import-arrow-item {
29-
position: relative;
30-
display: block;
31-
padding: 11px 15px;
29+
position: relative;
30+
display: block;
31+
padding: 11px 15px;
3232
}
3333

3434
.retour-import-drag-area {
35-
min-height: 100px;
35+
min-height: 100px;
3636
}
3737

3838
.retour-empty-item {
39-
background:
40-
repeating-linear-gradient(
41-
-55deg,
42-
#ddd,
43-
#ddd 10px,
44-
#eee 10px,
45-
#eee 20px
39+
background: repeating-linear-gradient(
40+
-55deg,
41+
#ddd,
42+
#ddd 10px,
43+
#eee 10px,
44+
#eee 20px
4645
);
4746
}

buildchain/src/css/tailwind-config.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
*/
1414
@import "tailwindcss/theme.css";
1515
@import "tailwindcss/utilities.css";
16-
1716
@config "../../tailwind.config.ts";
1817
@source "../../../src/templates";
1918
@source "../.././node_modules/vuetable-2/src/components/";

0 commit comments

Comments
 (0)