mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
add common styles for step icons
This commit is contained in:
@@ -99,6 +99,15 @@
|
||||
line-height: var(--wa-form-control-value-line-height);
|
||||
padding-inline: 0.33em;
|
||||
}
|
||||
|
||||
/* step icons for ordered instructions */
|
||||
.step-icon {
|
||||
--primary-color: var(--wa-color-neutral-on-normal);
|
||||
--secondary-color: var(--wa-color-neutral-fill-normal);
|
||||
--secondary-opacity: 1;
|
||||
font-size: var(--wa-font-size-2xl);
|
||||
}
|
||||
|
||||
/* #endregion */
|
||||
|
||||
/* #region funsies */
|
||||
|
||||
Reference in New Issue
Block a user