Skip to content
Snippets Groups Projects
Commit 636be3b6 authored by raeno's avatar raeno
Browse files

Add fallback color rule.

parent c03cc3ae
Branches
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@
<script src="./registration.js"></script>
<style lang="scss">
@import '../../_variables.scss';
$validations-cRed: #f04124;
.registration-form {
display: flex;
......@@ -157,7 +158,8 @@
}
.form-group--error .form--label {
color: var(--cRed, #f04124);
color: var(--cRed, $validations-cRed);
color: $validations-cRed;
}
.form-error {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment