Skip to content

Commit

Permalink
add first version
Browse files Browse the repository at this point in the history
  • Loading branch information
dianedelallee committed Mar 3, 2021
1 parent c1fd65d commit a642cb4
Show file tree
Hide file tree
Showing 17 changed files with 1,995 additions and 1 deletion.
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Artemis Bootstrap template

## Libraries used
* Bootstrap: 5.0.0-beta2
* Animate.css: 4.1.1
* highlight.js: 10.5.0
* fontawesome: 5.10.0

## CSS class available

### Declinaison of color
Once you know which class you want to use you can add the following ending work to change the color

Here are the color

Term | color | value
--- | --- | ---
`-primary` | <input type="color" value="#F3D250" title="#F3D250" disabled/> | #F3D250
`-secondary` | <input type="color" value="#90CCF4" title="#90CCF4" disabled/> | #90CCF4
`-secondary-dark` | <input type="color" value="#5DA2D5" title="#5DA2D5" disabled/> | #5DA2D5
`-danger` | <input type="color" value="#F78888" title="#F78888" disabled/> | #F78888
`-warning` | <input type="color" value="#ffb347" title="#ffb347" disabled/> | #ffb347
`-success` | <input type="color" value="#77dd77" title="#77dd77" disabled/> | #77dd77
`-white` | <input type="color" value="#ECECEC" title="#ECECEC" disabled/> | #ECECEC
`-black` | <input type="color" value="#000000" title="#000000" disabled/> | #000000

### Buttons

* gamer
* flat
* reverse-flat
* neon

### Inputs

* artemis-input

### Highlight

* highlight
* important
* show


Loading

0 comments on commit a642cb4

Please sign in to comment.