mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
standardise buttons: .btn base class (border-radius 10px, padding var(--space-xs))
This commit is contained in:
@@ -176,7 +176,7 @@ function requirePasswordGate(array $link, string $slug): void
|
||||
<label for="share_password">Ce lien est protégé par un mot de passe :</label>
|
||||
<input type="password" id="share_password" name="share_password" required autofocus>
|
||||
<br>
|
||||
<button type="submit">Accéder au formulaire</button>
|
||||
<button type="submit" class="btn btn--primary">Accéder au formulaire</button>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
@@ -362,7 +362,7 @@ function renderShareLinkForm(string $slug, array $link): void
|
||||
</fieldset>
|
||||
|
||||
<div class="form-footer">
|
||||
<button type="submit" name="go">Soumettre</button>
|
||||
<button type="submit" name="go" class="btn btn--primary">Soumettre</button>
|
||||
</div>
|
||||
</form>
|
||||
</main>
|
||||
|
||||
@@ -111,8 +111,8 @@ $pageTitle = 'Corriger l\'adresse e-mail';
|
||||
>
|
||||
</div>
|
||||
<div class="retry-email-actions">
|
||||
<button type="submit" class="btn-primary">Renvoyer l'e-mail</button>
|
||||
<button type="submit" name="skip" value="1" class="btn-secondary">Continuer sans e-mail</button>
|
||||
<button type="submit" class="btn btn--primary">Renvoyer l'e-mail</button>
|
||||
<button type="submit" name="skip" value="1" class="btn btn--secondary">Continuer sans e-mail</button>
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user