X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fthemes%2Fumami%2Fumami.libraries.yml;h=88d844e1da98f42050ddab5d0b8148475a1395da;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=9c4b08dc22dd54b2805c396af04b23460e10c7e0;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/profiles/demo_umami/themes/umami/umami.libraries.yml b/web/core/profiles/demo_umami/themes/umami/umami.libraries.yml index 9c4b08dc2..88d844e1d 100644 --- a/web/core/profiles/demo_umami/themes/umami/umami.libraries.yml +++ b/web/core/profiles/demo_umami/themes/umami/umami.libraries.yml @@ -1,8 +1,9 @@ global: version: VERSION css: - component: + base: css/base.css: {} + component: css/components/blocks/banner/banner.css: {} css/components/blocks/branding/branding.css: {} css/components/blocks/disclaimer/disclaimer.css: {} @@ -14,9 +15,11 @@ global: css/components/forms/contact.css: {} css/components/content/node.css: {} css/components/content/full/node-full.css: {} - css/components/content-types/article/article.css: {} css/components/content-types/recipe/recipe.css: {} + css/components/fields/field.css: {} + css/components/fields/ingredients.css: {} css/components/fields/label-items.css: {} + css/components/fields/recipe-instruction.css: {} css/components/forms/buttons.css: {} css/components/views/promoted-items.css: {} css/components/views/frontpage.css: {} @@ -30,6 +33,7 @@ global: css/components/regions/bottom/bottom.css: {} css/components/regions/footer/footer.css: {} css/components/regions/header/header.css: {} + css/components/regions/pre-header/pre-header.css: {} layout: css/layout/grid-2.css: {} css/layout/grid-3.css: {} @@ -53,6 +57,11 @@ quicklinks: theme: css/components/blocks/quicklinks/quicklinks.css: {} +recipe-collections: + css: + theme: + css/components/blocks/recipe-collections/recipe-collections.css: {} + two-columns: css: layout: @@ -64,30 +73,25 @@ webfonts: theme: 'https://fonts.googleapis.com/css?family=Open+Sans|Scope+One': { type: external, minified: true } -view-mode-highlighted-bottom: - css: - theme: - css/components/content/highlighted-bottom/highlighted-bottom.css: {} - dependencies: - - umami/more-link - -view-mode-highlighted-small: +view-mode-card: css: theme: - css/components/content/highlighted-small/highlighted-small.css: {} + css/components/content/card/card.css: {} dependencies: - umami/more-link -view-mode-highlighted-medium: +view-mode-card-common: css: theme: - css/components/content/highlighted-medium/highlighted-medium.css: {} + css/components/content/card/card.css: {} + css/components/content/card-common/card-common.css: {} dependencies: - umami/more-link -view-mode-highlighted-top: +view-mode-card-common-alt: css: theme: - css/components/content/highlighted-top/highlighted-top.css: {} + css/components/content/card/card.css: {} + css/components/content/card-common-alt/card-common-alt.css: {} dependencies: - umami/more-link