Projet

Général

Profil

0001-sve-sass.patch

Thomas Noël, 03 mai 2017 18:56

Télécharger (2,35 ko)

Voir les différences:

Subject: [PATCH] sve sass

 static/minint/sass/_form.scss | 8 ++++++--
 static/minint/sass/_typo.scss | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
static/minint/sass/_form.scss
225 225
  padding-top: 2em;
226 226
  margin: 0;
227 227

  
228
    button,
228 229
    input {
229 230
      font-family: $font-family-sans-serif;
230 231
      margin: 0;
......
241 242
      &:focus { background-color: $blue; color:#FFF; border: 1px solid $blue; box-shadow: none;  }
242 243
    }
243 244

  
245
    button[name="submit"],
244 246
    input[type="submit"][name="submit"] {font-weight: normal; box-shadow: none;  }
245 247

  
246 248
   div.SubmitWidget { border: none; padding: 0;}
247 249

  
248 250
   div.submit-button { float: right;
251
    button,
249 252
    input { color: #FFF; text-transform: uppercase; background-color: $blue; background-image: url('img/chevron_white.png'); background-repeat: no-repeat; background-position: 6.4em center;
250 253
      &:hover,
251 254
      &:focus { background-color: #FFF; color: $blue; }
252 255
    }
253 256
   }
254
   div.previous-button { margin-right: 2em;
257
   div.previous-button { margin-right: 2em; float: left;
258
    button,
255 259
    input { background-image: url('img/chevron-back.png'); background-repeat: no-repeat; background-position: 5px center; }
256 260
   }
257
   div.cancel-button {}
261
   div.cancel-button { float: left;}
258 262
}
259 263

  
260 264
// messages d'erreur/validation
static/minint/sass/_typo.scss
123 123

  
124 124
  /*** Citations, code et poesie */
125 125
  q { font-style: italic; }
126
  blockquote { position: relative; @extend .ico-blockquote; padding-left: 110px; margin: 30px 0; font-size: 1.5em; font-style: italic; font-weight: bold;
126
  blockquote { position: relative; padding-left: 110px; margin: 30px 0; font-size: 1.5em; font-style: italic; font-weight: bold;
127 127
    &:before { position: absolute; top:35px; left: 0; font-size: 3em; color: $blue; }
128 128
    p { margin:0; line-height: 1.2;}
129 129
  }
130
-