Skip to content

Commit 0a4c316

Browse files
committed
👌 IMPROVE: Updated CSS for admin settings styles
1 parent 221c72b commit 0a4c316

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

admin/css/clwc-admin.css

+24-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
/**
2-
* All of the CSS for your admin-specific functionality should be
3-
* included in this file.
4-
*/
1+
/* Custom styling for the image upload section */
2+
.clwc-image-upload-wrapper {
3+
display: flex;
4+
flex-direction: column;
5+
align-items: center;
6+
background: #ffffff;
7+
padding: 15px;
8+
border: 1px solid #ddd;
9+
border-radius: 5px;
10+
max-width: 200px;
11+
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
12+
}
13+
14+
.clwc-image-preview {
15+
max-width: 100%;
16+
border-radius: 4px;
17+
margin-bottom: 10px;
18+
}
19+
20+
.clwc-upload-image-button,
21+
.clwc-remove-image-button {
22+
width: 100%;
23+
margin: 5px 0;
24+
}

0 commit comments

Comments
 (0)