SubNavigation: improve display of DetailedStatus
This commit is contained in:
parent
8c1d6ab195
commit
f8bd87c57f
2 changed files with 11 additions and 1 deletions
Binary file not shown.
|
@ -112,7 +112,7 @@
|
||||||
|
|
||||||
.detailed-status__wrapper {
|
.detailed-status__wrapper {
|
||||||
@include standard-panel;
|
@include standard-panel;
|
||||||
margin: 10px 0;
|
margin-bottom: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -159,3 +159,13 @@
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.detailed-status-container {
|
||||||
|
> div:first-child {
|
||||||
|
.status-container .status__wrapper,
|
||||||
|
.detailed-status__wrapper {
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue