minor fixes

This commit is contained in:
Roman Hotsiy 2016-03-14 22:36:32 +02:00
parent 617d398dee
commit f4ee0fa343
3 changed files with 2 additions and 4 deletions

View File

@ -14,7 +14,7 @@
</form> </form>
</nav> </nav>
<redoc scroll-y-offset="body > nav" spec-url='http://localhost:3000/swagger.json'></redoc> <redoc scroll-y-offset="body > nav" spec-url='swagger.yml'></redoc>
<!-- ReDoc built file with all dependencies included --> <!-- ReDoc built file with all dependencies included -->
<script src="main.js"> </script> <script src="main.js"> </script>

View File

@ -1,5 +1,3 @@
// Google Fonts
// ---------------------------
@import url(http://fonts.googleapis.com/css?family=#{$base-font}:#{$light},#{$regular},#{$bold}); @import url(http://fonts.googleapis.com/css?family=#{$base-font}:#{$light},#{$regular},#{$bold});
@import url(http://fonts.googleapis.com/css?family=#{$headers-font}:#{$light},#{$regular}); @import url(http://fonts.googleapis.com/css?family=#{$headers-font}:#{$light},#{$regular});

View File

@ -4,6 +4,6 @@
font-weight: normal; font-weight: normal;
} }
> div { :host > div {
width: 60%; width: 60%;
} }