mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
ui: Fix up positioning of subpage loader animation (#8879)
This commit is contained in:
parent
708957a982
commit
962ab25503
@ -1,7 +1,4 @@
|
|||||||
/* layout */
|
/* layout */
|
||||||
%app-view {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
%app-view-title {
|
%app-view-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
main header nav:first-child {
|
main header nav:first-child {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -38px;
|
top: 12px;
|
||||||
}
|
}
|
||||||
main header nav:first-child ol {
|
main header nav:first-child ol {
|
||||||
@extend %breadcrumbs;
|
@extend %breadcrumbs;
|
||||||
|
@ -53,6 +53,7 @@ html:not(.has-nspaces) [class*='nspace-'] {
|
|||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
@extend %with-sticky-footer-content;
|
@extend %with-sticky-footer-content;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
main,
|
main,
|
||||||
#wrapper > footer {
|
#wrapper > footer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user