Skip to content

Commit

Permalink
Merge pull request #1017 from nextcloud/enhancement/qrcode
Browse files Browse the repository at this point in the history
Enhancement/qrcode
  • Loading branch information
skjnldsv authored Mar 27, 2019
2 parents 2239568 + 28da4d7 commit ae80cf1
Show file tree
Hide file tree
Showing 6 changed files with 11,373 additions and 11,315 deletions.
11 changes: 11 additions & 0 deletions css/ContactDetails.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,15 @@
line-height: 44px;
color: var(--color-text-lighter);
opacity: .5;
}

#qrcode-modal {
.modal-container {
display: flex;
padding: 10px;
background-color: #fff;
.qrcode {
width: 100%;
}
}
}
4 changes: 4 additions & 0 deletions css/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
@include icon-color('social', 'contacts', $color-black, 1);
}

.icon-qrcode {
@include icon-color('qrcode', 'contacts', $color-black, 2);
}

.icon-address-book {
@include icon-color('address-book', 'contacts', $color-black, 1);
}
Expand Down
1 change: 1 addition & 0 deletions img/qrcode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ae80cf1

Please sign in to comment.