Commit 5f79261d authored by santiaago's avatar santiaago
Browse files

add editor image

parent 426a660b
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
.editor--backgroundGreen{
    background: #43BF86;
    /* background: #43BF86; */
    background: url(/labs/isogrids/banner/gradient?theme=frogideas&p=0.2&xt=4&h=580&w=400&gx1=0&gy1=0&gy2=40&gx2=40);

}

.editor--backgroundGrey{
@@ -90,6 +92,11 @@
    display: inline-block;
}

.editor-title{
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

@media (max-width: 950px){
    .editor-square--noPadding{
	height: 175px;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

.features--backgroundGreen{
    /* background: #43BF86; */
  background: url(/labs/isogrids/banner/gradient?theme=frogideas&p=0.2&xt=4&h=500&w=400&gx1=0&gy1=0&gy2=50&gx2=50);
  background: url(/labs/isogrids/banner/gradient?theme=frogideas&p=0.2&xt=4&h=500&w=400&gx1=0&gy1=0&gy2=40&gx2=40);
}

.features-content--position{
+1 −1
Original line number Diff line number Diff line
<div id="tryitout" class="row features--background">
  <div class="col-md-3 editor--squareHeader editor--backgroundGreen">
    <div class="editor-content--positionTop editor-content--White">
    <div class="editor-content--positionTop editor-content--White editor-title">
      <h1>TRY IT OUT</h1>
    </div>
  </div>