change text color of form success submit message
This commit is contained in:
parent
e088ed2f21
commit
f0e367ce14
2
dist/css/styles.css
vendored
2
dist/css/styles.css
vendored
@ -1,6 +1,6 @@
|
|||||||
@charset "UTF-8";
|
@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
|
* Copyright 2013-2021 Start Bootstrap
|
||||||
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -352,7 +352,7 @@
|
|||||||
<!-- This is what your users will see when the form-->
|
<!-- This is what your users will see when the form-->
|
||||||
<!-- has successfully submitted-->
|
<!-- has successfully submitted-->
|
||||||
<div class="d-none" id="submitSuccessMessage">
|
<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>
|
<div class="fw-bolder">Form submission successful!</div>
|
||||||
To activate this form, sign up at
|
To activate this form, sign up at
|
||||||
<br />
|
<br />
|
||||||
|
2
dist/js/scripts.js
vendored
2
dist/js/scripts.js
vendored
@ -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
|
* Copyright 2013-2021 Start Bootstrap
|
||||||
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "startbootstrap-agency",
|
"name": "startbootstrap-agency",
|
||||||
"version": "7.0.1",
|
"version": "7.0.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Agency",
|
"title": "Agency",
|
||||||
"name": "startbootstrap-agency",
|
"name": "startbootstrap-agency",
|
||||||
"version": "7.0.2",
|
"version": "7.0.3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
|
"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",
|
"build:assets": "node scripts/build-assets.js",
|
||||||
|
@ -344,7 +344,7 @@ html(lang='en')
|
|||||||
// has successfully submitted
|
// has successfully submitted
|
||||||
|
|
||||||
#submitSuccessMessage.d-none
|
#submitSuccessMessage.d-none
|
||||||
.text-center.mb-3
|
.text-center.text-white.mb-3
|
||||||
.fw-bolder Form submission successful!
|
.fw-bolder Form submission successful!
|
||||||
| To activate this form, sign up at
|
| To activate this form, sign up at
|
||||||
br
|
br
|
||||||
|
Loading…
Reference in New Issue
Block a user