mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
More styling for Next button and error message
This commit is contained in:
@@ -25,6 +25,21 @@
|
||||
margin-top: -2em
|
||||
margin-bottom: 2em
|
||||
padding: 4em 2em 2em 1em
|
||||
|
||||
.admin-cta
|
||||
border: 1px solid #5498da
|
||||
@include border-radius(3px)
|
||||
text-align: center
|
||||
padding: 1em
|
||||
|
||||
.error
|
||||
display: block
|
||||
color: white
|
||||
background: red
|
||||
margin-bottom: 1em
|
||||
padding: 0.5em
|
||||
font-style: oblique
|
||||
|
||||
|
||||
a.selector
|
||||
position: relative
|
||||
|
||||
@@ -53,6 +53,11 @@
|
||||
You want to use OFN as a place for people to find and contact you.
|
||||
|
||||
.sixteen.columns.alpha
|
||||
%span.error{ ng: { show: "(enterprise.sells.$error.pattern || enterprise.sells.$error.pattern) && submitted" } }
|
||||
Please select an option
|
||||
%input{ type: 'submit', ng: { click: "submit(enterprise)" } }
|
||||
.admin-cta
|
||||
%span.error{ ng: { show: "(enterprise.sells.$error.pattern || enterprise.sells.$error.pattern) && submitted" } }
|
||||
Please choose one of the options above.
|
||||
%input{ type: 'submit', value: 'Next', ng: { click: "submit(enterprise)" } }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user