Skip to content

Commit

Permalink
Fix spacing issue for the close button in the podcast bar (forem#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
florinionce authored and benhalpern committed Oct 31, 2018
1 parent 96c53b5 commit 56ee583
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app/assets/stylesheets/shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
height: 22px;
width: 22px;
transition: all 0.3s ease 0s;
white-space: nowrap;
&:hover {
color: #ff4343;
}
Expand All @@ -190,7 +191,7 @@
display:block;
width:140%;
animation: grow-width 3200ms ease-out, pulsate 1.4s infinite ease-in-out;

}
}

Expand Down Expand Up @@ -290,7 +291,7 @@
transform: translateX(-50%) translateY(-50%);
width: 22px;
height: 22px;

&:before {
content: '';
position: relative;
Expand All @@ -304,11 +305,11 @@
background-color: $dark-purple;
animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

&:after {
content: '';
position: absolute;
left: 0;
left: 0;
top: 0;
display: block;
width: 100%;
Expand Down Expand Up @@ -339,4 +340,4 @@
100% {
transform: scale(.8);
}
}
}

0 comments on commit 56ee583

Please sign in to comment.