mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2025-09-18 21:07:48 +02:00
20 lines
391 B
SCSS
20 lines
391 B
SCSS
@import "./../abstracts/index";
|
|
|
|
.banner-image {
|
|
width: 100%;
|
|
border-radius: $radius-md;
|
|
margin: $gap-lg 0;
|
|
box-shadow: $shadow-soft;
|
|
@include gradient-primary(14deg);
|
|
|
|
img.banner-image__picture {
|
|
display: block;
|
|
width: 100%;
|
|
min-height: 100px;
|
|
max-height: $banner-image-height;
|
|
object-fit: contain;
|
|
margin: auto;
|
|
background-color: transparent;
|
|
}
|
|
}
|