Skip to content

Commit

Permalink
Merge pull request #211 from nikhilkalburgi/copy-code-patch
Browse files Browse the repository at this point in the history
Fix issue #198
  • Loading branch information
iArchitSharma authored Feb 19, 2024
2 parents 28c15be + afc4ddd commit 2544b89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -538,3 +538,10 @@ a:not([href]):not([class]):hover {
.sc-imWYAI.sc-fTFjTM.dCEJze.hRziAa {
color: red;
}

.click-to-copy button{
aspect-ratio: 1;
box-shadow: 1px 1px 5px #636567!important;
top: 6px!important;
right: 10px!important;
}
2 changes: 0 additions & 2 deletions content/en/cloud/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ In order to authenticate to Layer5 Cloud's REST API, you need to generate and us
To authenticate with the API, pass the token as a bearer token in the `Authorization` header. For example, in cURL:

```bash

curl <protocol>://<Layer5-cloud-hostname>/<API> \
-H "Authorization: Bearer <token>"

```

- Replace `<protocol>` with `http` or `https` depending on your Layer5 Cloud instance.
Expand Down

0 comments on commit 2544b89

Please sign in to comment.