Skip to content

Commit 04ccdc9

Browse files
committed
4261: Applied coding standards
1 parent 8e93339 commit 04ccdc9

File tree

4 files changed

+16
-19
lines changed

4 files changed

+16
-19
lines changed

src/app.scss

+16-16
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,22 @@ body,
6262
}
6363
}
6464

65+
.preview-overlay {
66+
background: white;
67+
z-index: 1021;
68+
position: fixed;
69+
top: 0;
70+
right: 0;
71+
bottom: 0;
72+
left: 0;
73+
overflow: hidden;
74+
75+
button {
76+
position: fixed;
77+
z-index: 20;
78+
}
79+
}
80+
6581
.table {
6682
td {
6783
vertical-align: middle;
@@ -108,22 +124,6 @@ body,
108124
}
109125
}
110126

111-
.preview-overlay {
112-
background: white;
113-
z-index: 1021;
114-
position: fixed;
115-
top: 0;
116-
right: 0;
117-
bottom: 0;
118-
left: 0;
119-
overflow: hidden;
120-
121-
button {
122-
position: fixed;
123-
z-index: 20;
124-
}
125-
}
126-
127127
.preview-close-button {
128128
top: 0;
129129
right: 0;

src/components/playlist/playlist-campaign-form.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ function PlaylistCampaignForm({
234234
className="preview-overlay d-flex justify-content-center align-items-center flex-column"
235235
>
236236
<Button
237-
id="close_preview_button"
238237
variant="primary"
239238
type="button"
240239
className="preview-close-button"

src/components/screen/screen-form.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ function ScreenForm({
335335
className="preview-overlay d-flex justify-content-center align-items-center flex-column"
336336
>
337337
<Button
338-
id="close_preview_button"
339338
variant="primary"
340339
type="button"
341340
className="preview-close-button"

src/components/slide/slide-form.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ function SlideForm({
443443
className="preview-overlay d-flex justify-content-center align-items-center flex-column"
444444
>
445445
<Button
446-
id="close_preview_button"
447446
variant="primary"
448447
type="button"
449448
className="preview-close-button"

0 commit comments

Comments
 (0)