mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Add flask icon to sidebar for features not enabled
This commit is contained in:
@@ -989,6 +989,19 @@ a.current {
|
||||
}
|
||||
|
||||
|
||||
/* Status labels ("DEV" etc) for non-enabled features ----------------------- */
|
||||
|
||||
.status {
|
||||
cursor: help;
|
||||
padding: 1px 2px;
|
||||
font-weight: normal;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
.status.not_enabled {
|
||||
color: #0F72E5;
|
||||
}
|
||||
|
||||
/* Responsive design for different viewscreens ------------------------------ */
|
||||
|
||||
@media (max-width: 991px) {
|
||||
|
||||
Reference in New Issue
Block a user