Adds border to images (#2415)

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2023-01-17 12:27:52 -05:00 committed by GitHub
parent 32767eb3fc
commit 515b66b687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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 {
@ -657,9 +658,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;