Browse Source

lp menus

master
rdrew 1 year ago
parent
commit
65719b9759
  1. 33
      css/global-style.css
  2. 2
      css/global-style.css.map
  3. 9
      css/sass/components/_landingpage.scss

33
css/global-style.css

@ -573,6 +573,7 @@ li,
h1,
h2,
h3,
.field--name-field__help-me-section-title,
h4,
h5,
h6,
@ -612,7 +613,8 @@ small {
h1, .h1,
h2, .h2,
h3, .h3,
h3,
.field--name-field__help-me-section-title, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
@ -624,7 +626,8 @@ h6, .h6 {
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h3 small,
.field--name-field__help-me-section-title small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
@ -646,7 +649,7 @@ h2, .h2 {
margin-bottom: 0.5rem;
}
h3, .h3 {
h3, .field--name-field__help-me-section-title, .h3 {
font-size: 1.1875rem;
line-height: 1.4;
margin-top: 0;
@ -681,7 +684,7 @@ h6, .h6 {
h2, .h2 {
font-size: 1.776875rem;
}
h3, .h3 {
h3, .field--name-field__help-me-section-title, .h3 {
font-size: 1.333rem;
}
h4, .h4 {
@ -956,12 +959,14 @@ ul.no-bullet, ol.no-bullet {
}
p,
h2,
h3 {
h3,
.field--name-field__help-me-section-title {
orphans: 3;
widows: 3;
}
h2,
h3 {
h3,
.field--name-field__help-me-section-title {
page-break-after: avoid;
}
.print-break-inside {
@ -18432,8 +18437,9 @@ main,
.region-sidebar-second .block > :last-child {
margin-bottom: 0;
}
.region-sidebar-first .block h3,
.region-sidebar-second .block h3 {
.region-sidebar-first .block h3, .region-sidebar-first .block .field--name-field__help-me-section-title,
.region-sidebar-second .block h3,
.region-sidebar-second .block .field--name-field__help-me-section-title {
display: flex;
flex: 0 1 auto;
padding: 1rem;
@ -18444,8 +18450,9 @@ main,
padding: 1rem 1rem 0.6rem 1rem;
border-bottom: 4px solid #517e1b;
}
.region-sidebar-first .block h3 > :last-child,
.region-sidebar-second .block h3 > :last-child {
.region-sidebar-first .block h3 > :last-child, .region-sidebar-first .block .field--name-field__help-me-section-title > :last-child,
.region-sidebar-second .block h3 > :last-child,
.region-sidebar-second .block .field--name-field__help-me-section-title > :last-child {
margin-bottom: 0;
}
.region-sidebar-first .block .field--name-body,
@ -18547,9 +18554,9 @@ main,
transition: all 0.5s ease;
padding: 1rem;
padding: 0.5rem;
width: 161px;
width: 180px;
border: 1px solid #ddd;
height: 215px;
height: 220px;
margin: 0 auto;
margin-bottom: 0.5rem;
background: #f5f4f4;
@ -18573,7 +18580,7 @@ main,
font-size: 1.125rem;
line-height: 1.3;
}
.subject_librarian__subjects {
.subject_librarian .field--name-field-librarian-subject, .subject_librarian__subjects {
list-style: none;
margin: 0;
font-size: 0.875rem;

2
css/global-style.css.map

File diff suppressed because one or more lines are too long

9
css/sass/components/_landingpage.scss

@ -1,5 +1,4 @@
.page-node-type-landing-page-paragraphs .layout-content {
background: none;
padding: 0;
border: 0;
@ -56,6 +55,7 @@
font-size: rem-calc(18);
line-height: 1.3;
}
.field--name-field-librarian-subject,
&__subjects {
list-style: none;
margin: 0;
@ -65,9 +65,9 @@
line-height: 1.2;
}
padding: 0.5rem;
width: 161px;
width: 180px;
border: 1px solid #ddd;
height: 215px;
height: 220px;
margin: 0 auto;
@include breakpoint(840px) {
margin: initial;
@ -77,3 +77,6 @@
margin-bottom: 0.5rem;
background: #f5f4f4;
}
.field--name-field__help-me-section-title {
@extend h3;
}

Loading…
Cancel
Save