2018-02-07 04:39:24 +00:00
|
|
|
@import '~bootstrap-sass/assets/stylesheets/bootstrap/variables';
|
|
|
|
@import './variables/colors';
|
|
|
|
@import './variables/spacing';
|
2018-04-16 23:30:58 +00:00
|
|
|
@import './variables/electron';
|
2018-02-07 04:39:24 +00:00
|
|
|
@import './variables/grid';
|
|
|
|
@import './variables/typography';
|
|
|
|
@import './variables/transitions';
|
|
|
|
@import './variables/tables';
|
2018-05-11 15:15:32 +00:00
|
|
|
@import './variables/tooltips';
|
2018-02-07 04:39:24 +00:00
|
|
|
@import './variables/zindex';
|
2017-07-15 04:16:36 +00:00
|
|
|
|
|
|
|
// Misc.
|
2018-06-27 04:51:42 +00:00
|
|
|
$border-radius-small: 2px;
|
|
|
|
$border-radius-base: $border-radius-small;
|
|
|
|
$border-radius-large: $border-radius-small;
|
|
|
|
$input-border-radius: 2px;
|
|
|
|
$input-border-radius-small: $input-border-radius;
|
|
|
|
$input-border-radius-large: $input-border-radius;
|
|
|
|
$btn-border-radius: 2px;
|
|
|
|
|
|
|
|
$input-height-base: 3rem;
|
|
|
|
$input-height-large: 4rem;
|
|
|
|
$input-height-small: 2rem;
|
|
|
|
|
|
|
|
$input-border: color(control-border);
|
|
|
|
$input-color: color(control-color);
|
|
|
|
$input-group-addon-bg: color(control-addon-bg);
|
|
|
|
$input-group-addon-border-color: color(control-addon-bg);
|
2017-07-15 04:16:36 +00:00
|
|
|
|
|
|
|
$label-color: #fff;
|
|
|
|
$label-link-hover-color: #fff;
|
|
|
|
|
2018-06-27 04:51:42 +00:00
|
|
|
$link-hover-decoration: none;
|
2017-07-15 04:16:36 +00:00
|
|
|
|
v3 Style Import (#151)
* Convert bootstrap to sass instead of checked in and less
* Darken body, adjust header.
* First pass at tab styles, each tab will need a lot of individual love tho.
* Update footer to main site content, improve responsiveness.
* Missing key added.
* Fix dropdowns.
* Convert GenerateWallet HTML over, still needs styling.
* Send form.
* Current rates styled.
* CurrencySwap form styles.
* SwapInfoHeader styled.
* Finish up swap restyling, minor usability improvements for mobile.
* Fix up notifications / alert customizations
* Import v3 variables.
* Fix notification spacing.
* Align input height base with buttons.
* Revert height base, add additional bootstrap overrides.
* Grid overrides.
* Move overrides to their own folder. Adjust naming.
* Fix inconsistencies.
* Style generate wallet pt 1.
* Style generate wallet pt 2
* Style generate wallet pt 3
* Fix swap
* Added some missing overries, fixed the fallout.
* Remove header text, indicate alpha version.
* Fix radio / checkbox weights.
* Bind => arrow
* Convert simpledropdown to proper form select, instead of weirdly implemented nonfuncitoning dropdown.
* Fix token balances buttons, footr icons.
2017-09-05 19:52:01 +00:00
|
|
|
$alert-padding: 1rem;
|
2017-07-15 04:16:36 +00:00
|
|
|
$alert-border-radius: $border-radius;
|
|
|
|
$alert-link-font-weight: bold;
|
|
|
|
|
2018-06-27 04:51:42 +00:00
|
|
|
$alert-success-bg: color(brand-success);
|
|
|
|
$alert-success-text: color(text-color-inverted);
|
2017-07-15 04:16:36 +00:00
|
|
|
$alert-success-border: $alert-success-bg;
|
|
|
|
|
2018-06-27 04:51:42 +00:00
|
|
|
$alert-info-bg: color(brand-primary);
|
|
|
|
$alert-info-text: color(text-color-inverted);
|
2017-07-15 04:16:36 +00:00
|
|
|
$alert-info-border: $alert-info-bg;
|
|
|
|
|
2018-06-27 04:51:42 +00:00
|
|
|
$alert-warning-bg: color(brand-warning);
|
|
|
|
$alert-warning-text: color(text-color-inverted);
|
2017-07-15 04:16:36 +00:00
|
|
|
$alert-warning-border: $alert-warning-bg;
|
|
|
|
|
2018-06-27 04:51:42 +00:00
|
|
|
$alert-danger-bg: color(brand-danger);
|
|
|
|
$alert-danger-text: color(text-color-inverted);
|
2017-07-15 04:16:36 +00:00
|
|
|
$alert-danger-border: $alert-danger-bg;
|
|
|
|
|
2018-06-27 04:51:42 +00:00
|
|
|
$well-bg: color(gray-lightest);
|
|
|
|
$well-border: color(gray-lighter);
|
2017-07-15 04:16:36 +00:00
|
|
|
|
2018-02-07 04:39:24 +00:00
|
|
|
$tab-box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.12);
|
|
|
|
|
2018-06-27 04:51:42 +00:00
|
|
|
$pre-bg: color(gray-lightest);
|
|
|
|
$pre-color: color(gray-dark);
|
|
|
|
$pre-border-color: color(gray-lighter);
|
v3 Style Import (#151)
* Convert bootstrap to sass instead of checked in and less
* Darken body, adjust header.
* First pass at tab styles, each tab will need a lot of individual love tho.
* Update footer to main site content, improve responsiveness.
* Missing key added.
* Fix dropdowns.
* Convert GenerateWallet HTML over, still needs styling.
* Send form.
* Current rates styled.
* CurrencySwap form styles.
* SwapInfoHeader styled.
* Finish up swap restyling, minor usability improvements for mobile.
* Fix up notifications / alert customizations
* Import v3 variables.
* Fix notification spacing.
* Align input height base with buttons.
* Revert height base, add additional bootstrap overrides.
* Grid overrides.
* Move overrides to their own folder. Adjust naming.
* Fix inconsistencies.
* Style generate wallet pt 1.
* Style generate wallet pt 2
* Style generate wallet pt 3
* Fix swap
* Added some missing overries, fixed the fallout.
* Remove header text, indicate alpha version.
* Fix radio / checkbox weights.
* Bind => arrow
* Convert simpledropdown to proper form select, instead of weirdly implemented nonfuncitoning dropdown.
* Fix token balances buttons, footr icons.
2017-09-05 19:52:01 +00:00
|
|
|
$pre-scrollable-max-height: 23rem;
|
2017-07-15 04:16:36 +00:00
|
|
|
|
v3 Style Import (#151)
* Convert bootstrap to sass instead of checked in and less
* Darken body, adjust header.
* First pass at tab styles, each tab will need a lot of individual love tho.
* Update footer to main site content, improve responsiveness.
* Missing key added.
* Fix dropdowns.
* Convert GenerateWallet HTML over, still needs styling.
* Send form.
* Current rates styled.
* CurrencySwap form styles.
* SwapInfoHeader styled.
* Finish up swap restyling, minor usability improvements for mobile.
* Fix up notifications / alert customizations
* Import v3 variables.
* Fix notification spacing.
* Align input height base with buttons.
* Revert height base, add additional bootstrap overrides.
* Grid overrides.
* Move overrides to their own folder. Adjust naming.
* Fix inconsistencies.
* Style generate wallet pt 1.
* Style generate wallet pt 2
* Style generate wallet pt 3
* Fix swap
* Added some missing overries, fixed the fallout.
* Remove header text, indicate alpha version.
* Fix radio / checkbox weights.
* Bind => arrow
* Convert simpledropdown to proper form select, instead of weirdly implemented nonfuncitoning dropdown.
* Fix token balances buttons, footr icons.
2017-09-05 19:52:01 +00:00
|
|
|
$component-offset-horizontal: 12rem;
|
2018-06-27 04:51:42 +00:00
|
|
|
$text-muted: color(gray-light);
|
|
|
|
$abbr-border-color: color(gray-light);
|
2017-07-15 04:16:36 +00:00
|
|
|
$headings-small-color: inherit;
|
2018-06-27 04:51:42 +00:00
|
|
|
$blockquote-small-color: color(gray-light);
|
2017-07-15 04:16:36 +00:00
|
|
|
$blockquote-font-size: ($font-size-base * 1.25);
|
2018-06-27 04:51:42 +00:00
|
|
|
$blockquote-border-color: color(gray-lighter);
|
|
|
|
$page-header-border-color: color(gray-lighter);
|
2017-07-15 04:16:36 +00:00
|
|
|
$dl-horizontal-offset: $component-offset-horizontal;
|
v3 Style Import (#151)
* Convert bootstrap to sass instead of checked in and less
* Darken body, adjust header.
* First pass at tab styles, each tab will need a lot of individual love tho.
* Update footer to main site content, improve responsiveness.
* Missing key added.
* Fix dropdowns.
* Convert GenerateWallet HTML over, still needs styling.
* Send form.
* Current rates styled.
* CurrencySwap form styles.
* SwapInfoHeader styled.
* Finish up swap restyling, minor usability improvements for mobile.
* Fix up notifications / alert customizations
* Import v3 variables.
* Fix notification spacing.
* Align input height base with buttons.
* Revert height base, add additional bootstrap overrides.
* Grid overrides.
* Move overrides to their own folder. Adjust naming.
* Fix inconsistencies.
* Style generate wallet pt 1.
* Style generate wallet pt 2
* Style generate wallet pt 3
* Fix swap
* Added some missing overries, fixed the fallout.
* Remove header text, indicate alpha version.
* Fix radio / checkbox weights.
* Bind => arrow
* Convert simpledropdown to proper form select, instead of weirdly implemented nonfuncitoning dropdown.
* Fix token balances buttons, footr icons.
2017-09-05 19:52:01 +00:00
|
|
|
$dl-horizontal-breakpoint: $grid-float-breakpoint;
|
2018-06-27 04:51:42 +00:00
|
|
|
$hr-border: color(gray-lighter);
|
2018-05-29 14:51:42 +00:00
|
|
|
$dropdown-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|