Skip to content

Commit 50fe853

Browse files
committed
Fixed alignment of CSS variables per Ignia standards
1 parent d12e3d4 commit 50fe853

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

  • OnTopic.Editor.AspNetCore/Shared/Styles/Base

OnTopic.Editor.AspNetCore/Shared/Styles/Base/_forms.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,10 @@ section.attribute input.error {
156156
// SUPPORTING STYLES
157157
//----------------------------------------------------------------------------------------------
158158
.instructions {
159-
font-size: rem-calc(16);
160-
font-style: italic;
161-
color: $grey-medium;
162-
159+
font-size : rem-calc(16);
160+
font-style : italic;
161+
color : $grey-medium;
163162
&.error {
164-
color: $red;
163+
color : $red;
165164
}
166165
}

0 commit comments

Comments
 (0)