feat: clean v0.1 scope navigation
This commit is contained in:
@@ -1118,3 +1118,39 @@ body {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.secondary-nav {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 0.85rem;
|
||||
padding: 0.75rem 0.9rem;
|
||||
border-style: dashed;
|
||||
}
|
||||
|
||||
.secondary-nav p {
|
||||
margin: 0.2rem 0 0;
|
||||
color: #9fb0c9;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.active-secondary {
|
||||
border-color: rgba(103, 232, 249, 0.55);
|
||||
color: #e5fbff;
|
||||
background: rgba(34, 211, 238, 0.12);
|
||||
}
|
||||
|
||||
.infrastructure-panel {
|
||||
border-style: dashed;
|
||||
}
|
||||
|
||||
.infrastructure-panel .button-inline-row {
|
||||
margin-top: 0.85rem;
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
.secondary-nav {
|
||||
align-items: stretch;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user