1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

17 lines
193 B
SCSS
Raw Normal View History

2017-06-28 14:02:54 +02:00
.lookup-result-summary {
ul {
list-style: none;
padding: 0px;
margin: 0px;
}
li {
padding: 8px;
padding-left: 15px;
cursor: pointer;
}
}