mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-14 18:22:31 +03:00
CSS fixes
This commit is contained in:
parent
2f3e8a0f1e
commit
167b272d3e
|
@ -23,6 +23,7 @@ body {
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
-ms-text-size-adjust: 100%;
|
-ms-text-size-adjust: 100%;
|
||||||
text-size-adjust: 100%;
|
text-size-adjust: 100%;
|
||||||
|
font-family: Monserrat, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav input, nav button {
|
nav input, nav button {
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
@import '../../shared/styles/variables';
|
@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 {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -7,11 +7,6 @@ $green : #00aa13;
|
||||||
$yellow : #f1c400;
|
$yellow : #f1c400;
|
||||||
$red : #e53935;
|
$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;
|
$em-size : 14px;
|
||||||
|
|
||||||
// Font weights
|
// Font weights
|
||||||
|
|
Loading…
Reference in New Issue
Block a user