-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
.ExampleTemplate-module__clinical-lowlight-theme___1UKvL { | ||
--terra-dev-site-example-template-hover-selected-code-toggle-background-color: #505a5f; | ||
--terra-dev-site-example-template-selected-code-toggle-background-color: #3f474b; | ||
--terra-dev-site-example-template-hover-code-toggle-background-color: #373d41; | ||
--terra-dev-site-example-template-code-toggle-background-color: #2e3539; | ||
--terra-dev-site-example-template-selected-code-toggle-color: #ebebeb; | ||
--terra-dev-site-example-template-code-background-color: #1d2427; | ||
--terra-dev-site-example-template-keyboard-focus-outline: #fff; | ||
--terra-dev-site-example-template-code-toggle-color: #b2b5b6; | ||
--terra-dev-site-example-template-footer-background-color: #262b2e; | ||
--terra-dev-site-example-template-header-background-color: #262b2e; | ||
--terra-dev-site-example-template-content-background-color: #1b2326; | ||
} | ||
|
||
.ExampleTemplate-module__orion-fusion-theme___1O9Fb { | ||
--terra-dev-site-example-template-hover-selected-code-toggle-background-color: #424141; | ||
--terra-dev-site-example-template-selected-code-toggle-background-color: #666565; | ||
--terra-dev-site-example-template-hover-code-toggle-background-color: #b8b8b8; | ||
--terra-dev-site-example-template-code-toggle-background-color: #ddd; | ||
--terra-dev-site-example-template-selected-code-toggle-color: #ebebeb; | ||
--terra-dev-site-example-template-code-background-color: #f6f8fa; | ||
--terra-dev-site-example-template-keyboard-focus-outline: #000; | ||
--terra-dev-site-example-template-code-toggle-color: #000; | ||
--terra-dev-site-example-template-footer-background-color: #f4f4f4; | ||
--terra-dev-site-example-template-header-background-color: #f4f4f4; | ||
--terra-dev-site-example-template-template-content-background-color: #fff; | ||
} | ||
|
||
.ExampleTemplate-module__template___KYobd { | ||
border: 1px solid #e8e8e8; | ||
border-radius: 3px; | ||
margin-bottom: 0.9375rem; | ||
overflow: hidden; | ||
} | ||
.ExampleTemplate-module__header___3iw7C { | ||
background-color: var(--terra-dev-site-example-template-header-background-color); | ||
border-bottom: 1px solid #e8e8e8; | ||
padding: 0.625rem; | ||
} | ||
.ExampleTemplate-module__content___1iaAX { | ||
background-color: var(--terra-dev-site-example-template-content-background-color); | ||
padding: 0.625rem; | ||
} | ||
.ExampleTemplate-module__description___3Vf5E { | ||
padding-bottom: 0.625rem; | ||
} | ||
.ExampleTemplate-module__footer___2Phq3 { | ||
background-color: var(--terra-dev-site-example-template-footer-background-color); | ||
overflow: hidden; | ||
} | ||
.ExampleTemplate-module__button-container___1JxCE { | ||
display: flex; | ||
justify-content: flex-end; | ||
} | ||
.ExampleTemplate-module__css___2LnEj, .ExampleTemplate-module__code___CzNro { | ||
background-color: #f6f8fa; | ||
background-color: var(--terra-dev-site-example-template-code-background-color, #f6f8fa); | ||
height: 100%; | ||
} | ||
.ExampleTemplate-module__css-toggle___2NGzh, .ExampleTemplate-module__code-toggle___306N5 { | ||
align-items: center; | ||
background-color: #ddd; | ||
background-color: var(--terra-dev-site-example-template-code-toggle-background-color, #ddd); | ||
border: 0; | ||
color: #000; | ||
color: var(--terra-dev-site-example-template-code-toggle-color, #000); | ||
cursor: pointer; | ||
display: flex; | ||
outline: none; | ||
padding: 0.625rem; | ||
} | ||
.ExampleTemplate-module__css-toggle___2NGzh.ExampleTemplate-module__is-selected___5gylH, .ExampleTemplate-module__code-toggle___306N5.ExampleTemplate-module__is-selected___5gylH { | ||
background-color: #666565; | ||
background-color: var(--terra-dev-site-example-template-selected-code-toggle-background-color, #666565); | ||
color: #ebebeb; | ||
color: var(--terra-dev-site-example-template-selected-code-toggle-color, #ebebeb); | ||
} | ||
.ExampleTemplate-module__css-toggle___2NGzh:hover, .ExampleTemplate-module__code-toggle___306N5:hover { | ||
background-color: #b8b8b8; | ||
background-color: var(--terra-dev-site-example-template-hover-code-toggle-background-color, #b8b8b8); | ||
} | ||
.ExampleTemplate-module__css-toggle___2NGzh:hover.ExampleTemplate-module__is-selected___5gylH, .ExampleTemplate-module__code-toggle___306N5:hover.ExampleTemplate-module__is-selected___5gylH { | ||
background-color: #424141; | ||
background-color: var(--terra-dev-site-example-template-hover-selected-code-toggle-background-color, #424141); | ||
} | ||
.ExampleTemplate-module__item___pdgYL[data-focus-styles-enabled=true]:focus { | ||
outline: 2px dashed #000; | ||
outline: 2px dashed var(--terra-dev-site-example-template-keyboard-focus-outline, #000); | ||
outline-offset: -2px; | ||
} | ||
.ExampleTemplate-module__chevron___2ZCBT { | ||
display: inline-block; | ||
height: 0.875rem; | ||
width: 0.875rem; | ||
} | ||
.ExampleTemplate-module__title___Pqpi7 { | ||
font-size: 1rem; | ||
font-weight: 500; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
.ExampleTemplate-module__dynamic-content___2YGWH { | ||
background-color: rgba(0, 0, 0, 0); | ||
} |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
.ExampleTemplate-module__clinical-lowlight-theme___1UKvL { | ||
--terra-dev-site-example-template-hover-selected-code-toggle-background-color: #505a5f; | ||
--terra-dev-site-example-template-selected-code-toggle-background-color: #3f474b; | ||
--terra-dev-site-example-template-hover-code-toggle-background-color: #373d41; | ||
--terra-dev-site-example-template-code-toggle-background-color: #2e3539; | ||
--terra-dev-site-example-template-selected-code-toggle-color: #ebebeb; | ||
--terra-dev-site-example-template-code-background-color: #1d2427; | ||
--terra-dev-site-example-template-keyboard-focus-outline: #fff; | ||
--terra-dev-site-example-template-code-toggle-color: #b2b5b6; | ||
--terra-dev-site-example-template-footer-background-color: #262b2e; | ||
--terra-dev-site-example-template-header-background-color: #262b2e; | ||
--terra-dev-site-example-template-content-background-color: #1b2326; | ||
} | ||
|
||
.ExampleTemplate-module__orion-fusion-theme___1O9Fb { | ||
--terra-dev-site-example-template-hover-selected-code-toggle-background-color: #424141; | ||
--terra-dev-site-example-template-selected-code-toggle-background-color: #666565; | ||
--terra-dev-site-example-template-hover-code-toggle-background-color: #b8b8b8; | ||
--terra-dev-site-example-template-code-toggle-background-color: #ddd; | ||
--terra-dev-site-example-template-selected-code-toggle-color: #ebebeb; | ||
--terra-dev-site-example-template-code-background-color: #f6f8fa; | ||
--terra-dev-site-example-template-keyboard-focus-outline: #000; | ||
--terra-dev-site-example-template-code-toggle-color: #000; | ||
--terra-dev-site-example-template-footer-background-color: #f4f4f4; | ||
--terra-dev-site-example-template-header-background-color: #f4f4f4; | ||
--terra-dev-site-example-template-template-content-background-color: #fff; | ||
} | ||
|
||
.ExampleTemplate-module__template___KYobd { | ||
border: 1px solid #e8e8e8; | ||
border-radius: 3px; | ||
margin-bottom: 0.9375rem; | ||
overflow: hidden; | ||
} | ||
.ExampleTemplate-module__header___3iw7C { | ||
background-color: var(--terra-dev-site-example-template-header-background-color); | ||
border-bottom: 1px solid #e8e8e8; | ||
padding: 0.625rem; | ||
} | ||
.ExampleTemplate-module__content___1iaAX { | ||
background-color: var(--terra-dev-site-example-template-content-background-color); | ||
padding: 0.625rem; | ||
} | ||
.ExampleTemplate-module__description___3Vf5E { | ||
padding-bottom: 0.625rem; | ||
} | ||
.ExampleTemplate-module__footer___2Phq3 { | ||
background-color: var(--terra-dev-site-example-template-footer-background-color); | ||
overflow: hidden; | ||
} | ||
.ExampleTemplate-module__button-container___1JxCE { | ||
display: flex; | ||
justify-content: flex-end; | ||
} | ||
.ExampleTemplate-module__css___2LnEj, .ExampleTemplate-module__code___CzNro { | ||
background-color: #f6f8fa; | ||
background-color: var(--terra-dev-site-example-template-code-background-color, #f6f8fa); | ||
height: 100%; | ||
} | ||
.ExampleTemplate-module__css-toggle___2NGzh, .ExampleTemplate-module__code-toggle___306N5 { | ||
align-items: center; | ||
background-color: #ddd; | ||
background-color: var(--terra-dev-site-example-template-code-toggle-background-color, #ddd); | ||
border: 0; | ||
color: #000; | ||
color: var(--terra-dev-site-example-template-code-toggle-color, #000); | ||
cursor: pointer; | ||
display: flex; | ||
outline: none; | ||
padding: 0.625rem; | ||
} | ||
.ExampleTemplate-module__css-toggle___2NGzh.ExampleTemplate-module__is-selected___5gylH, .ExampleTemplate-module__code-toggle___306N5.ExampleTemplate-module__is-selected___5gylH { | ||
background-color: #666565; | ||
background-color: var(--terra-dev-site-example-template-selected-code-toggle-background-color, #666565); | ||
color: #ebebeb; | ||
color: var(--terra-dev-site-example-template-selected-code-toggle-color, #ebebeb); | ||
} | ||
.ExampleTemplate-module__css-toggle___2NGzh:hover, .ExampleTemplate-module__code-toggle___306N5:hover { | ||
background-color: #b8b8b8; | ||
background-color: var(--terra-dev-site-example-template-hover-code-toggle-background-color, #b8b8b8); | ||
} | ||
.ExampleTemplate-module__css-toggle___2NGzh:hover.ExampleTemplate-module__is-selected___5gylH, .ExampleTemplate-module__code-toggle___306N5:hover.ExampleTemplate-module__is-selected___5gylH { | ||
background-color: #424141; | ||
background-color: var(--terra-dev-site-example-template-hover-selected-code-toggle-background-color, #424141); | ||
} | ||
.ExampleTemplate-module__item___pdgYL[data-focus-styles-enabled=true]:focus { | ||
outline: 2px dashed #000; | ||
outline: 2px dashed var(--terra-dev-site-example-template-keyboard-focus-outline, #000); | ||
outline-offset: -2px; | ||
} | ||
.ExampleTemplate-module__chevron___2ZCBT { | ||
display: inline-block; | ||
height: 0.875rem; | ||
width: 0.875rem; | ||
} | ||
.ExampleTemplate-module__title___Pqpi7 { | ||
font-size: 1rem; | ||
font-weight: 500; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
.ExampleTemplate-module__dynamic-content___2YGWH { | ||
background-color: rgba(0, 0, 0, 0); | ||
} |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.