Skip to content
Snippets Groups Projects
Commit a621382a authored by HJ's avatar HJ :fire:
Browse files

Merge branch 'load-button-fix' into 'develop'

Fix css runtime loading issue

Closes #734

See merge request !1030
parents c2c48ec2 386719b0
No related branches found
No related tags found
2 merge requests!1030Fix css runtime loading issue,!1028`master` refresh with `develop`
Pipeline #21054 passed
......@@ -870,3 +870,16 @@ nav {
transform: rotate(359deg);
}
}
.new-status-notification {
position:relative;
margin-top: -1px;
font-size: 1.1em;
border-width: 1px 0 0 0;
border-style: solid;
border-color: var(--border, $fallback--border);
padding: 10px;
z-index: 1;
background-color: $fallback--fg;
background-color: var(--panel, $fallback--fg);
}
......@@ -93,17 +93,4 @@
opacity: 1;
}
}
.new-status-notification {
position:relative;
margin-top: -1px;
font-size: 1.1em;
border-width: 1px 0 0 0;
border-style: solid;
border-color: var(--border, $fallback--border);
padding: 10px;
z-index: 1;
background-color: $fallback--fg;
background-color: var(--panel, $fallback--fg);
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment