Skip to content

Commit

Permalink
Merge pull request #534 from Quetzacoalt91/remove-rules-reducing-size…
Browse files Browse the repository at this point in the history
…-of-icons

Remove CSS rules that make icon smaller
  • Loading branch information
Quetzacoalt91 committed Feb 12, 2024
2 parents 7eddf65 + b5fe82f commit 27d2d77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions _dev/src/assets/scss/components/_features.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}

&-sm {
max-height: 40px;
max-width: 40px;
}
}

.description {
Expand Down
5 changes: 1 addition & 4 deletions _dev/src/components/features/enabled-feature.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="description align-self-center flex-grow-1 pl-3 pr-2">
<span class="h1">
<img
class="mr-1 logo-sm"
class="mr-1 logo"
:src="imageUrl"
>
{{ $t(`integrate.features.${name}.name`) }}
Expand Down Expand Up @@ -244,8 +244,5 @@ export default defineComponent({
background: #eee !important;
}
}
.feature-header {
margin-bottom: 1em;
}
}
</style>

0 comments on commit 27d2d77

Please sign in to comment.