Skip to content

Commit

Permalink
Merge pull request #98 from paggcerto-sa/wccosta-lightbox-2633-feature
Browse files Browse the repository at this point in the history
Changing pagcerto logo and removing banese logo
  • Loading branch information
waltercosta authored Jan 31, 2020
2 parents f93ea24 + a6dee7b commit 7f9903d
Show file tree
Hide file tree
Showing 8 changed files with 96 additions and 104 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css" />
<link href="../dist/paggcerto-lightbox.min.css" rel="stylesheet">
<title>Paggcerto Lightbox</title>
<title>Pagcerto Lightbox</title>
<style>
html, body {
background: #f8f9fa;
Expand Down
173 changes: 77 additions & 96 deletions dist/lightbox-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions dist/paggcerto-lightbox.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/paggcerto-lightbox.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;url=demo/index.html">
<title>Paggcerto Lightbox</title>
<title>Pagcerto Lightbox</title>
<script type="text/javascript">
window.location.href = 'demo/index.html';
</script>
</head>
<body>
<a href="demo/index.html">Go to Paggcerto Lightbox live demo</a>
<a href="demo/index.html">Go to Pagcerto Lightbox live demo</a>
</body>
</html>
5 changes: 3 additions & 2 deletions src/js/lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ const VIEW = `
<a>
<span class="security-ambient"><i class="icon-shield"></i> Ambiente Seguro</span>
</a>
<a href="https://www.paggcerto.com.br/" target="_blank">
<span class="icon-logo"></span>
<div class="icon-proccessed-by">Processado pela</div>
<a href="https://www.pagcerto.com.br/" target="_blank">
<span class="icon-logo"></span>
</a>
</div>
</div>
Expand Down
9 changes: 9 additions & 0 deletions src/scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@
width: 108px;
}

.icon-proccessed-by
{
color: rgb(199, 199, 199);
margin-left: 426px;
padding: 2px;
float: left;
opacity: .75;
}

.icon-logo-sm
{
@include icon;
Expand Down
1 change: 1 addition & 0 deletions src/scss/_lightbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@

.security-ambient {
color: $white !important;
float: left;
font-size: 80%;
margin: .3125rem;
font-weight: bold;
Expand Down

0 comments on commit 7f9903d

Please sign in to comment.