mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
13 lines
264 B
SCSS
13 lines
264 B
SCSS
/* Status labels ("DEV" etc) for non-enabled features ----------------------- */
|
|
|
|
.status {
|
|
cursor: help;
|
|
padding: 1px 2px;
|
|
font-weight: normal;
|
|
text-indent: 0;
|
|
}
|
|
.status.not_enabled {
|
|
/* flask icon for "not yet enabled" features */
|
|
color: $warning;
|
|
}
|