Skip to content

Commit e38974a

Browse files
committed
New styles added for demo2
1 parent 6f7b4a0 commit e38974a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

css/uploader.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ body {
4646
#demo1-form{
4747
margin-top: 40px;
4848
}
49+
#demo2-form{
50+
margin-top: 40px;
51+
}
4952
.btn{
5053
padding: 8px 34px;
5154
background-color: #9c27b0;
@@ -90,4 +93,12 @@ body {
9093
}
9194
#my-profile-file-selector{
9295
display: none;
96+
}
97+
98+
#remove-profile-btn-1{
99+
display: none;
100+
margin-top: 12px;
101+
}
102+
#my-profile-file-selector-1{
103+
display: none;
93104
}

0 commit comments

Comments
 (0)