Updated registration form and login stuff
This commit is contained in:
@@ -197,6 +197,42 @@
|
||||
}
|
||||
|
||||
|
||||
.pexpo-core-image-drop-zone {
|
||||
position: relative;
|
||||
border: 2px dashed #ccc;
|
||||
border-radius: 8px;
|
||||
padding: 40px 20px;
|
||||
text-align: center;
|
||||
background-color: #f9f9f9;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.pexpo-core-image-drop-zone:hover,
|
||||
.pexpo-core-image-drop-zone.is-dragover {
|
||||
background-color: #e1f5fe;
|
||||
border-color: #03a9f4;
|
||||
}
|
||||
|
||||
.pexpo-core-image-drop-zone input[type="file"] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#pexpo-core-image-preview {
|
||||
max-width: 200px;
|
||||
display: none;
|
||||
margin: 20px auto 0;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
@keyframes scrolling {
|
||||
to {
|
||||
transform: translate3d(-50%, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user