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

31 lines
356 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 {
2018-10-18 15:02:17 +02:00
padding: 5px 0;
2017-07-03 10:47:08 +02:00
}
}
.lookup-help {
margin: 30px 20px;
h3 {
font-weight: bold;
color: #337ab7;
margin-top: 15px;
font-size: 14px;
text-transform: uppercase;
}
b {
2017-06-28 14:02:54 +02:00
}
}