mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
add .wa-text-truncate, .wa-list-plain
This commit is contained in:
@@ -106,6 +106,12 @@
|
||||
.wa-color-text-quiet {
|
||||
color: var(--wa-color-text-quiet);
|
||||
}
|
||||
|
||||
.wa-text-truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
/* #endregion */
|
||||
|
||||
/* #region Links ~~~~~~~ */
|
||||
@@ -136,6 +142,17 @@
|
||||
}
|
||||
/* #endregion */
|
||||
|
||||
/* #region Lists */
|
||||
.wa-list-plain:is(ol, ul) {
|
||||
list-style: none;
|
||||
padding-inline-start: 0;
|
||||
|
||||
> li {
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
}
|
||||
/* #endregion */
|
||||
|
||||
/* #region Form Controls */
|
||||
.wa-form-control-label {
|
||||
color: var(--wa-form-control-label-color);
|
||||
|
||||
Reference in New Issue
Block a user