cleaning and ordering sass files

This commit is contained in:
Byron Corrales 2015-07-20 23:41:05 -06:00
parent a9d564e181
commit 3328f0c480
5 changed files with 20 additions and 152 deletions

View file

@ -1,8 +1,16 @@
//
// Generals styles for material design light elements
//
// Page container
.page-content{
max-width: 1200px;
margin: 0 auto;
}
// Cards styles
.mdl-card__title {
color: #fff;
height: 176px;
@ -19,6 +27,8 @@
bottom: 25px;
}
// Index highlight card
.section-highlight {
position: relative;
margin: 10px;