mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
import inter fonts in index.html, changed px -> % in saperpage
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Poppins:wght@400;600&family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap" rel="stylesheet">
|
||||
<title>LuckyDiamond</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -57,6 +57,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
width: 27%;
|
||||
height: 70%;
|
||||
margin-top: 2.6%;
|
||||
}
|
||||
|
||||
.padding-elements {
|
||||
@@ -246,7 +247,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
/* Saper Game */
|
||||
|
||||
.saper-game {
|
||||
margin: -40px 0 0 75px;
|
||||
margin: -2.75% 0 0 5.1%;
|
||||
}
|
||||
|
||||
.saper-game__content {
|
||||
@@ -254,8 +255,8 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
border-radius: 20px;
|
||||
background: #22252F;
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
width: 760px;
|
||||
height: 577px;
|
||||
width: 85%;
|
||||
height: 83%;
|
||||
}
|
||||
|
||||
.square {
|
||||
@@ -272,19 +273,19 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
}
|
||||
|
||||
.margin-lines .firstline {
|
||||
margin-top: 26px;
|
||||
margin-top: 5%;
|
||||
}
|
||||
|
||||
.margin-lines {
|
||||
padding-left: 26px;
|
||||
padding-left: 2%;
|
||||
}
|
||||
|
||||
.margin-lines li {
|
||||
margin: 10px 10px 2px 0;
|
||||
margin: 2% 10px 1% 0;
|
||||
}
|
||||
|
||||
.info-emeralds {
|
||||
margin: 26px 0 0 21px;
|
||||
margin: 13.5% 0 0 10.5%;
|
||||
}
|
||||
|
||||
.card-info {
|
||||
@@ -292,12 +293,12 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
border: 1px solid #2B4D6C;
|
||||
background: linear-gradient(180deg, #252C47 0%, #252C47 8.33%, rgba(37, 44, 71, 0.00) 100%);
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
width: 170px;
|
||||
height: 250px;
|
||||
width: 85%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.text-style__subtitle h2 {
|
||||
margin: 13px 0 6px 10px;
|
||||
margin: 8% 0 6px 6.3%;
|
||||
color: #FFF;
|
||||
font-weight: 800;
|
||||
line-height: 18px;
|
||||
@@ -308,7 +309,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
}
|
||||
|
||||
.text-style__comment p {
|
||||
margin-left: 10px;
|
||||
margin-left: 6.3%;
|
||||
color: #9CA5C7;
|
||||
font-weight: 400;
|
||||
line-height: 13px;
|
||||
@@ -318,7 +319,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
}
|
||||
|
||||
.info-crystals {
|
||||
margin: 26px 0 0 21px;
|
||||
margin: 13.5% 0 0 10.5%;
|
||||
}
|
||||
|
||||
/* /Saper Game */
|
||||
Reference in New Issue
Block a user