Skip to content

Commit

Permalink
build (js, css)
Browse files Browse the repository at this point in the history
  • Loading branch information
andi34 committed Aug 12, 2020
1 parent bfbdbaa commit cc99a07
Show file tree
Hide file tree
Showing 6 changed files with 1,640 additions and 1,951 deletions.
28 changes: 14 additions & 14 deletions dist/default-skin/default-skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
background: #fff;
top: 56px;
border-radius: 2px;
display: block;
Expand Down Expand Up @@ -216,27 +216,27 @@ a.pswp__share--facebook:before {
top: -12px;
right: 15px;
border: 6px solid rgba(0, 0, 0, 0);
border-bottom-color: #FFF;
border-bottom-color: #fff;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }

a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF; }
background: #3e5c9a;
color: #fff; }
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A; }
border-bottom-color: #3e5c9a; }

a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF; }
background: #55acee;
color: #fff; }

a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D; }
background: #ccc;
color: #ce272d; }

a.pswp__share--download:hover {
background: #DDD; }
background: #ddd; }

/*
Expand All @@ -250,7 +250,7 @@ a.pswp__share--download:hover {
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
color: #fff;
opacity: 0.75;
padding: 0 10px; }

Expand All @@ -267,7 +267,7 @@ a.pswp__share--download:hover {
min-height: 44px; }
.pswp__caption small {
font-size: 11px;
color: #BBB; }
color: #bbb; }

.pswp__caption__center {
text-align: center;
Expand All @@ -276,7 +276,7 @@ a.pswp__share--download:hover {
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC; }
color: #ccc; }

.pswp__caption--empty {
display: none; }
Expand Down Expand Up @@ -350,7 +350,7 @@ a.pswp__share--download:hover {
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border: 2px solid #fff;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion dist/default-skin/default-skin.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cc99a07

Please sign in to comment.