fix: help icon
This commit is contained in:
parent
a23bc7d733
commit
e57dc07601
Binary file not shown.
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 290 B |
@ -420,7 +420,7 @@
|
|||||||
|
|
||||||
#help {
|
#help {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
width: 3vw;
|
width: 3rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 2rem;
|
margin: 2rem;
|
||||||
bottom: 0.2vw;
|
bottom: 0.2vw;
|
||||||
@ -428,7 +428,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
box-shadow: 0.4em 0.4em 0em 0px rgba(0, 0, 0, 0.8);
|
box-shadow: 0.4em 0.4em 0em 0px rgba(0, 0, 0, 0.8);
|
||||||
transition: 0.5s;
|
transition: 0.5s;
|
||||||
border-radius: 1em;
|
border-radius: 0.5rem;
|
||||||
background-color: rgba(0, 0, 0, 0);
|
background-color: rgba(0, 0, 0, 0);
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user