|
|
@@ -242,6 +242,7 @@ export default {
|
|
|
z-index: 5;
|
|
|
}
|
|
|
.info-box{
|
|
|
+ backdrop-filter: blur(16px);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: flex-end;
|
|
|
@@ -253,7 +254,7 @@ export default {
|
|
|
top: 0;
|
|
|
width: 220px;
|
|
|
height: 200px;
|
|
|
- background: white;
|
|
|
+ background: #ffffff88;
|
|
|
border-radius: 8px;
|
|
|
box-shadow: 0 1px 4px 0 #00000022;
|
|
|
opacity: 0;
|
|
|
@@ -278,8 +279,12 @@ export default {
|
|
|
cursor: pointer;
|
|
|
padding: 8px 24px;
|
|
|
color: $menuText;
|
|
|
- background: $menuBg;
|
|
|
+ border: 1px solid transparent;
|
|
|
&:hover{
|
|
|
+ border-left-color: #ffffff88;
|
|
|
+ border-top-color: #ffffff88;
|
|
|
+ border-bottom-color: #2563EB11;
|
|
|
+ border-right-color: #2563EB11;
|
|
|
color: $menuActiveText;
|
|
|
background: $menuActiveBg;
|
|
|
}
|