updates
This commit is contained in:
@@ -747,6 +747,60 @@
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
// GoodFirms Badge
|
||||
.goodfirms-badge {
|
||||
border: none !important;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
text-decoration: none !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
display: inline-block !important;
|
||||
background: transparent !important;
|
||||
line-height: 0 !important;
|
||||
|
||||
&:focus,
|
||||
&:focus-visible,
|
||||
&:active,
|
||||
&:hover {
|
||||
border: none !important;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.goodfirms-image,
|
||||
img {
|
||||
border: none !important;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
display: block !important;
|
||||
vertical-align: top !important;
|
||||
max-width: 100% !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
// Target the actual img element that Next.js Image renders
|
||||
img {
|
||||
border: 0 !important;
|
||||
border-style: none !important;
|
||||
border-width: 0 !important;
|
||||
border-color: transparent !important;
|
||||
border-image: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.goodfirms-wrapper {
|
||||
line-height: 0 !important;
|
||||
|
||||
* {
|
||||
border: none !important;
|
||||
outline: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ====
|
||||
|
||||
Reference in New Issue
Block a user