Skip to content

Commit 53d9b4e

Browse files
author
Matthew Parke
authored
Merge pull request #18 from eatonphil/fix-preload
Fix preload and reset success/failure font size
2 parents 579021f + a1659d9 commit 53d9b4e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

scss/components/PreloadIndicator.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.PreloadIndicator {
22
position: fixed;
33
left: 0px;
4-
top: 0px;
4+
top: $mini-nav-height;
55
width: 0px;
6-
background-color: $green;
6+
background-color: $blue;
77
height: 3px;
88
z-index: $preload-z-index;
99

scss/components/forms/FormSummary.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
min-height: 0;
88

99
&-success {
10+
@extend .font-xs;
1011
color: $green;
1112
}
1213

1314
&-danger {
15+
@extend .font-xs;
1416
color: $red;
1517
}
1618
}

0 commit comments

Comments
 (0)