mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-16 18:00:33 +03:00
CSS fixes
This commit is contained in:
parent
2f3e8a0f1e
commit
167b272d3e
|
@ -23,6 +23,7 @@ body {
|
|||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
text-size-adjust: 100%;
|
||||
font-family: Monserrat, sans-serif;
|
||||
}
|
||||
|
||||
nav input, nav button {
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
@import '../../shared/styles/variables';
|
||||
// Font
|
||||
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,700');
|
||||
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');
|
||||
|
||||
|
||||
:host {
|
||||
display: block;
|
||||
|
|
|
@ -7,11 +7,6 @@ $green : #00aa13;
|
|||
$yellow : #f1c400;
|
||||
$red : #e53935;
|
||||
|
||||
// Font
|
||||
// ---------------------------
|
||||
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,700');
|
||||
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');
|
||||
|
||||
$em-size : 14px;
|
||||
|
||||
// Font weights
|
||||
|
|
Loading…
Reference in New Issue
Block a user