You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.1 KiB
47 lines
1.1 KiB
6 years ago
|
/**
|
||
|
* @file
|
||
|
* Visual styles for Magazine+'s testimonials list views.
|
||
|
*/
|
||
|
.view-testimonials-list .views-row {
|
||
|
margin: 0 0 35px 0;
|
||
|
text-align: center;
|
||
|
border-width: 1px;
|
||
|
border-color: #eeeeee;
|
||
|
border-style: solid;
|
||
|
padding: 50px 30px;
|
||
|
}
|
||
|
.region--light-typography .view-testimonials-list .views-row {
|
||
|
border-color: #ffffff;
|
||
|
}
|
||
|
.view-testimonials-list .views-field-field-image {
|
||
|
max-width: 60px;
|
||
|
margin: 0 auto 15px;
|
||
|
}
|
||
|
.view-testimonials-list .views-field-body {
|
||
|
margin-bottom: 15px;
|
||
|
}
|
||
|
.view-testimonials-list .views-field-body p {
|
||
|
font-style: italic;
|
||
|
font-size: 16px;
|
||
|
line-height: 1.8;
|
||
|
padding: 0 0 10px;
|
||
|
}
|
||
|
.view-testimonials-list .views-field-title {
|
||
|
font-size: 25px;
|
||
|
font-weight: 700;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
.headings-wide-spacing-enabled .view-testimonials-list .views-field-title {
|
||
|
letter-spacing: 0.25em;
|
||
|
text-transform: uppercase;
|
||
|
}
|
||
|
.view-testimonials-list .views-field-field-mt-subtitle {
|
||
|
font-size: 15px;
|
||
|
}
|
||
|
.view-testimonials-list .views-field-field-mt-subtitle .field-content:before {
|
||
|
content: "- ";
|
||
|
}
|
||
|
.region--dark-typography .view-testimonials-list .views-field-field-mt-subtitle {
|
||
|
color: #9c9c9c;
|
||
|
}
|