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
Branches
Tags
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%); ...@@ -44,22 +44,31 @@ $topbar-dropdown-link-bg-hover: lighten(#999999, 5%);
// 4. Customize further // 4. Customize further
// header.fixed {left:auto;max-width: 1152px;} // header.fixed {left:auto;max-width: 1152px;}
.top-bar { .top-bar {
.name h1 a {color:$dk_header_font;} .name h1 a {
.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;} 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 { .top-bar-section {
ul { ul {
&.right li a { &.right li a {
color:$dk_header_font !important; color: $dk_header_font !important;
} }
} }
#shard-selector-topbar { #shard-selector-topbar {
background-color: $topbar-bg-color ; background-color: $topbar-bg-color;
color: $dk_header_font; color: $dk_header_font;
} }
#langmenu li > a { #langmenu li > a {
color:#fff !important; color: #fff !important;
} }
.has-dropdown > a:after { .has-dropdown > a:after {
border-color: $dk_header_font transparent transparent; border-color: $dk_header_font transparent transparent;
} }
...@@ -68,17 +77,17 @@ $topbar-dropdown-link-bg-hover: lighten(#999999, 5%); ...@@ -68,17 +77,17 @@ $topbar-dropdown-link-bg-hover: lighten(#999999, 5%);
// Dark BG for search box when located directly under header // Dark BG for search box when located directly under header
.nav { .nav {
.searchbox { .searchbox {
.large-12 { .hide-for-large-up {
.hide-for-large-up { background-color: $topbar-bg-color;
background-color: $topbar-bg-color;
}
} }
} }
} }
.breadcrumbs { .breadcrumbs {
background-color:$crumb-bg!important background-color: $crumb-bg !important;
} }
#searchFormForm {margin-top: 1.5rem} #searchFormForm {
margin-top: 1.5rem;
}
<?php <?php
return [ return [
'favicon' => 'favicon.ico',
'extends' => 'finc', '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