Mercurial > hg > cmmr2012-drupal-site
comparison core/themes/bartik/css/components/featured-bottom.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
2 * @file | 2 * @file |
3 * Visual styles for Bartik's featured bottom component. | 3 * Visual styles for Bartik's featured bottom component. |
4 */ | 4 */ |
5 | 5 |
6 .featured-bottom { | 6 .featured-bottom { |
7 border-top: 1px solid #e7e7e7; | |
7 background: rgba(30, 50, 10, 0.08); | 8 background: rgba(30, 50, 10, 0.08); |
8 border-top: 1px solid #e7e7e7; | |
9 } | 9 } |
10 .featured-bottom .region { | 10 .featured-bottom .region { |
11 padding: 0 20px; | 11 padding: 0 20px; |
12 } | 12 } |
13 | 13 |
14 @media all and (min-width: 560px) { | 14 @media all and (min-width: 560px) { |
15 .featured-bottom .region { | 15 .featured-bottom .region { |
16 position: relative; | |
16 float: left; /* LTR */ | 17 float: left; /* LTR */ |
17 position: relative; | |
18 box-sizing: border-box; | 18 box-sizing: border-box; |
19 width: 33%; | |
19 padding: 20px 15px 30px; | 20 padding: 20px 15px 30px; |
20 width: 33%; | |
21 } | 21 } |
22 [dir="rtl"] .featured-bottom .region { | 22 [dir="rtl"] .featured-bottom .region { |
23 float: right; | 23 float: right; |
24 } | 24 } |
25 } | 25 } |
28 .featured-bottom .region { | 28 .featured-bottom .region { |
29 padding: 0 20px; | 29 padding: 0 20px; |
30 } | 30 } |
31 } | 31 } |
32 .featured-bottom h2 { | 32 .featured-bottom h2 { |
33 margin-bottom: 0.6em; | |
34 text-align: center; | |
33 color: #000; | 35 color: #000; |
36 text-shadow: 0 1px 0 #fff; | |
34 font-size: 1.4em; | 37 font-size: 1.4em; |
35 margin-bottom: 0.6em; | |
36 text-shadow: 0 1px 0 #fff; | |
37 text-align: center; | |
38 line-height: 1em; | 38 line-height: 1em; |
39 } | 39 } |
40 .featured-bottom .block { | 40 .featured-bottom .block { |
41 margin-bottom: 1em; | 41 margin-bottom: 1em; |
42 padding-bottom: 1em; | 42 padding-bottom: 1em; |