cleaning and ordering sass files
This commit is contained in:
parent
a9d564e181
commit
3328f0c480
5 changed files with 20 additions and 152 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue