Copied over _base.scss + adjusted the comments

This commit is contained in:
Filip Barl
2019-10-03 14:33:03 +02:00
parent 1aa9080576
commit 4224d45458
4 changed files with 1800 additions and 1807 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,8 +6,6 @@ const contrastTheme = {
...defaultTheme,
/* contrast overrides */
background: '#ccf',
backgroundColor: color('white'),
backgroundDarkerColor: color('purple200'),
backgroundDarkerSecondaryColor: color('purple200'),

View File

@@ -2,8 +2,6 @@ import { color } from 'weaveworks-ui-components/lib/theme/selectors';
import { transparentize } from 'polished';
const defaultTheme = {
background: '#fcc',
backgroundColor: color('gray50'), // $background-color: $color-gray-50;
backgroundDarkColor: color('purple900'), // $background-dark-color: $color-purple-900;
backgroundDarkerColor: color('purple100'), // $background-darker-color: $color-purple-100;

File diff suppressed because it is too large Load Diff