Skip to content
Snippets Groups Projects
Commit 6400c81b authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

Merge branch '8.x-1.x' of git.drupal.org:project/gin into 8.x-1.x

parents 78b50f4d 88734e40
No related branches found
Tags DRUPAL-6--1-0-RC1
No related merge requests found
This diff is collapsed.
......@@ -139,7 +139,7 @@
}
}
.layout {
.paragraph {
.field--name-field-title {
font-size: 1.5rem;
font-weight: bold;
......@@ -149,6 +149,10 @@
font-size: 1.25rem;
}
.field--name-field-title + .field--name-field-lead {
margin-top: .5rem;
}
.field--name-field-lead,
.field--name-field-text {
line-height: 1.5;
......@@ -163,25 +167,36 @@
}
}
.paragraph--type--image-desktop,
.paragraph--type--image-mobile {
.field--type-image {
display: inline-block;
line-height: 0;
border: 2px solid black;
border: 1px solid black;
border-radius: 4px;
overflow: hidden;
.field--name-field-variant,
.field--name-field-show-more {
display: none;
}
max-height: 320px;
}
.paragraph--type--image-mobile {
max-width: 240px;
max-height: 420px;
.field--name-field-variant,
.field--name-field-show-more {
display: none;
}
}
.paragraph--type--image-mobile {
max-width: 240px;
max-height: 420px;
}
.paragraph--type--slider {
.field--name-field-paragraphs {
display: flex;
> .field__item {
margin-top: .5rem;
margin-right: .25rem;
}
}
}
// Modal
.ui-widget-content {
......
// Core Media preview image override
.media-library-item--grid .field--name-thumbnail img {
width: 100%;
height: auto;
min-width: unset;
min-height: unset;
}
.media-library-views-form {
.media-library-item--grid .field--name-thumbnail img {
width: 100%;
height: auto;
min-width: unset;
min-height: unset;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment