Skip to content

Commit

Permalink
Update rt-ai-html.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ledangtrung committed Dec 5, 2024
1 parent ba0ba79 commit 7c3dc65
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/rt-ai-html.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,22 @@
transition: opacity 0.2s;
}

.btn-add-contact {
background-color: var(--secondary-color);
}

.btn-copy-contact {
background-color: var(--primary-color);
}

.btn-share-contact {
background-color: var(--accent-color);
}

.btn-download-contact {
background-color: #FF9800;
}

@media screen and (max-width: 600px) {
.btn {
flex: 1 1 100%;
Expand Down

0 comments on commit 7c3dc65

Please sign in to comment.