Change alternative
This commit is contained in:
@@ -235,10 +235,12 @@ button.outline {
|
||||
}
|
||||
|
||||
.menu-alternative {
|
||||
max-height: fit-content;
|
||||
align-self: flex-start;
|
||||
border-radius: 14px;
|
||||
padding: 1rem 1.1rem;
|
||||
border: 1px dashed rgba(234, 179, 8, 0.45);
|
||||
background: linear-gradient(160deg, rgba(234, 179, 8, 0.1), rgba(234, 179, 8, 0.02));
|
||||
background: linear-gradient(160deg, rgba(234, 179, 8, 0.08), rgba(234, 179, 8, 0.015));
|
||||
box-shadow:
|
||||
inset 0 0 0 1px rgba(255, 255, 255, 0.03),
|
||||
0 16px 32px rgba(0, 0, 0, 0.22);
|
||||
|
||||
Reference in New Issue
Block a user