Skip to content

Commit

Permalink
Media picker layout in sidebar form layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten committed Nov 7, 2017
1 parent a3a812c commit 99d3d6f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/assets/stylesheets/spina/_forms.sass
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,21 @@
#{$all-text-inputs}
height: 50px

a.media_picker
background: none
border: none
box-shadow: none
outline: none
padding-left: 0

.image
border-radius: 3px
display: inline-block
overflow: hidden

img
display: block

.sidebar-form-images
margin-top: 25px

Expand Down

0 comments on commit 99d3d6f

Please sign in to comment.