Save
This commit is contained in:
@@ -1151,15 +1151,28 @@ p {
|
||||
position: absolute;
|
||||
padding-inline-start: 0;
|
||||
list-style-type: none;
|
||||
background: #ebebeb;
|
||||
border: 1px solid $cGrayText;
|
||||
border-radius: 5px;
|
||||
background: #fff;
|
||||
border: 0.5px solid #d8d8d8;
|
||||
box-shadow: 0 4px 4px #e9e3de;
|
||||
padding: 4px 0;
|
||||
|
||||
min-width: max-content;
|
||||
right: 0;
|
||||
|
||||
li {
|
||||
a {
|
||||
font-size: 12px;
|
||||
color: $cGrayText;
|
||||
padding: 4px 12px;
|
||||
padding: 5px;
|
||||
margin: 2px 5px;
|
||||
border-radius: 3px;
|
||||
display: block;
|
||||
transition: all 250ms ease-in-out;
|
||||
|
||||
&:hover {
|
||||
background: $cYellow;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user