Skip to content

Commit

Permalink
updating styles
Browse files Browse the repository at this point in the history
  • Loading branch information
techieshravan committed Mar 14, 2016
1 parent f9b04dd commit 07a71d8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
12 changes: 8 additions & 4 deletions ContactsManager/app/assets/styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
.ng-valid[required] {
border-left: 5px solid #42A948; /* green */
html, body {
font-family: Roboto, "Helvetica", "Arial", sans-serif;
}

/*.ng-valid[required] {
border-left: 5px solid #42A948;
}
.ng-invalid {
border-left: 5px solid #a94442; /* red */
}
border-left: 5px solid #a94442;
}*/
13 changes: 8 additions & 5 deletions ContactsManager/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

<head>
<base href="/">
<title>Angular 2 Contacts Manager</title>

<title>Contacts Manager</title>

<meta name="viewport" content="width=device-width, initial-scale=1">


<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">

<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" href="https://code.getmdl.io/1.1.2/material.blue-red.min.css" />
<link rel="stylesheet" href="https://code.getmdl.io/1.1.2/material.indigo-red.min.css" />
<script defer src="https://code.getmdl.io/1.1.2/material.min.js"></script>

<link rel="stylesheet" href="src/assets/styles.css" />
<link rel="stylesheet" href="app/assets/styles.css" />

<!-- 1. Load libraries -->
<!-- IE required polyfills, in this exact order -->
Expand All @@ -28,7 +31,7 @@
<script>
System.config({
packages: {
src: {
app: {
format: 'register',
defaultExtension: 'js'
}
Expand Down

0 comments on commit 07a71d8

Please sign in to comment.