mirror of
https://github.com/primer/css.git
synced 2024-12-14 06:44:38 +03:00
Convert blankslate to use color modes
This commit is contained in:
parent
7274445f92
commit
657d84d58a
@ -8,8 +8,8 @@
|
|||||||
// stylelint-disable-next-line primer/spacing
|
// stylelint-disable-next-line primer/spacing
|
||||||
padding: 2px 5px 3px;
|
padding: 2px 5px 3px;
|
||||||
font-size: $h5-size;
|
font-size: $h5-size;
|
||||||
background: $bg-white;
|
background: var(--bg-canvas);
|
||||||
border: $border-width $border-style $border-gray-light;
|
border: $border-width $border-style var(--border-tertiary);
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,7 +24,7 @@
|
|||||||
margin-bottom: $spacer-2;
|
margin-bottom: $spacer-2;
|
||||||
margin-left: $spacer-1;
|
margin-left: $spacer-1;
|
||||||
// stylelint-disable-next-line primer/colors
|
// stylelint-disable-next-line primer/colors
|
||||||
color: lighten($gray-400, 5%);
|
color: var(--blankslate-icon);
|
||||||
}
|
}
|
||||||
|
|
||||||
.blankslate-capped {
|
.blankslate-capped {
|
||||||
|
Loading…
Reference in New Issue
Block a user