Skip to content

Commit

Permalink
update(css): clean app.css
Browse files Browse the repository at this point in the history
Fixes angular#19.
  • Loading branch information
ThomasBurleson committed Jan 23, 2016
1 parent f88732b commit c4bc0fd
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions app/assets/app.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
html, body {
font-family: 'Roboto', sans-serif;
font-size:14px;
height:100%;
margin: 0px;
padding: 0px;
}

/* Toolbar area */

.menu {
Expand Down Expand Up @@ -33,10 +25,6 @@ md-list-item > button {
color: #03a9f4;
}

md-sidenav md-list {
padding: 0px 0px 8px 0px;
}


button#main {
margin-bottom: 10px;
Expand All @@ -48,9 +36,6 @@ md-sidenav > md-toolbar {

/* Primary content area */

#content {
overflow: hidden;
}

#content {
padding-left: 40px;
Expand Down Expand Up @@ -79,11 +64,6 @@ md-sidenav > md-toolbar {
height:36px;
}

md-button.menuBtn > md-icon {
fill:white;
width:24px;
height:24px;
}

#content .md-button.contact:active > md-icon {
background-color: #dadada;
Expand All @@ -92,25 +72,11 @@ md-button.menuBtn > md-icon {
transition: all 100ms ease-out 30ms;
}

#content img {
display: block;
height: auto;
max-width: 500px;
}

/* Utils */

.content-wrapper {
position: relative;
}

/* Typography support coming in 0.8.0 */

md-toolbar h1 {
font-size: 1.250em;
font-weight: 400;
}

.avatar {
position: relative;
width: 128px;
Expand Down

0 comments on commit c4bc0fd

Please sign in to comment.