dev #10
|
@ -100,11 +100,14 @@ watch(() => route.params.target, () => {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
font-size: 5rem;
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
background: white;
|
background: white;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
font-size: 0;
|
||||||
|
svg {
|
||||||
|
font-size: 5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue