mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
ajout du style de bouton primary
This commit is contained in:
parent
f566c30ee1
commit
0ffbdca9ad
@ -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>
|
||||
|
@ -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">C’est 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">C’est par ici que ça se passe !</a></p>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user