UNPKG
@dknight/puff
Version:
latest (0.7.2)
0.7.2
0.7.1
0.7.0
Full-featured, lightweight CSS framework that maintained
github.com/dknight/puff
dknight/puff
@dknight/puff
/
src
/
modules
/
dropdown.css
15 lines
(12 loc)
•
209 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.dropdown
{
position
: relative; }
.dropdown-menu
{
background
:
var
(--c-surf);
display
: none; }
.dropdown
.open
>
.dropdown-menu
{
display
: block;
position
: absolute;
transform
:
translateY
(
7px
); }