diff --git a/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css b/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css index 8b97670..dc37845 100644 --- a/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css +++ b/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css @@ -282,6 +282,7 @@ input[type="number"]::-webkit-outer-spin-button { .square h2 { transition: .2s; opacity: 1; + user-select: none; } .square-text { @@ -381,4 +382,30 @@ input[type="number"]::-webkit-outer-spin-button { top: 455px; } -/* /Saper Game */ \ No newline at end of file +/* /Saper Game */ + +/* Media */ + +@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) { + .saper-game__content { + width: auto; + } + .crystals-btns__choices button, .btn-style__diamonds button { + padding: 4px 13px; + } + .diamond-icon { + top: 12px; + left: 35px; + } + #diamonds-input { + width: 60%; + } + .btns-style__steps button { + padding: 6px 9px; + } + .card-info img { + width: 100%; + } +} + +/* /Media */ \ No newline at end of file diff --git a/luckydiamond/src/assets/css/global.css b/luckydiamond/src/assets/css/global.css index 0076b02..0005b7c 100644 --- a/luckydiamond/src/assets/css/global.css +++ b/luckydiamond/src/assets/css/global.css @@ -153,7 +153,7 @@ body, html { .saper { grid-area: saper; - height: 96.2%; + /*height: 96.2%;*/ } /* /Saper */ \ No newline at end of file