Theme: V8 Theme updates (#33050)

* GraphNG: Use new theme props

* Minor fix to letterspacing in button

* Minor tweaks

* Updated

* Revert to roboto

* Added concept of a dark or white base

* Style updates

* Sass

* Updated light text blue

* updates

* reverting button group design

* Fixed tests

* updates

* Updated tests
This commit is contained in:
Torkel Ödegaard
2021-04-16 09:48:52 +02:00
committed by GitHub
parent da03175d0b
commit 66485b3e70
51 changed files with 318 additions and 182 deletions

View File

@@ -99,7 +99,7 @@ $height-lg: 48;
// Typography
// -------------------------
$font-family-sans-serif: 'Inter', 'Helvetica Neue', Arial, sans-serif;
$font-family-sans-serif: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
$font-family-monospace: 'Roboto Mono', monospace;
$font-size-base: 14px !default;