First working version

This commit is contained in:
Chi Vinh Le
2017-08-25 19:21:57 +07:00
parent f0931b4dc6
commit 6ae68a4f90
35 changed files with 502 additions and 169 deletions
@@ -9,13 +9,15 @@
cursor: pointer;
}
.list {
.menu {
background: white;
position: absolute;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
right: 0px;
top: 20px;
z-index: 10;
min-height: 32px;
min-width: 64px;
}
.list > ul, .list > ul > li {