change text color of form success submit message

This commit is contained in:
David Miller 2021-06-05 20:21:10 -04:00
parent e088ed2f21
commit f0e367ce14
6 changed files with 6 additions and 6 deletions

2
dist/css/styles.css vendored
View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Start Bootstrap - Agency v7.0.2 (https://startbootstrap.com/theme/agency)
* Start Bootstrap - Agency v7.0.3 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/

2
dist/index.html vendored
View File

@ -352,7 +352,7 @@
<!-- This is what your users will see when the form-->
<!-- has successfully submitted-->
<div class="d-none" id="submitSuccessMessage">
<div class="text-center mb-3">
<div class="text-center text-white mb-3">
<div class="fw-bolder">Form submission successful!</div>
To activate this form, sign up at
<br />

2
dist/js/scripts.js vendored
View File

@ -1,5 +1,5 @@
/*!
* Start Bootstrap - Agency v7.0.2 (https://startbootstrap.com/theme/agency)
* Start Bootstrap - Agency v7.0.3 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "startbootstrap-agency",
"version": "7.0.1",
"version": "7.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"title": "Agency",
"name": "startbootstrap-agency",
"version": "7.0.2",
"version": "7.0.3",
"scripts": {
"build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
"build:assets": "node scripts/build-assets.js",

View File

@ -344,7 +344,7 @@ html(lang='en')
// has successfully submitted
#submitSuccessMessage.d-none
.text-center.mb-3
.text-center.text-white.mb-3
.fw-bolder Form submission successful!
| To activate this form, sign up at
br