hover fix
This commit is contained in:
parent
537bacca38
commit
5ff46cb62a
1 changed files with 7 additions and 3 deletions
|
@ -66,7 +66,7 @@ if (bond10 === 'false') {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: var(--c-darkergray);
|
background-color: var(--c-darkergray);
|
||||||
border-color: var(--c-darkgray);
|
border-color: var(--c-darkgray);
|
||||||
padding: 0em 0.75em;
|
padding: 0em 0.75em 0.5rem 0.75em;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
height: auto;
|
height: auto;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -96,7 +96,7 @@ if (bond10 === 'false') {
|
||||||
transform: scaleY(0);
|
transform: scaleY(0);
|
||||||
transform-origin: top;
|
transform-origin: top;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 95%;
|
top: 92.5%;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
border-radius: 0px 0px 1.25rem 1.25rem;
|
border-radius: 0px 0px 1.25rem 1.25rem;
|
||||||
|
@ -119,7 +119,7 @@ if (bond10 === 'false') {
|
||||||
|
|
||||||
@media (min-width: 512px) {
|
@media (min-width: 512px) {
|
||||||
article {
|
article {
|
||||||
padding: 10px 10px;
|
padding: 10px;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
@ -132,5 +132,9 @@ if (bond10 === 'false') {
|
||||||
.bond-ce {
|
.bond-ce {
|
||||||
height: 3.5rem;
|
height: 3.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.expand-on-hover {
|
||||||
|
top: 95%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue