Update panel loading icon (#25900)

Panel's loading circle is really hard to notice.
I made it a bit bigger and changed the color.
This commit is contained in:
Barak Kakoun 2020-06-29 17:51:28 +03:00 committed by GitHub
parent c344422a68
commit a5fb6bddbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,10 +74,10 @@ $panel-header-no-title-zindex: 1;
.panel-loading { .panel-loading {
position: absolute; position: absolute;
top: 4px; top: 4px;
right: 4px; right: 8px;
z-index: $panel-header-z-index + 1; z-index: $panel-header-z-index + 1;
font-size: $font-size-sm; font-size: $font-size-lg;
color: $text-color-weak; color: $text-blue;
} }
.panel-empty { .panel-empty {