mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
dropdown tweaks
This commit is contained in:
parent
8072ba448a
commit
503814cd0b
@ -21,6 +21,15 @@
|
|||||||
border: .3rem solid transparent;
|
border: .3rem solid transparent;
|
||||||
border-top-color: inherit;
|
border-top-color: inherit;
|
||||||
margin-bottom: -.2rem;
|
margin-bottom: -.2rem;
|
||||||
|
transition: .15s ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown.show &,
|
||||||
|
.dropdown--hover:hover & {
|
||||||
|
&:after {
|
||||||
|
transform: rotate(180deg);
|
||||||
|
margin-bottom: .2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user