Skip to content

Commit

Permalink
Updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaissica Hora authored and Jaissica Hora committed Feb 13, 2024
1 parent 69cd622 commit de205bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 50 deletions.
2 changes: 1 addition & 1 deletion es-vue-base/src/lib-components/EsFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
class="d-block mb-150"
:href="content.home.link">
<span class="sr-only">
{{ content.home.name }}
{{ content.home.name }}
</span>
<es-logo
height="36px"
Expand Down
42 changes: 0 additions & 42 deletions es-vue-base/src/lib-icons/icon-X-logo.vue

This file was deleted.

12 changes: 5 additions & 7 deletions es-vue-base/src/lib-icons/icon-twitter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@
}"

Check warning on line 6 in es-vue-base/src/lib-icons/icon-twitter.vue

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, 16)

Expected indentation of 8 spaces but found 4 spaces
xmlns="http://www.w3.org/2000/svg"

Check warning on line 7 in es-vue-base/src/lib-icons/icon-twitter.vue

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, 16)

Expected indentation of 8 spaces but found 4 spaces
viewBox="0 0 31 32"

Check warning on line 8 in es-vue-base/src/lib-icons/icon-twitter.vue

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, 16)

Expected indentation of 8 spaces but found 4 spaces
fill="currentColor"
>
<path fill="none" d="M0 0.4h31v31H0z" />
fill="currentColor">

Check warning on line 9 in es-vue-base/src/lib-icons/icon-twitter.vue

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, 16)

Expected indentation of 8 spaces but found 4 spaces
<path fill="none"

Check warning on line 10 in es-vue-base/src/lib-icons/icon-twitter.vue

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, 16)

Expected indentation of 8 spaces but found 4 spaces

Check warning on line 10 in es-vue-base/src/lib-icons/icon-twitter.vue

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, 16)

Expected a linebreak before this attribute
d="M0 0.4h31v31H0z" />
<polygon
fill="white"
points="15.67 14.46 10.87 7.58 8.31 7.58 14.27 16.11 15.02 17.18 15.02 17.18 20.11 24.48 22.68 24.48 16.43 15.53 15.67 14.46"
/>
points="15.67 14.46 10.87 7.58 8.31 7.58 14.27 16.11 15.02 17.18 15.02 17.18 20.11 24.48 22.68 24.48 16.43 15.53 15.67 14.46" />
<path
fill="currentColor"
d="M15.5 0C6.94 0 0 7.16 0 16s6.94 16 15.5 16 15.5-7.16 15.5-16S24.06 0 15.5 0ZM19.33 25.67l-5.16-7.51-6.46 7.51h-1.67l7.39-8.59L6.04 6.33h5.64l4.89 7.12 6.12-7.12h1.67l-7.05 8.19h0l7.66 11.15s-5.64 0-5.64 0Z"
/>
d="M15.5 0C6.94 0 0 7.16 0 16s6.94 16 15.5 16 15.5-7.16 15.5-16S24.06 0 15.5 0ZM19.33 25.67l-5.16-7.51-6.46 7.51h-1.67l7.39-8.59L6.04 6.33h5.64l4.89 7.12 6.12-7.12h1.67l-7.05 8.19h0l7.66 11.15s-5.64 0-5.64 0Z" />
</svg>
</template>
<script>
Expand Down

0 comments on commit de205bc

Please sign in to comment.