mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
17 lines
193 B
SCSS
17 lines
193 B
SCSS
|
|
.lookup-result-summary {
|
|
ul {
|
|
list-style: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
li {
|
|
padding: 8px;
|
|
padding-left: 15px;
|
|
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|