add neutral submit button

This commit is contained in:
Uwe Steinmann 2022-12-10 13:07:26 +01:00
parent c31250089e
commit 22d59a61ed
2 changed files with 6 additions and 0 deletions

View File

@ -1208,6 +1208,9 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
case 'danger':
$class = 'btn-danger';
break;
case 'neutral':
$class = '';
break;
case 'primary':
default:
$class = 'btn-primary';

View File

@ -1212,6 +1212,9 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
case 'danger':
$class = 'btn-danger';
break;
case 'neutral':
$class = '';
break;
case 'primary':
default:
$class = 'btn-primary';