mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 18:07:35 +01:00
36 lines
602 B
SCSS
36 lines
602 B
SCSS
.sl-r-banner {
|
|
position: relative;
|
|
|
|
a {
|
|
display: inline-block;
|
|
border: 0;
|
|
}
|
|
|
|
&__brand img {
|
|
display: inline-block;
|
|
margin: 0;
|
|
height: sl-px-to-rem(48px);
|
|
|
|
@include sl-breakpoint--medium { height: sl-px-to-rem(96px); }
|
|
}
|
|
|
|
&__navigation {
|
|
font-weight: $sl-font-weight--bold;
|
|
|
|
ul {
|
|
position: relative;
|
|
margin: 0 -1rem !important;
|
|
|
|
@include sl-breakpoint--medium {
|
|
right: -(sl-px-to-rem(16px));
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
|
|
a {
|
|
display: block;
|
|
padding: sl-px-to-rem(12px) sl-px-to-rem(16px);
|
|
}
|
|
}
|
|
}
|