mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
create console design token for easier maintenace
This commit is contained in:
parent
5790a24dac
commit
387545ad5a
@ -181,7 +181,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cm-tooltip-lint {
|
.cm-tooltip-lint {
|
||||||
line-height: 0.875;
|
line-height: var(--sl-line-height--console);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-scroller {
|
.cm-scroller {
|
||||||
@ -268,7 +268,7 @@
|
|||||||
|
|
||||||
.console-message {
|
.console-message {
|
||||||
display: grid;
|
display: grid;
|
||||||
line-height: 0.875;
|
line-height: var(--sl-line-height--console);
|
||||||
}
|
}
|
||||||
|
|
||||||
$console-type-colors: (
|
$console-type-colors: (
|
||||||
|
@ -57,5 +57,6 @@ $sl-playground-heading: 2.75rem;
|
|||||||
|
|
||||||
// Component Sizes Custom
|
// Component Sizes Custom
|
||||||
// ----------------------
|
// ----------------------
|
||||||
|
$sl-line-height--console: 0.875;
|
||||||
$sl-width--mac-stadium-icon: 7rem;
|
$sl-width--mac-stadium-icon: 7rem;
|
||||||
$sl-width--twitter-link: 8rem;
|
$sl-width--twitter-link: 8rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user