Skip to content

Commit

Permalink
Fix #33
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Jan 18, 2019
1 parent ad546f0 commit 54326fa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/blocks/image-card/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
pointer-events: none;
position: relative;
width: 90%;
z-index: 999;
z-index: 29;

@media (min-width: 700px) {
margin-bottom: 0;
Expand All @@ -74,10 +74,6 @@
width: 100%;
word-break: break-word;

// &:not(.has-background) {
// background-color: #fff;
// }

p:last-of-type {
margin-bottom: 0;
}
Expand All @@ -88,6 +84,7 @@
margin-top: 10px;
}

// Right style option.
&.is-style-right &__inner {
flex-direction: row-reverse;

Expand All @@ -102,6 +99,7 @@
}
}

// Card image placeholder, if there is no image added.
.has-no-image {
align-items: center;
background: hsla(240, 5%, 57%, 0.1);
Expand Down

0 comments on commit 54326fa

Please sign in to comment.