added styles from ld-test server

This commit is contained in:
Kostya
2023-12-23 10:26:59 +03:00
parent 1145907d2d
commit 31d17d71d9
3 changed files with 10 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ input[type="number"]::-webkit-outer-spin-button {
background: #22252F; background: #22252F;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
width: 27%; width: 27%;
height: 70%; height: 74%;
margin-top: 2.6%; margin-top: 2.6%;
} }
@@ -228,7 +228,7 @@ input[type="number"]::-webkit-outer-spin-button {
} }
.saper-start__steps { .saper-start__steps {
margin-top: 2.8%; margin-top: 1%;
} }
.steps-btns__display { .steps-btns__display {
@@ -261,7 +261,7 @@ input[type="number"]::-webkit-outer-spin-button {
background: #22252F; background: #22252F;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
width: 85%; width: 85%;
height: 83%; height: 90%;
} }
.square { .square {
@@ -309,7 +309,7 @@ input[type="number"]::-webkit-outer-spin-button {
} }
.margin-lines { .margin-lines {
padding-left: 2%; padding-left: 4%;
} }
.margin-lines li { .margin-lines li {

View File

@@ -69,7 +69,7 @@
/* GameMode */ /* GameMode */
.gamemode__content--text h2 { .gamemode__content--text h2 {
margin: 3.2% 0 .5% 8%; margin: 1.2% 0 .5% 8%;
text-transform: uppercase; text-transform: uppercase;
color: #FFF; color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
@@ -86,7 +86,7 @@
.gamemode__content--card { .gamemode__content--card {
display: flex; display: flex;
margin-top: 1.8%; margin-top: 1.2%;
} }
.bg-card { .bg-card {
@@ -127,7 +127,7 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding-top: 8.7%; padding-top: 4.7%;
} }
.line__content .line__btn--main .line__btn { .line__content .line__btn--main .line__btn {
@@ -200,7 +200,7 @@
.gamemode__twoline--first__element { .gamemode__twoline--first__element {
width: 100%; width: 100%;
margin: 3% 3.6% 0 5.5%; margin: 2% 3.6% 0 5.5%;
min-height: 180px; min-height: 180px;
} }
@@ -233,7 +233,7 @@
} }
.gamemode__twoline--two__element { .gamemode__twoline--two__element {
margin-top: 3%; margin-top: 2%;
width: 100%; width: 100%;
min-height: 180px; min-height: 180px;
} }

View File

@@ -120,7 +120,7 @@ body, html {
grid-area: main; grid-area: main;
width: 82%; width: 82%;
height: 90%; height: 90%;
margin: 3% auto 0 8%; margin: 2% auto 0 8%;
} }
/* /Main */ /* /Main */