Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Commit

Permalink
Change pt to px.
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed Sep 9, 2015
1 parent 80015be commit 5fab789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/logo-swap-close.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
padding-top: 5px;
padding-bottom: 5px;
z-index: -10;
border-radius: 9pt;
border-radius: 12px;
visibility: hidden;
border: solid 0 white;
box-shadow: 0 0 0 white;
Expand All @@ -32,8 +32,8 @@
{% if clickable %}
.block-snippet-overlay-glow-{{ snippet_id }} {
visibility: visible;
border: 2pt solid white;
box-shadow: 0 0 10pt #7ac1f9;
border: 2px solid white;
box-shadow: 0 0 6px 2px #4CB1FF;
}

#snippet-{{ snippet_id }}:hover {
Expand Down

0 comments on commit 5fab789

Please sign in to comment.