mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-01 06:41:41 +00:00
41 lines
648 B
SCSS
41 lines
648 B
SCSS
body.embedded {
|
|
nav.top-bar{
|
|
ul.left, ul.center, ul.right li.current_hub {
|
|
display: none;
|
|
}
|
|
|
|
ul.right {
|
|
width: auto !important;
|
|
li {
|
|
float: left;
|
|
line-height: 4.6875rem;
|
|
height: 4.6875rem;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
|
|
&.show-for-large-up {
|
|
display: inherit !important;
|
|
}
|
|
&.show-for-medium-down {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
footer {
|
|
.footer-local {
|
|
display: none;
|
|
}
|
|
.footer-global {
|
|
padding-bottom: 0;
|
|
|
|
.row {
|
|
display: none;
|
|
}
|
|
.row:first-of-type {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
}
|