diff --git a/.gitignore b/.gitignore index 186552a71..90fe4c862 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ node_modules bower_components -coverage \ No newline at end of file +coverage +dist +*.tgz diff --git a/index.html b/index.html index c39953701..d25606193 100644 --- a/index.html +++ b/index.html @@ -35,20 +35,18 @@ .grid-stack-item { border: 0; } - - #demo h1, - #getStarted h1 { - font-size: 3rem; + h1 { + text-align: center; + font-size: 3rem; + margin-top: 2rem; + margin-bottom: 1.5rem; } - .card { background: none; } - section { padding: 0 15px 0 15px; } - .grid-stack-item-removing { opacity: 0.8; filter: blur(5px); @@ -61,7 +59,13 @@ .logo { display: inline; margin-right: 15px; - } + } + #trash { + background-color: #cc6857 ; + } + .newWidget { + background-color: #6cad84 ; + } @@ -110,21 +114,12 @@ >Examples