Add import to bower_components ngMaterial

pull/91/head
iRouge 2015-01-27 15:50:19 -05:00 committed by Francis Lachapelle
parent 7dc7662adf
commit 60bd406eac
2 changed files with 2 additions and 20 deletions

View File

@ -26,7 +26,7 @@
<link href = "mailto:support@inverse.ca" rev = "made" />
<link rel = "shortcut icon" var:href = "siteFavicon" type = "image/x-icon" />
<link type = "text/css" rel = "stylesheet" rsrc:href = "css/icons.css" />
<link type = "text/css" rel = "stylesheet" rsrc:href = "css/angular-material.css" />
<link type = "text/css" rel = "stylesheet" rsrc:href = "bower_components/angular-material/angular-material.css" />
<link type = "text/css" rel = "stylesheet" rsrc:href = "css/styles.css" />
<var:if condition = "hasPageSpecificCSS"
>

View File

@ -13,25 +13,7 @@
angular.module('SOGo.UI', ['ngMaterial'])
.config(function ($mdThemingProvider) {
// The default red paletette for warn-color
$mdThemingProvider.definePalette('red', {
'50': '#ffebee',
'100': '#ffcdd2',
'200': '#ef9a9a',
'300': '#e57373',
'400': '#ef5350',
'500': '#f44336',
'600': '#e53935',
'700': '#d32f2f',
'800': '#c62828',
'900': '#b71c1c',
'A100': '#ff8a80',
'A200': '#ff5252',
'A400': '#ff1744',
'A700': '#d50000',
'contrastDefaultColor': 'light',
'contrastDarkColors': '50 100 200 300 400 A100'
});
$mdThemingProvider.definePalette('sogo-green', {
'50': 'eaf5e9',
'100': 'cbe5c8',