Browse Source

megamenu

master
rdrew 1 year ago
parent
commit
0301a6738b
  1. 2
      css/global-style.css
  2. 2
      css/global-style.css.map
  3. 35
      css/sass/components/_topnav.scss

2
css/global-style.css

File diff suppressed because one or more lines are too long

2
css/global-style.css.map

File diff suppressed because one or more lines are too long

35
css/sass/components/_topnav.scss

@ -22,10 +22,10 @@
} }
} }
.branding { .branding {
display: none; //display: none;
@include breakpoint(large) { //@include breakpoint(large) {
display: flex; //display: flex;
} //}
} }
.title-bar .branding { .title-bar .branding {
display: flex; display: flex;
@ -82,12 +82,18 @@
.title-bar { .title-bar {
justify-content: space-between; justify-content: space-between;
} }
div#block-views-block-current-library-hours-block-2 {
display: none;
@include breakpoint(1200px) {
display: block;
}
}
.view-current-library-hours { .view-current-library-hours {
display: inline-block;
padding: 0 10px; padding: 0 10px;
text-align: center; text-align: center;
border: 1px solid #fff; border: 1px solid #fff;
background: #ccc; background: #ccc;
display: inline-block;
float: right; float: right;
font-size: rem-calc(14); font-size: rem-calc(14);
border-radius: $global-radius; border-radius: $global-radius;
@ -95,3 +101,22 @@
color: #333; color: #333;
} }
} }
.tbm.tbm--mobile {
margin-right: 0 !important;
width: 200px;
display: flex;
justify-content: flex-end;
margin-right: 0 !important;
.tbm-submenu-toggle {
display: none;
}
.tbm-link {
background: #333;
justify-content: flex-start;
flex-flow: row;
span {
margin: 0 0.5rem;
width:40px;
}
}
}

Loading…
Cancel
Save