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.
bower install scania-bootstrap-ui
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