2.0.0 • Published 7 years ago

niduscss-elements-form v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

niduscss-elements-form

npm

Default style used in input elements and forms for niduscss framework.

Installation

$ npm install niduscss-elements-form

Usage

Define the custom properties in a file if you like modify the default values:

Example: create a setting.css file:

:root {
  --Form-textcolor: #262626;
  --Form-basefont: Lato, Helvetica, "Roboto Slab", "Droid Serif", "Segoe UI Bold", sans-serif;
  --Form-fs-small: 0.875rem;
  --Form-fs-normal: 1rem;
  --Form-border-clr: #2196f3;
  --Form-hover-clr: #808080;
}

Import styles:

styles.css:

/* Import first de file with custom properties or declare before import the
   component.
   ========================================================================== */

@import "settings";

/* Elements
   ========================================================================== */
@import "niduscss-elements-form";

/* Other styles */

Changelog

2.0.0

7 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago