mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added styles and logic for checkvalidation, erorbtn and clickplaybtn
This commit is contained in:
@@ -255,6 +255,23 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.error-block {
|
||||
position: absolute;
|
||||
top: 440px;
|
||||
}
|
||||
|
||||
.error-block h2 {
|
||||
color: #982f2f;
|
||||
font-weight: 700;
|
||||
font-family: Montserrat Alternates;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.animate-start-btn {
|
||||
animation: shake 0.6s cubic-bezier(.36, .07, .19, .97);
|
||||
opacity: 50%;
|
||||
}
|
||||
|
||||
/* Saper Game */
|
||||
|
||||
.saper-game {
|
||||
|
||||
Reference in New Issue
Block a user