mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
move importing external css files outside the redoc
This commit is contained in:
parent
ca2c01b8ac
commit
617d398dee
|
@ -1,3 +1,8 @@
|
|||
// Google Fonts
|
||||
// ---------------------------
|
||||
@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});
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding-top: 50px;
|
||||
|
|
|
@ -39,11 +39,6 @@ $h3: 1.2857142857142858em;
|
|||
$h4: 1.1428571428571428em;
|
||||
$h5: 0.929em;
|
||||
|
||||
// Google Fonts
|
||||
// ---------------------------
|
||||
@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});
|
||||
|
||||
// Side Bar
|
||||
// ---------------------------
|
||||
$side-bar-width: 260px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user