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:
parent
32767eb3fc
commit
515b66b687
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue