Skip to content

Commit

Permalink
Remove css constants, 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Dec 30, 2018
1 parent 6e3a442 commit b4ca0ce
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions dist/dist.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dist.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-theme-titanium",
"version": "1.2.1",
"version": "1.2.2",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
Expand Down
10 changes: 5 additions & 5 deletions src/main.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {

--foreground-color: #3d3c40;
--background-color: rebeccapurple;
--background-color: #663399;
--highlight-color: #c9cccf;

--border-color: var(--highlight-color);
Expand All @@ -13,16 +13,16 @@
--sn-stylekit-info-contrast-color: #e6e6e6;

--sn-stylekit-neutral-color: #7c7c7c;
--sn-stylekit-neutral-contrast-color: white;
--sn-stylekit-neutral-contrast-color: #ffffff;

--sn-stylekit-success-color: #2B9612;
--sn-stylekit-success-contrast-color: white;
--sn-stylekit-success-contrast-color: #ffffff;

--sn-stylekit-warning-color: #f6a200;
--sn-stylekit-warning-contrast-color: white;
--sn-stylekit-warning-contrast-color: #ffffff;

--sn-stylekit-danger-color: #F80324;
--sn-stylekit-danger-contrast-color: white;
--sn-stylekit-danger-contrast-color: #ffffff;

--sn-stylekit-background-color: #d9dbde;
--sn-stylekit-foreground-color: #3d3c40;
Expand Down

0 comments on commit b4ca0ce

Please sign in to comment.