Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 5.13 KB

README.md

File metadata and controls

43 lines (29 loc) · 5.13 KB

Leaonline Theme

This package adds the official leaonline bootstrap scss theme to a project.

DOI

Installation

In order to install the theme you need to install the [scss compiler}(https://github.com/Meteor-Community-Packages/meteor-scss) and the autoprefixer:

$ meteor remove standard-minifier-css
$ meteor add fourseven:scss seba:minifiers-autoprefixer

Then you need to create a .scss file which has to be imported on your client and contains the following line:

@import '{leaonline:theme}/theme.scss';

That's it.

Color Schema

name usage code preview
primary Main Color / Brand Color #f59d1d
secondary Text, common actions #193b5e
light Highlights, background #f5f5f5
dark Highlights, background #646464
gray Highlights, background #a6a6a6
warning Language Dimension #FFC800
danger Reading Dimension #d95a7d
success Maths Dimension #00ddb6
info Writing Dimension #86c4f1

License

MIT, see [./LICENSE](license file)