mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added blur filter in saperpage
This commit is contained in:
@@ -20,10 +20,24 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
padding-top: 10%;
|
padding-top: 10%;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background: #17181C;
|
background: #17181C;
|
||||||
|
backdrop-filter: blur(100px);
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg {
|
||||||
|
background: #293561;
|
||||||
|
filter: blur(120px);
|
||||||
|
position: absolute;
|
||||||
|
top: 250px;
|
||||||
|
transform: rotate(180deg);
|
||||||
|
left: 200px;
|
||||||
|
width: 40%;
|
||||||
|
height: 55%;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
.saper-start {
|
.saper-start {
|
||||||
|
z-index: 1;
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background: #22252F;
|
background: #22252F;
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
<chat-component id="chat"></chat-component>
|
<chat-component id="chat"></chat-component>
|
||||||
|
|
||||||
<section class="saper">
|
<section class="saper">
|
||||||
|
<div class="bg"></div>
|
||||||
<div class="saper-start">
|
<div class="saper-start">
|
||||||
<div class="saper-start__content title-saper padding-elements">
|
<div class="saper-start__content title-saper padding-elements">
|
||||||
<h2>Сапёр</h2>
|
<h2>Сапёр</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user