DropDown component. Renamed files.

This commit is contained in:
Mike Cao 2020-07-30 20:11:43 -07:00
parent ff4492ffb5
commit 9f112c8cc9
16 changed files with 149 additions and 48 deletions

View file

@ -1,5 +1,9 @@
.buttons {
display: flex;
position: absolute;
top: 0;
right: 0;
margin: auto;
}
.button {
@ -11,6 +15,10 @@
cursor: pointer;
}
.button:last-child {
margin-right: 0;
}
.button:hover {
background: #eaeaea;
}