created dropdown component
This commit is contained in:
@ -14,32 +14,39 @@
|
||||
.header {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.upload-btn {
|
||||
.upload-dropdown-container {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 7px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 0.9rem;
|
||||
border-radius: 50px;
|
||||
border: none;
|
||||
height: 2.2rem;
|
||||
padding-right: 1rem;
|
||||
padding-left: 1rem;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s ease;
|
||||
.add-sign {
|
||||
font-size: 1.5rem;
|
||||
margin-top: auto;
|
||||
margin-right: 5px;
|
||||
color: white;
|
||||
.upload-dropdown-btn {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
font-size: 0.9rem;
|
||||
border-radius: 50px;
|
||||
border: none;
|
||||
height: 2.2rem;
|
||||
padding-right: 1rem;
|
||||
padding-left: 1rem;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s ease;
|
||||
.add-sign {
|
||||
font-size: 1.5rem;
|
||||
margin-top: auto;
|
||||
}
|
||||
}
|
||||
.upload-dropdown-btn:hover {
|
||||
background-color: #9e9e9e;
|
||||
}
|
||||
.upload-dropdown-btn-active {
|
||||
border-radius: 12.5px 12.5px 0 0;
|
||||
}
|
||||
.upload-dropdown {
|
||||
background-color: #f0ecec;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
.upload-btn:hover {
|
||||
background-color: #9e9e9e;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
Reference in New Issue
Block a user