Skip to content

Commit

Permalink
Update app.component.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
w0jt committed Jan 11, 2017
1 parent e0e81d9 commit a4a83ac
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@ html, body{
font-family: Arial, Helvetica, sans-serif
}

span.active {
background-color: gray;
.main-content {
padding-left: 15px;
padding-right: 15px;
}

.page-header {
margin-top: 30px;
padding-bottom: 30px;
}

.footer {
position: fixed;
bottom: 0;
width: 100%;
height: 50px;
background-color: #2e6da4;
}

.footer-content {
color: white;
text-align: center;
font-size: small;
height: 30px;
padding-top: 5px;
padding-bottom: 5px;

> a {
color: white;
font-weight: bold;
}
}

0 comments on commit a4a83ac

Please sign in to comment.