@@ -1956,11 +1956,11 @@ const handleExplainBack = () => {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background:
|
background:
|
||||||
linear-gradient(180deg, rgba(224, 225, 0, 0.18) 0, rgba(224, 225, 0, 0) 46px),
|
linear-gradient(180deg, rgba(224, 225, 0, 0.14) 0, rgba(224, 225, 0, 0) 46px),
|
||||||
#060704;
|
#443c2d;
|
||||||
border: 1px solid rgba(224, 225, 0, 0.34);
|
border: 1px solid #95855e;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
|
box-shadow: 0 12px 28px rgba(58, 50, 35, 0.26);
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
z-index: 1003;
|
z-index: 1003;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user