mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-25 05:45:15 +00:00
17 lines
278 B
SCSS
17 lines
278 B
SCSS
@import "foundation4/foundation/variables";
|
|
@import "foundation4/foundation/components/global";
|
|
|
|
.search-result {
|
|
min-height: 3em;
|
|
padding: 15px 0;
|
|
|
|
.secondary-info {
|
|
font-size: 0.8em;
|
|
color: #b7b7b7;
|
|
}
|
|
}
|
|
|
|
.with-separator {
|
|
border-bottom: 1px solid #E0E0E0;
|
|
}
|