Update login.html

This commit is contained in:
Tara Rostami 2024-02-28 14:19:21 +03:30 committed by GitHub
parent ee79781733
commit 5f0be67f0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,9 @@
border-radius: 2rem; border-radius: 2rem;
padding: 3rem; padding: 3rem;
transition: all 0.3s; transition: all 0.3s;
user-select:none;
-webkit-user-select:none;
-moz-user-select: none;
} }
#login:hover { #login:hover {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);