ajout du style de bouton primary

This commit is contained in:
newick 2018-11-26 10:41:00 +01:00
parent f566c30ee1
commit 0ffbdca9ad
9 changed files with 19 additions and 10 deletions

View File

@ -51,7 +51,7 @@
</section>
<nav>
<a href="recapitulatif.html" class="btn next">Continuer</a>
<a href="recapitulatif.html" class="btn btn-primary next">Continuer</a>
</nav>
<script src="script.js"></script>

View File

@ -21,13 +21,13 @@
<p>Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement.</p>
<a href="parametres.html" class="btn" id="startButton">C'est parti</a>
<a href="parametres.html" class="btn btn-primary" id="startButton">C'est parti</a>
</section>
<section>
<h1>Où sont mes sondages ?</h1>
<p>Vous ne savez plus où sont vos sondages ? <a href="search-poll.html">Cest par ici que ça se passe !</a></p>
<p>Vous ne savez plus où sont vos sondages ? <a href="search-poll.html" class="btn w100">Cest par ici que ça se passe !</a></p>
</section>
</body>

View File

@ -69,7 +69,7 @@
</section>
<nav>
<a href="validations.html" class="btn next">Continuer</a>
<a href="validations.html" class="btn btn-primary next">Continuer</a>
<a href="dates.html" class="btn next">Modifier</a>
</nav>

View File

@ -35,7 +35,7 @@
</section>
<nav>
<a href="responses.html" class="btn next" id="next">Continuer</a>
<a href="responses.html" class="btn btn-primary next" id="next">Continuer</a>
</nav>
</body>

View File

@ -49,7 +49,7 @@
</section>
<nav>
<a href="notifications.html" class="btn next">Continuer</a>
<a href="notifications.html" class="btn btn-primary next">Continuer</a>
<a href="dates.html" class="btn">Modifier</a>
</nav>

View File

@ -27,7 +27,7 @@
</section>
<nav>
<a href="recapitulatif.html" class="btn next">Continuer</a>
<a href="recapitulatif.html" class="btn btn-primary next">Continuer</a>
</nav>
<script src="script.js"></script>

View File

@ -34,8 +34,8 @@
</section>
<nav>
<a href="responses.html" id="add-response-choice" class="btn next">Ajouter</a>
<a href="recapitulatif.html" class="btn next">Continuer</a>
<!-- <a href="responses.html" id="add-response-choice" class="btn next">Ajouter</a> -->
<a href="recapitulatif.html" class="btn btn-primary next">Continuer</a>
<a href="responses.html" class="btn next">Tout effacer</a>
</nav>

View File

@ -23,7 +23,7 @@
<label>
votre courriel
<input type="email" name="email" value="">
<button type="submit">Envoyer mes sondages</button>
<input type="submit" class="btn btn-primary" value="Recherche">
</label>
</form>
</section>

View File

@ -43,6 +43,15 @@ button:hover,
text-decoration: none;
}
.btn.btn-primary {
color: #fff;
background-color: #4a90e2;
}
.btn.btn-primary:hover {
color: #4a90e2;
background-color: #fff;
}
.btn-no-style {
display: inline-block;
width: auto;