Skip to content

Commit

Permalink
Merge pull request #7 from GooeyAI/QR-vCard
Browse files Browse the repository at this point in the history
Qr vCard
  • Loading branch information
devxpy authored Dec 4, 2023
2 parents 3390dff + c05d11e commit 6b6303f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ node_modules
.env
.sentryclirc
.idea
.sentryclirc

*.json
41 changes: 29 additions & 12 deletions app/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,35 @@
border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn.btn-theme.replicate-nav {
border-radius: 32px;
background: white;
color: black;
border: 1px solid #e5e5e5;
margin-right: 0.5em;
}

.btn.btn-theme.replicate-nav.active {
background: black;
color: white;
border: 1px solid transparent;
}

.btn.btn-theme.replicate-nav:hover {
background: #f3f3f3;
}

.btn.btn-theme.btn-link {
background: none;
border: 0;
color: black;
padding: 0;
}

.btn.btn-theme.btn-link:hover {
background-color: white;
}

.gooey-spinner {
scroll-margin: 20px;
display: inline-block;
Expand Down Expand Up @@ -467,18 +496,6 @@ textarea:disabled {
color: gray;
}

.btn.btn-theme.btn-link {
background: none;
border: 0;
color: gray;
padding: 0;
font-size: smaller;
}

.btn.btn-theme.btn-link:hover {
background-color: white;
}

.bg-light {
padding: 15px 20px;
background-color: #f2f2f2 !important;
Expand Down

0 comments on commit 6b6303f

Please sign in to comment.