Skip to content

Commit 3d31be6

Browse files
committedSep 21, 2024·
Fix styling (incorrect converted)
1 parent 450afd7 commit 3d31be6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
 

‎docs/app/styles/app.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
top: 0;
6565
right: 0;
6666
bottom: 0;
67-
background: rgb(71, 1, 1 / 50%);
67+
background: rgb(71 1 1 / 50%);
6868
color: pink;
6969
}
7070

@@ -108,7 +108,7 @@
108108
display: inline-block;
109109
position: relative;
110110
cursor: move;
111-
background-color: hsl(197deg 100% / 45%);
111+
background-color: hsl(197deg 100% 45%);
112112
margin: 0 4px;
113113
}
114114

@@ -129,12 +129,12 @@
129129

130130
.grid-demo .sortable-item.is-dragging,
131131
.horizontal-demo .sortable-item.is-dragging {
132-
background: hsl(197deg 100% / 35%);
132+
background: hsl(197deg 100% 35%);
133133
}
134134

135135
.grid-demo .sortable-item.is-dropping,
136136
.horizontal-demo .sortable-item.is-dropping {
137-
background: hsl(197deg 100% / 40%);
137+
background: hsl(197deg 100% 40%);
138138
z-index: 10;
139139
}
140140

@@ -194,7 +194,7 @@
194194
top: 0;
195195
right: 0;
196196
bottom: 0;
197-
background: rgb(71, 1, 1 / 50%);
197+
background: rgb(71 1 1 / 50%);
198198
color: pink;
199199
}
200200

‎test-app/app/styles/app.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
top: 0;
6565
right: 0;
6666
bottom: 0;
67-
background: rgb(71, 1, 1 / 50%);
67+
background: rgb(71 1 1 / 50%);
6868
color: pink;
6969
}
7070

@@ -138,14 +138,14 @@
138138
display: inline-block;
139139
position: relative;
140140
cursor: move;
141-
background-color: hsl(197deg 100% / 45%);
141+
background-color: hsl(197deg 100% 45%);
142142
margin: 0 4px;
143143
}
144144

145145
.grid-demo .sortable-item .card {
146146
width: 100%;
147147
height: 120px;
148-
background-color: hsl(197deg 100% / 45%);
148+
background-color: hsl(197deg 100% 45%);
149149
text-align: center;
150150
display: flex;
151151
align-items: center;
@@ -155,13 +155,13 @@
155155
.grid-demo .sortable-item.is-dragging .card,
156156
.grid-demo-2 .sortable-item.is-dragging,
157157
.horizontal-demo .sortable-item.is-dragging {
158-
background: hsl(197deg 100% / 35%);
158+
background: hsl(197deg 100% 35%);
159159
}
160160

161161
.grid-demo .sortable-item.is-dropping .card,
162162
.grid-demo-2 .sortable-item.is-dropping,
163163
.horizontal-demo .sortable-item.is-dropping {
164-
background: hsl(197deg 100% / 40%);
164+
background: hsl(197deg 100% 40%);
165165
z-index: 10;
166166
}
167167

@@ -236,7 +236,7 @@
236236
top: 0;
237237
right: 0;
238238
bottom: 0;
239-
background: rgb(71, 1, 1 / 50%);
239+
background: rgb(71 1 1 / 50%);
240240
color: pink;
241241
}
242242

0 commit comments

Comments
 (0)
Please sign in to comment.