Skip to content

scania/scania-bootstrap-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scania-bootstrap-ui

Scania Bootstrap UI is a custimized version of the popular CSS Framework developed by Twitter,Bootstrap. Basically, you can use it when developing web sites and you will then be helped by our pre-styled elements.

Installation

  bower install scania-bootstrap-ui

Usage

Copy scania-bootstrap-overrides.css file to bower_components/bootstrap directory under your app root.

Add the following script to your index.html file and you are good to go :

<link rel="stylesheet" type="text/css" href="bower_components/scania-ui/css/scania-bootstrap.css" >

Add the .bootstrap selector to the body tag in your index.html and follow the Scania Bootstrap guidelines and design principles.

<body class="bootstrap" ng-controller="CoreCtrl as core" ng-attr-data-env="{{core.envname}}">

The complete UI guidelines can be found here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 98.4%
  • JavaScript 1.6%