DropDown component. Renamed files.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user