Browse Source

update

master
rdrew 8 months ago
parent
commit
6fa427bf0e
  1. 2
      .gitignore
  2. 12
      composer.json
  3. 21
      css/components/unsorted.css

2
.gitignore vendored

@ -1,2 +1,4 @@
node_modules/
*.swp
/vendor/

12
composer.json

@ -0,0 +1,12 @@
{
"name": "rdrew/olives",
"description": "drupal theme for ilives",
"type": "drupal-theme",
"authors": [
{
"name": "rdrew",
"email": "rdrew@upei.ca"
}
],
"require": {}
}

21
css/components/unsorted.css

@ -19,3 +19,24 @@
}
}
}
.view-alphabetical-title-list {
& .node--view-mode-teaser .field {
margin-block-end: 0;
}
& .node__title {
/*font-size: 1.4rem;*/
}
& article {
/*margin-bottom: 0;*/
}
& .node__content {
/*padding-bottom: 0;*/
/*font-size: 0.9rem;*/
& .field__label,
.field__items{
/*font-size: 0.9rem;*/
font-weight: normal;
}
}
}

Loading…
Cancel
Save