Browse Source

details

master
rdrew 1 year ago
parent
commit
b225d567f0
  1. 2
      config.yml
  2. 16
      css/global-style.css
  3. 2
      css/global-style.css.map
  4. 7
      css/sass/components/_form.scss
  5. 9
      css/sass/components/_landingpage.scss

2
config.yml

@ -2,7 +2,7 @@ SITE:
Local: Local:
Url: 'https://d10_dev.lndo.site/' Url: 'https://d10_dev.lndo.site/'
Remote: Remote:
Url: 'https://library-d10.researchspaces.ca/' Url: 'https://library.upei.ca/'
Path: user Path: user
PORT: 8000 PORT: 8000
BSREWRITE: BSREWRITE:

16
css/global-style.css

@ -17139,6 +17139,14 @@ summary {
* @file * @file
* Visual styles for form components. * Visual styles for form components.
*/ */
.draggableviews-weight {
display: none;
}
.user-logged-in .draggableviews-weight {
display: block;
}
form .field-multiple-table { form .field-multiple-table {
margin: 0; margin: 0;
} }
@ -19170,6 +19178,14 @@ main,
} }
} }
.lp-button-group .button {
font-family: "Roboto Condensed", sans-serif;
cursor: pointer;
font-weight: normal;
text-decoration: none;
text-transform: uppercase;
}
@media print, screen and (min-width: 64em) { @media print, screen and (min-width: 64em) {
.news-grid .view-content { .news-grid .view-content {
max-width: 90rem; max-width: 90rem;

2
css/global-style.css.map

File diff suppressed because one or more lines are too long

7
css/sass/components/_form.scss

@ -2,6 +2,13 @@
* @file * @file
* Visual styles for form components. * Visual styles for form components.
*/ */
.draggableviews-weight {
display: none;
}
.user-logged-in .draggableviews-weight {
display: block;
}
form .field-multiple-table { form .field-multiple-table {
margin: 0; margin: 0;
} }

9
css/sass/components/_landingpage.scss

@ -80,3 +80,12 @@
.field--name-field__help-me-section-title { .field--name-field__help-me-section-title {
@extend h3; @extend h3;
} }
.lp-button-group {
.button {
font-family: $roboto-condensed;
cursor: pointer;
font-weight: normal;
text-decoration: none;
text-transform: uppercase;
}
}

Loading…
Cancel
Save