-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update annotations, redistribute inititial defaults
- Loading branch information
1 parent
f8aa5ff
commit fe1be7d
Showing
22 changed files
with
86 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
@use "bulma/sass/utilities/css-variables" as css; | ||
|
||
/* @docs */ | ||
$carousel-arrow-icon-spaced: 1.5rem !default; | ||
$carousel-arrow-top: 50% !default; | ||
$carousel-indicator-spaced: 0.5rem !default; | ||
$carousel-overlay-z: 40 !default; | ||
$carousel-arrow-background: css.getVar("scheme-main") !default; | ||
$carousel-arrow-color: css.getVar("primary") !default; | ||
$carousel-indicator-background: rgba(css.getVar("scheme-invert"), 0.5) !default; | ||
$carousel-indicator-border: css.getVar("scheme-main") !default; | ||
$carousel-indicator-color: css.getVar("primary") !default; | ||
$carousel-overlay-background: rgba(css.getVar("scheme-invert"), 0.86) !default; | ||
/* @docs */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
@use "bulma/sass/utilities/initial-variables" as iv; | ||
@use "bulma/sass/utilities/css-variables" as css; | ||
|
||
/* @docs */ | ||
$dropdown-content-max-height: 200px !default; | ||
$dropdown-disabled-opacity: 0.5 !default; | ||
$dropdown-gap: 0px !default; | ||
$dropdown-z: 40 !default; | ||
$dropdown-mobile-breakpoint: iv.$desktop !default; | ||
$dropdown-background-background-color: hsla( | ||
#{css.getVar("scheme-h")}, | ||
#{css.getVar("scheme-s")}, | ||
#{css.getVar("scheme-invert-l")}, | ||
0.86 | ||
) !default; | ||
/* @docs */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/* @docs */ | ||
$floating-in-height: 3.25em !default; | ||
/* @docs */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/* @docs */ | ||
$icon-spin-duration: 2s !default; | ||
/* @docs */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/* @docs */ | ||
$loading-background-color: rgba(255, 255, 255, 0.5) !default; | ||
$loading-icon-size: 3em !default; | ||
$loading-icon-size-full-page: 5em !default; | ||
$loading-z: 29 !default; | ||
/* @docs */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/* @docs */ | ||
$notification-margin-bottom: 1.5rem !default; | ||
$notification-notices-padding: 2em !default; | ||
$notification-notices-z: 1000 !default; | ||
/* @docs */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
@use "bulma/sass/utilities/derived-variables" as dv; | ||
@use "bulma/sass/utilities/css-variables" as css; | ||
|
||
/* @docs */ | ||
$radio-size: 1.25em !default; | ||
$radio-colors: dv.$colors !default; | ||
$radio-active-background-color: css.getVar("primary") !default; | ||
$radio-border-color: css.getVar("grey") !default; | ||
$radio-shadow: css.getVar("shadow"); | ||
/* @docs */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
@use "bulma/sass/utilities/css-variables" as css; | ||
|
||
/* @docs */ | ||
$skeleton-duration: 1.5s !default; | ||
$skeleton-margin-top: 0.5rem !default; | ||
$skeleton-border-radius: css.getVar("radius") !default; | ||
/* @docs */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
@use "bulma/sass/utilities/derived-variables" as dv; | ||
@use "bulma/sass/utilities/css-variables" as css; | ||
|
||
/* @docs */ | ||
$switch-width: 2.75em !default; | ||
$switch-padding: 0.2em !default; | ||
$switch-colors: dv.$colors !default; | ||
$switch-background-color: css.getVar("grey-light") !default; | ||
$switch-active-background-color: css.getVar("primary") !default; | ||
$switch-shadow: css.getVar("shadow"); | ||
/* @docs */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/* @docs */ | ||
$table-sticky-header-height: 300px !default; | ||
/* @docs */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/* @docs */ | ||
$taginput-height: 2em !default; | ||
$taginput-tag-size: 0.9em !default; | ||
/* @docs */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
@use "bulma/sass/utilities/derived-variables" as dv; | ||
@use "bulma/sass/utilities/css-variables" as css; | ||
|
||
/* @docs */ | ||
$tooltip-arrow-size: 5px !default; | ||
$tooltip-arrow-margin: 2px !default; | ||
$tooltip-content-multiline-width: 300px !default; | ||
$tooltip-shadow: 0 1px 2px 1px rgba(0, 1, 0, 0.2) !default; | ||
$tooltip-z: 38 !default; | ||
$tooltip-colors: dv.$colors !default; | ||
$tooltip-border-radius: css.getVar("radius") !default; | ||
$tooltip-bg: css.getVar("scheme-main-bis") !default; | ||
$tooltip-color: css.getVar("text-body") !default; | ||
/* @docs */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
@use "bulma/sass/utilities/css-variables" as css; | ||
@use "bulma/sass/form/file" as file; | ||
|
||
/* @docs */ | ||
$upload-bg: transparent !default; | ||
$upload-draggable-padding: 0.5rem !default; | ||
$upload-colors: file.$file-colors !default; | ||
$upload-border-color: css.getVar("grey-light") !default; | ||
/* @docs */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters