feat: Popup
This commit is contained in:
+3
-2
@@ -5,6 +5,7 @@
|
||||
|
||||
|
||||
#popup-overlay {
|
||||
top: 0;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -180,7 +181,7 @@
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.helpimg {
|
||||
#help {
|
||||
max-width: 100%;
|
||||
width: 3vw;
|
||||
height: auto;
|
||||
@@ -195,7 +196,7 @@
|
||||
|
||||
}
|
||||
|
||||
.helpimg:hover {
|
||||
#help:hover {
|
||||
box-shadow: 0.7em 0.7em 0em 0px rgba(0, 0, 0, 0.8);
|
||||
transform: translate(0, 0.2em);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user