1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 01:00:20 +02:00

Styling Rules Menus: btn-sm and btn-primary for primary buttons. btn-sm btn-secondary for additional buttons.

This commit is contained in:
Cameron
2021-01-02 09:43:54 -08:00
parent 4d4750e9cc
commit a7d8b1d41f
7 changed files with 11 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ $CONTACT_TEMPLATE['menu'] = '
<div class="help-block">{CONTACT_GDPR_LINK}</div>
</div>
</div>
{CONTACT_SUBMIT_BUTTON}
{CONTACT_SUBMIT_BUTTON: class=btn btn-sm btn-small btn-primary button}
</div>
';