Commit 1dfc1c97 authored by santiaago's avatar santiaago
Browse files

add download button to editor image section #83

parent 2fc02bb4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -97,6 +97,10 @@
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.editor-row--padding{
    padding-top: 10px;
}

@media (max-width: 992px){
    .editor-square--noPadding{
	height: 175px;
+5 −0
Original line number Diff line number Diff line
@@ -74,6 +74,11 @@
  <div class="col-md-3 editor--square editor-square--borderRight editor--backgroundWhite">
    <div class="editor-content--positionCenter">
      <img class="editor-image editor-image--center featurette-image img-responsive img-thumbnail" src="/{{editorShape}}/{{editorName}}?theme={{editorTheme}}&numcolors={{editorColorNumber}}&size=220&fmt=svg">
      <div class="row editor-row--padding">
        <div class="col-xs-8 col-xs-offset-2">
	  <a href="##tryitout" class="btn btn-primary btn-block tg-btn">DOWNLOAD</a>
	</div>
      </div>
    </div>
  </div>
</div>