2.0.2 • Published 1 year ago

@gebruederheitz/eloqua-form-styles v2.0.2

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
1 year ago

Eloqua Themeable Styles

Opinionated SASS modules for generating theme stylesheets for forms based on Oracle's Eloqua marketing platform.

Installation

> npm i @gebruederheitz/eloqua-form-styles

Usage

Take a look at the example in examples/configuration.md to get started.

Big List of settings

-- Work in progress --

Global

Setting KeyDefault ValueDescriptionUsed By
padding10px
padding-bottom3 * 10px
padding-top10px
alignbaseline
justifyspace-between
flex-flowrow wrap
flex-flow-lgrow wrap
colorssee colors
iconssee icons
font-familynull
font-size1em
font-weightnull
line-heightnull
text-alignnull
border1px solid #ccc(labels), inputs, error fields, submit button
border-bottomnull(labels), inputs, error fields, submit button
border-radiusnull(labels), inputs, error fields, submit button
Colors
Setting keyDefault Value
text#33333e
bgnull
highlight#0093e1
bordernull
error.text#b00
error.bgtransparent
error.highlight#b00
error.border#b00
success.text#380
success.bgtransparent,
success.highlightnull
success.bordernull

Development

Dependencies

  • NodeJS 16.x & NPM
  • nvm
  • GNU Make (or similar)