File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 81
81
}
82
82
83
83
& __errorMessage {
84
- color : $white ;
84
+ color : $error ;
85
85
margin : 0.1rem 0 1rem ;
86
- font-size : 1.2 rem ;
86
+ font-size : 1 rem ;
87
87
height : 1.5rem ;
88
+ font-style : italic ;
89
+ align-self : start ;
88
90
}
89
91
90
92
& __input {
Original file line number Diff line number Diff line change 2
2
@use ' ./variables' as * ;
3
3
4
4
.newsletterFormInfo {
5
- font-size : 0.9 rem ;
5
+ font-size : 1 rem ;
6
6
font-style : italic ;
7
+ color : $primary-content-color ;
8
+
9
+ .newsletterFormError {
10
+ color : $error ;
11
+ }
7
12
8
13
.newsletterFormError ,
9
14
.newsletterFormSuccess ,
10
15
.newsletterFormSending {
11
- color : $primary-content-color ;
12
16
margin-top : 1rem ;
13
17
14
- @include large- desktop {
18
+ @include desktop {
15
19
font-size : 1.2rem ;
16
20
margin : 0 ;
17
21
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ $dark-bg-color: #023047;
17
17
$light-bg-color : #8cd5e8 ;
18
18
$primary-accent-color : #ffcc4c ;
19
19
$secondary-accent-color : #19aad1 ;
20
- $error : #ab5252 ;
20
+ $error : #be1313 ;
21
21
$black : #000000 ;
22
22
$white : #ffffff ;
23
23
$transparent : transparent ;
You can’t perform that action at this time.
0 commit comments