0.1.0 • Published 2 months ago

@onega-ui/styles v0.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 months ago

@onega-ui/styles

Downloads per month

Guide

Shown here

Installation

  $ yarn add @onega-ui/styles

Use

@import "@onega-ui/styles";

Themes

@import "@onega-ui/styles/themes/rainbow";
@import "@onega-ui/styles/themes/tenderness";
@import "@onega-ui/styles/themes/summer";
@import "@onega-ui/styles/themes/twilight";

Customization variables

:root {
  --ong-color-light-bg: #f6f6f6;
  --ong-color-light-text: #000000;

  --ong-color-secondary-bg: #e2e2e2;
  --ong-color-secondary-text: #000000;

  --ong-color-warning-bg: #F2C46D;
  --ong-color-warning-text: #000000;

  --ong-color-danger-bg: #BF8275;
  --ong-color-danger-text: #FFFFFF;

  --ong-color-success-bg: #46592A;
  --ong-color-success-text: #FFFFFF;

  --ong-color-info-bg: #6997BF;
  --ong-color-info-text: #FFFFFF;

  --ong-color-primary-bg: #0367A6;
  --ong-color-primary-text: #FFFFFF;

  --ong-color-dark-bg: #000000;
  --ong-color-dark-text: #FFFFFF;
}

License

BSD-3-Clause License. See the LICENSE file for details.

0.0.13

2 months ago

0.1.0

2 months ago

0.0.12

3 months ago

0.0.11

3 months ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago