Skip to content

Commit eba4d70

Browse files
author
Rastislav
committed
Release 1.1.1
1 parent c5331ce commit eba4d70

File tree

8 files changed

+52
-60
lines changed

8 files changed

+52
-60
lines changed

dist/css/coco.css

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coco.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coco.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/default/vars.scss

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,6 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex' !default;
4040
// _minireset.sass at /Users/rasty/projects/coco/style/base/_minireset.sass
4141

4242

43-
// _all.sass at /Users/rasty/projects/coco/style/effects/_all.sass
44-
45-
46-
// _emoji.sass at /Users/rasty/projects/coco/style/effects/_emoji.sass
47-
48-
49-
// chessboard.sass at /Users/rasty/projects/coco/style/effects/chessboard.sass
50-
51-
52-
// rotate.sass at /Users/rasty/projects/coco/style/effects/rotate.sass
53-
$rotate-breakpoints: 30, 45, 60, 90, 120, 135, 150, 180, 210, 225, 240, 270, 300, 315, 330 !default;
54-
55-
56-
// spinner.sass at /Users/rasty/projects/coco/style/effects/spinner.sass
57-
58-
5943
// _all.sass at /Users/rasty/projects/coco/style/components/_all.sass
6044

6145

@@ -319,6 +303,22 @@ $tabs-toggle-link-active-border-color: $link !default;
319303
$tabs-toggle-link-active-color: $link-invert !default;
320304

321305

306+
// _all.sass at /Users/rasty/projects/coco/style/effects/_all.sass
307+
308+
309+
// _emoji.sass at /Users/rasty/projects/coco/style/effects/_emoji.sass
310+
311+
312+
// chessboard.sass at /Users/rasty/projects/coco/style/effects/chessboard.sass
313+
314+
315+
// rotate.sass at /Users/rasty/projects/coco/style/effects/rotate.sass
316+
$rotate-breakpoints: 30, 45, 60, 90, 120, 135, 150, 180, 210, 225, 240, 270, 300, 315, 330 !default;
317+
318+
319+
// spinner.sass at /Users/rasty/projects/coco/style/effects/spinner.sass
320+
321+
322322
// _all.sass at /Users/rasty/projects/coco/style/elements/_all.sass
323323

324324

@@ -508,7 +508,7 @@ $color: nth($pair, 1) !default;
508508

509509

510510
// _shared.sass at /Users/rasty/projects/coco/style/form/_shared.sass
511-
$input-color: inherit !default;
511+
$input-color: $text-strong !default;
512512
$input-background-color: $scheme-main !default;
513513
$input-border-color: $border !default;
514514
$input-height: $control-height !default;
@@ -544,6 +544,32 @@ $help-size: $size-small !default;
544544
$color: nth($pair, 1) !default;
545545

546546

547+
// _all.sass at /Users/rasty/projects/coco/style/layout/_all.sass
548+
549+
550+
// _footer.sass at /Users/rasty/projects/coco/style/layout/_footer.sass
551+
$footer-background-color: $scheme-main-bis !default;
552+
$footer-color: false !default;
553+
$footer-padding: 3rem 1.5rem 6rem !default;
554+
555+
556+
// _hero.sass at /Users/rasty/projects/coco/style/layout/_hero.sass
557+
$hero-body-padding: 3rem 1.5rem !default;
558+
$hero-body-padding-small: 1.5rem !default;
559+
$hero-body-padding-medium: 9rem 1.5rem !default;
560+
$hero-body-padding-large: 18rem 1.5rem !default;
561+
$color: nth($pair, 1) !default;
562+
$color-invert: nth($pair, 2) !default;
563+
$gradient-top-left: darken(saturate(adjust-hue($color, -10deg), 10%), 10%) !default;
564+
$gradient-bottom-right: lighten(saturate(adjust-hue($color, 10deg), 5%), 5%) !default;
565+
566+
567+
// _section.sass at /Users/rasty/projects/coco/style/layout/_section.sass
568+
$section-padding: 3rem 1.5rem !default;
569+
$section-padding-medium: 9rem 1.5rem !default;
570+
$section-padding-large: 18rem 1.5rem !default;
571+
572+
547573
// 1977.sass at /Users/rasty/projects/coco/style/filters/1977.sass
548574

549575

@@ -613,32 +639,6 @@ $saturate-breakpoints: 0, 10, 25, 40, 50, 60, 75, 110, 125, 150, 175, 200, 300,
613639
$sepia-breakpoints: 0, 10, 25, 40, 50, 60, 75, 100 !default;
614640

615641

616-
// _all.sass at /Users/rasty/projects/coco/style/layout/_all.sass
617-
618-
619-
// _footer.sass at /Users/rasty/projects/coco/style/layout/_footer.sass
620-
$footer-background-color: $scheme-main-bis !default;
621-
$footer-color: false !default;
622-
$footer-padding: 3rem 1.5rem 6rem !default;
623-
624-
625-
// _hero.sass at /Users/rasty/projects/coco/style/layout/_hero.sass
626-
$hero-body-padding: 3rem 1.5rem !default;
627-
$hero-body-padding-small: 1.5rem !default;
628-
$hero-body-padding-medium: 9rem 1.5rem !default;
629-
$hero-body-padding-large: 18rem 1.5rem !default;
630-
$color: nth($pair, 1) !default;
631-
$color-invert: nth($pair, 2) !default;
632-
$gradient-top-left: darken(saturate(adjust-hue($color, -10deg), 10%), 10%) !default;
633-
$gradient-bottom-right: lighten(saturate(adjust-hue($color, 10deg), 5%), 5%) !default;
634-
635-
636-
// _section.sass at /Users/rasty/projects/coco/style/layout/_section.sass
637-
$section-padding: 3rem 1.5rem !default;
638-
$section-padding-medium: 9rem 1.5rem !default;
639-
$section-padding-large: 18rem 1.5rem !default;
640-
641-
642642
// _all.sass at /Users/rasty/projects/coco/style/grid/_all.sass
643643

644644

dist/sass/components/_navbar.sass

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ a.navbar-item,
182182
color: $navbar-item-hover-color
183183

184184
.navbar-item
185-
display: block
186185
flex-grow: 0
187186
flex-shrink: 0
188187
img
@@ -326,7 +325,6 @@ a.navbar-item,
326325
align-items: center
327326
display: flex
328327
.navbar-item
329-
display: flex
330328
&.has-dropdown
331329
align-items: stretch
332330
&.has-dropdown-up

dist/sass/form/_shared.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$input-color: inherit !default
1+
$input-color: $text-strong !default
22
$input-background-color: $scheme-main !default
33
$input-border-color: $border !default
44
$input-height: $control-height !default

dist/scss/components/_navbar.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ a.navbar-item,
182182
color: $navbar-item-hover-color; } }
183183

184184
.navbar-item {
185-
display: block;
186185
flex-grow: 0;
187186
flex-shrink: 0;
188187
img {
@@ -325,7 +324,6 @@ a.navbar-item,
325324
align-items: center;
326325
display: flex; }
327326
.navbar-item {
328-
display: flex;
329327
&.has-dropdown {
330328
align-items: stretch; }
331329
&.has-dropdown-up {

dist/scss/form/_shared.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$input-color: inherit !default;
1+
$input-color: $text-strong !default;
22
$input-background-color: $scheme-main !default;
33
$input-border-color: $border !default;
44
$input-height: $control-height !default;

0 commit comments

Comments
 (0)