Skip to content

Commit

Permalink
Add small github button
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Oct 3, 2023
1 parent 6557895 commit b18c224
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions resources/js/components/github-button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>
</template>

<style lang="scss" scoped>
<style lang="scss">
a {
text-decoration: none;
outline: 0
Expand Down Expand Up @@ -47,10 +47,15 @@ a {
background-position: -1px -1px;
background-size: 110% 110%;
border: 1px solid;
height: 16px;
padding: 5px 10px;
font-size: 12px;
line-height: 16px;
//height: 16px;
//padding: 5px 10px;
//font-size: 12px;
//line-height: 16px;
height: 14px;
padding: 2px 5px;
font-size: 11px;
line-height: 14px;
&:focus-visible {
outline: 2px solid #0969da;
Expand Down

0 comments on commit b18c224

Please sign in to comment.