Skip to content

Commit 5950c11

Browse files
authored
Merge pull request #301 from neuroglia-io/fix-first-loading-animation
Adapted "first" loading colors to the current style
2 parents 3e2b5b9 + 95f7b15 commit 5950c11

File tree

3 files changed

+15
-24
lines changed

3 files changed

+15
-24
lines changed

src/dashboard/Synapse.Dashboard/wwwroot/css/app.css

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18533,16 +18533,6 @@ body {
1853318533
height: 100%;
1853418534
}
1853518535

18536-
.full-splash {
18537-
background: var(--bs-primary) !important;
18538-
}
18539-
18540-
#logo-container svg {
18541-
fill: white;
18542-
stroke: white;
18543-
max-width: 200px;
18544-
}
18545-
1854618536
.spinner-border {
1854718537
margin-top: 3rem;
1854818538
color: white;
@@ -18551,7 +18541,9 @@ body {
1855118541
#logo-container, #animation-container {
1855218542
width: 100%;
1855318543
height: 100%;
18554-
background-color: var(--bs-white);
18544+
background: var(--bs-primary) !important;
18545+
fill: white;
18546+
stroke: white;
1855518547
position: absolute;
1855618548
top: 0;
1855718549
left: 0;
@@ -18562,6 +18554,9 @@ body {
1856218554
justify-content: center;
1856318555
flex-direction: column;
1856418556
}
18557+
#logo-container svg, #animation-container svg {
18558+
max-width: 200px;
18559+
}
1856518560

1856618561
#svg-definitions {
1856718562
display: none;

src/dashboard/Synapse.Dashboard/wwwroot/css/app.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dashboard/Synapse.Dashboard/wwwroot/css/splash.scss

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,9 @@ body {
44
height: 100%;
55

66
}
7-
8-
.full-splash {
9-
background: var(--bs-primary) !important;
7+
#logo-container {
108
}
119

12-
#logo-container {
13-
14-
svg {
15-
fill: white;
16-
stroke: white;
17-
max-width: 200px;
18-
}
19-
}
2010
.spinner-border {
2111
margin-top: 3rem;
2212
color: white;
@@ -25,7 +15,9 @@ body {
2515
#logo-container, #animation-container {
2616
width: 100%;
2717
height: 100%;
28-
background-color: var(--bs-white);
18+
background: var(--bs-primary) !important;
19+
fill: white;
20+
stroke: white;
2921
position: absolute;
3022
top: 0;
3123
left: 0;
@@ -35,6 +27,10 @@ body {
3527
align-items: center;
3628
justify-content: center;
3729
flex-direction: column;
30+
31+
svg {
32+
max-width: 200px;
33+
}
3834
}
3935

4036
#svg-definitions {

0 commit comments

Comments
 (0)