Skip to content

Commit

Permalink
2.0.0-beta.20
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Mar 23, 2020
1 parent 18a5c25 commit c79f5c8
Show file tree
Hide file tree
Showing 32 changed files with 87 additions and 106 deletions.
2 changes: 1 addition & 1 deletion dist/base-dark-mode.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! lookbook-dark-mode.css v2.0.0-beta.19 */
/*! lookbook-dark-mode.css v2.0.0-beta.20 */

@media screen and (prefers-color-scheme: dark) {

Expand Down
2 changes: 1 addition & 1 deletion dist/base-dark-mode.min.css

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

4 changes: 2 additions & 2 deletions dist/base.bare.css

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/base.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! base.css v2.0.0-beta.19 */
/*! base.css v2.0.0-beta.20 */

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&display=swap');

Expand Down Expand Up @@ -1036,7 +1036,7 @@ BUTTONS
.btn {
--bg: var(--blue-60);
--bg-disabled: rgb(138, 182, 202);
--bg-focused: var(--blue-70);
--bg-focused: var(--blue-80);
--bg-hover: rgb(0, 110, 159);
--bg-active: var(--blue-70);
--text: #fff;
Expand Down Expand Up @@ -1121,10 +1121,10 @@ BUTTONS
--text: var(--grey-70);
--text-hover: var(--grey-80);
--text-active: var(--grey-90);
--bg: var(--grey-30);
--bg-focused: var(--grey-30);
--focused-shadow: rgba(121, 148, 165, 0.1);
--bg-hover: rgb(200, 213, 221);
--bg: var(--grey-20);
--bg-focused: var(--grey-40);
--focused-shadow: rgba(121, 148, 165, 0.15);
--bg-hover: var(--grey-30);
--bg-active: var(--grey-40);
--bg-disabled: var(--grey-20);
--text-disabled: var(--grey-50);
Expand All @@ -1145,8 +1145,8 @@ BUTTONS
.btn-primary {
--bg: var(--green-60);
--bg-disabled: rgb(147, 185, 170);
--bg-focused: var(--green-70);
--focused-shadow: rgba(26, 181, 119, 0.3);
--bg-focused: var(--green-80);
--focused-shadow: rgba(24, 131, 89, 0.25);
--bg-hover: rgb(22, 118, 80);
--bg-active: var(--green-70);
}
Expand All @@ -1166,7 +1166,7 @@ BUTTONS
.btn-danger {
--bg: var(--red-60);
--bg-disabled: rgb(212, 162, 168);
--bg-focused: var(--red-70);
--bg-focused: var(--red-80);
--focused-shadow: rgba(233, 82, 103, 0.3);
--bg-hover: rgb(186, 60, 77);
--bg-active: var(--red-70);
Expand Down
Loading

0 comments on commit c79f5c8

Please sign in to comment.