adding MDL html structure
This commit is contained in:
parent
9e5f1c4863
commit
c55d91da8f
7 changed files with 124 additions and 325 deletions
|
|
@ -13,6 +13,7 @@ dl, dd, ol, ul, figure {
|
|||
/**
|
||||
* Basic styling
|
||||
*/
|
||||
/*
|
||||
body {
|
||||
font-family: $base-font-family;
|
||||
font-size: $base-font-size;
|
||||
|
|
@ -22,6 +23,7 @@ body {
|
|||
background-color: $background-color;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
|
@ -88,6 +90,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||
/**
|
||||
* Links
|
||||
*/
|
||||
/*
|
||||
a {
|
||||
color: $brand-color;
|
||||
text-decoration: none;
|
||||
|
|
@ -101,6 +104,7 @@ a {
|
|||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue