1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-carbon-components/static/export.scss

54 lines
1.4 KiB
SCSS

$edited: true;
$brand-01: #00be00;
$brand-02: #4f8b4f;
$brand-03: #bc32f7;
$inverse-01: #ffffff;
$inverse-02: #272d33;
$ui-01: #ffffff;
$ui-02: #f6f6f6;
$ui-03: #ececec;
$ui-04: #c0bfc0;
$ui-05: #595859;
$text-01: #4d234b;
$text-02: #595859;
$text-03: #777677;
$field-01: #ffffff;
$field-02: #ffffff;
$support-01: #e62325;
$support-02: #34bc6e;
$support-03: #fed500;
$support-04: #777677;
$use-layer: false;
$input-border: 1px solid $ui-04;
$input-label-weight: 700;
$button-font-weight: 400;
$button-font-size: 1rem;
$button-border-radius: 1rem;
$button-height: 32px;
$button-padding: 0 2rem;
$button-padding-sm: 0 1rem;
$button-border-width: 1px;
$accordion-flex-direction: row-reverse;
$accordion-justify-content: space-between;
$accordion-arrow-margin: 0 .25rem 0 0;
$accordion-title-margin: 0 0 0 0;
$accordion-content-padding: 0 1.75rem 0 0;
$card-text-align: center;
$card-flex-align: center;
$checkbox-border-width: 1px;
$snippet-background-color: $ui-03;
$content-switcher-border-radius: 1.5rem;
$content-switcher-option-border: none;
$data-table-heading-transform: none;
$data-table-heading-border-bottom: 1px solid $ui-04;
$data-table-row-height: 5rem;
$modal-border-top: none;
$modal-footer-background-color: transparent;
$progress-indicator-bar-width: none;
$progress-indicator-stroke-width: 2;
$progress-indicator-line-offset: .7rem;
$radio-border-width: 1px;
$structured-list-padding: 2rem;
$structured-list-text-transform: none;
$nav-01: #1b2834;
$nav-02: #1c496d;