Skip to content
Snippets Groups Projects
Commit 4f96698d authored by Viola Elsenhans's avatar Viola Elsenhans
Browse files

refs #12415 add favicon; clean up scss

parent c009a935
No related merge requests found
themes/fid_adlr/images/favicon.ico

3.15 KiB

......@@ -44,22 +44,31 @@ $topbar-dropdown-link-bg-hover: lighten(#999999, 5%);
// 4. Customize further
// header.fixed {left:auto;max-width: 1152px;}
.top-bar {
.name h1 a {color:$dk_header_font;}
.toggle-topbar.menu-icon a span:after {box-shadow: 0px 0px 0px 1px $dk_header_font, 0px 7px 0px 1px #333, 0px 14px 0px 1px $dk_header_font;}
.name h1 a {
color: $dk_header_font;
}
.toggle-topbar.menu-icon a span:after {
box-shadow: 0px 0px 0px 1px $dk_header_font, 0px 7px 0px 1px #333, 0px 14px 0px 1px $dk_header_font;
}
}
.top-bar-section {
ul {
&.right li a {
color:$dk_header_font !important;
color: $dk_header_font !important;
}
}
#shard-selector-topbar {
background-color: $topbar-bg-color ;
background-color: $topbar-bg-color;
color: $dk_header_font;
}
#langmenu li > a {
color:#fff !important;
color: #fff !important;
}
.has-dropdown > a:after {
border-color: $dk_header_font transparent transparent;
}
......@@ -68,17 +77,17 @@ $topbar-dropdown-link-bg-hover: lighten(#999999, 5%);
// Dark BG for search box when located directly under header
.nav {
.searchbox {
.large-12 {
.hide-for-large-up {
background-color: $topbar-bg-color;
}
.hide-for-large-up {
background-color: $topbar-bg-color;
}
}
}
.breadcrumbs {
background-color:$crumb-bg!important
background-color: $crumb-bg !important;
}
#searchFormForm {margin-top: 1.5rem}
#searchFormForm {
margin-top: 1.5rem;
}
<?php
return [
'favicon' => 'favicon.ico',
'extends' => 'finc',
];
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment