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 {
display: none;
@include breakpoint(large) {
display: flex;
}
//display: none;
//@include breakpoint(large) {
//display: flex;
//}
}
.title-bar .branding {
display: flex;
@ -82,12 +82,18 @@
.title-bar {
justify-content: space-between;
}
div#block-views-block-current-library-hours-block-2 {
display: none;
@include breakpoint(1200px) {
display: block;
}
}
.view-current-library-hours {
display: inline-block;
padding: 0 10px;
text-align: center;
border: 1px solid #fff;
background: #ccc;
display: inline-block;
float: right;
font-size: rem-calc(14);
border-radius: $global-radius;
@ -95,3 +101,22 @@
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