Skip to content

Commit

Permalink
fix stylus linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Oct 3, 2019
1 parent 14c6f41 commit 1d75b3d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
.large_image_thumbnail
position: relative
position relative

.large_image_annotation_badge
position absolute
top 0
right 0
transform scale(1)translate(50%, -50%)
transform-origin 100% 0%
transform-origin 100% 0

height 20px
padding 0 6px
z-index 1
z-index 10
min-width 20px
display flex
align-items center
Expand All @@ -24,4 +24,4 @@
border-radius 10px

&.hidden
display: none
display none

0 comments on commit 1d75b3d

Please sign in to comment.