[explore] remove grey background in standalone mode (#2503)

* [explore] remove grey background in standalone mode

* Going with background-transparent
This commit is contained in:
Maxime Beauchemin
2017-03-28 17:11:50 -07:00
committed by GitHub
parent a58194bdb0
commit d3b50cb92e
2 changed files with 6 additions and 0 deletions

View File

@@ -30,3 +30,7 @@
margin-bottom: 0px;
box-shadow: none;
}
.background-transparent {
background-color: transparent !important;
}