Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / content / highlighted-bottom / highlighted-bottom.css
1 /**
2  * @file
3  * This file is used to style the 'highlighted-bottom' view mode.
4  */
5
6 .node--view-mode-highlighted-bottom {
7   border: 1px solid #fcece7;
8   width: 100%;
9 }
10
11 .node--view-mode-highlighted-bottom .node__meta {
12   padding: 1.5rem;
13 }
14
15 .node--view-mode-highlighted-bottom .node__title {
16   font-weight: normal;
17   margin-bottom: 1rem;
18 }
19
20 .node--view-mode-highlighted-bottom .field--name-title {
21   font-family: 'Scope One', Georgia, serif;
22   font-size: 1.424rem;
23   font-weight: 400;
24 }
25
26 .node--view-mode-highlighted-bottom .node__title .node__link {
27   background-color: inherit;
28   color: #000;
29   text-decoration: none;
30 }
31
32 .node--view-mode-highlighted-bottom .node__title .node__link:focus,
33 .node--view-mode-highlighted-bottom .node__title .node__link:hover {
34   color: #000;
35   text-decoration: underline;
36 }
37
38 .node--view-mode-highlighted-bottom .node__link .field--name-title {
39   color: #000;
40   text-decoration: none;
41 }
42
43 .node--view-mode-highlighted-bottom .field--name-field-image img {
44   width: 100%;
45 }
46
47 .node--view-mode-highlighted-bottom .field--name-field-difficulty {
48   color: #5f635d;
49   font-size: 0.889rem;
50   margin-bottom: 0.5rem;
51 }