mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-06 02:51:34 +00:00
72 lines
1.1 KiB
SCSS
72 lines
1.1 KiB
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;
|
|
}
|
|
li.powered-by {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
&.show-for-large-up {
|
|
display: inherit !important;
|
|
}
|
|
&.show-for-medium-down {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
footer {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
nav.top-bar ul.right li.powered-by {
|
|
display: none;
|
|
margin-right: 0.4rem;
|
|
opacity: 0.6;
|
|
|
|
img {
|
|
height: 1.8em;
|
|
margin: 0px 0.4em 0.4em 0px;
|
|
}
|
|
span, a {
|
|
font-family: "Oswald", sans-serif;
|
|
font-size: 1rem;
|
|
font-weight: 300;
|
|
color: #555;
|
|
padding: 0 !important;
|
|
}
|
|
a:hover {
|
|
color: #000;
|
|
}
|
|
}
|
|
|
|
.blocked-cookies {
|
|
text-align: center;
|
|
margin-bottom: 0 !important;
|
|
|
|
&.hidden {
|
|
display: none;
|
|
}
|
|
|
|
a.button.allow {
|
|
background-color: rgba(0,0,0,0.25);
|
|
margin-bottom: 0.4em;
|
|
|
|
&:hover {
|
|
background-color: rgba(0,0,0,0.35);
|
|
}
|
|
}
|
|
|
|
}
|