1373464fc404c7c35c935d1a65631df5daa50229
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / content / full / node-full.css
1 /**
2  * @file
3  * This file is used to style the 'full' view mode.
4  */
5 .node--view-mode-full {
6   margin: 0 auto 2.37rem;
7   padding: 1.266rem;
8   border-top: 1px solid #fcece7;
9   border-right: none;
10   border-bottom: 1px solid #fcece7;
11   border-left: none;
12   background-color: #fff;
13 }
14 /* Large */
15 @media screen and (min-width: 60rem) {
16   /* 960px */
17   .node--view-mode-full {
18     padding: 2.37rem;
19     border-right: 1px solid #fcece7;
20     border-left: 1px solid #fcece7;
21   }
22 }
23
24 .node--view-mode-full .node__submitted {
25   margin-bottom: 1.2em;
26   font-size: 0.889em;
27 }
28 .node--view-mode-full .by-author::after {
29   display: inline-block;
30   margin: 0 0.25ex;
31   content: "•";
32   vertical-align: middle;
33   color: #7cbe8c;
34   font-size: 2em;
35 }
36
37 .node--view-mode-full .field--name-field-image {
38   margin-bottom: 1.184rem;
39 }
40 /* Large */
41 @media screen and (min-width: 60rem) {
42   /* 960px */
43   .node--view-mode-full .field--name-field-image {
44     margin-bottom: 2.369rem;
45   }
46 }