Browse Source

megamenu

master
rdrew 1 year ago
parent
commit
54071fce83
  1. 19661
      css/global-style.css
  2. 2
      css/global-style.css.map
  3. 44
      css/sass/components/_megamenu.scss

19661
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

44
css/sass/components/_megamenu.scss

@ -1,3 +1,4 @@
//tb mega defaults
nav#tbm-menu-center-navigation {
margin-right: 5.5em;
}
@ -161,4 +162,45 @@ nav#tbm-menu-center-navigation {
padding: 0 1.25rem;
}
/*# sourceMappingURL=styles.css.map*/
//styles
.tbm-block .block > h3 {
@extend h1;
border-bottom: 1px solid #ccc;
}
.tbm-block {
ul {
background: none;
}
}
a.green-button {
display: inline-block;
vertical-align: middle;
margin: 0 0 1rem 0;
font-family: 'Roboto Condensed', sans-serif;
padding: 0.85em 1em;
-webkit-appearance: none;
border: 1px solid transparent;
border-radius: 4px;
transition: background-color 0.25s ease-out, color 0.25s ease-out;
font-size: 0.9rem;
line-height: 1;
text-align: center;
cursor: pointer;
background-color: #8c2004;
color: #fefefe;
background-color: #517e1b;
color: #fefefe;
}
.db-by-subject ul {
-webkit-columns: 6;
columns: 6;
-webkit-column-rule: 1px solid #ccc;
column-rule: 1px solid #ccc;
/* height: 150px; */
li {
list-style-type: none !important;
list-style-image: none !important;
font-size: 0.8em;
margin-bottom: 4px;
}
}

Loading…
Cancel
Save