Commit a5fb6bdd by Barak Kakoun Committed by GitHub

Update panel loading icon (#25900)

Panel's loading circle is really hard to notice.
I made it a bit bigger and changed the color.
parent c344422a
......@@ -74,10 +74,10 @@ $panel-header-no-title-zindex: 1;
.panel-loading {
position: absolute;
top: 4px;
right: 4px;
right: 8px;
z-index: $panel-header-z-index + 1;
font-size: $font-size-sm;
color: $text-color-weak;
font-size: $font-size-lg;
color: $text-blue;
}
.panel-empty {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment