Skip to content

Commit

Permalink
Adds border to images (#2415) (#2416)
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
(cherry picked from commit 515b66b)

Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
  • Loading branch information
opensearch-trigger-bot[bot] and kolchfa-aws authored Jan 17, 2023
1 parent edf5460 commit 7499261
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ code {
}

img {
padding: 1rem 0;
border-radius: $border-radius;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
}

.img-border {
Expand Down Expand Up @@ -662,9 +663,9 @@ main {
top: 1px;
left: 1px
}
.mdzr-svg & { // deliver svg logo if applicable
/*background: url(../img/opensearch-logo-monochrome.svg) center center no-repeat;*/
}
/*.mdzr-svg & { // deliver svg logo if applicable
background: url(../img/opensearch-logo-monochrome.svg) center center no-repeat;
}*/

@include mq(md) {
margin-left: 0;
Expand Down

0 comments on commit 7499261

Please sign in to comment.