File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 223
223
"teams.field.name.placeholder" : " Enter Team Name" ,
224
224
"teams.field.email" : " Team Member Email" ,
225
225
"teams.field.email.placeholder" : " Email" ,
226
- "teams.create" : " Create New team " ,
227
- "teams.create.save" : " Create team " ,
226
+ "teams.create" : " Create New Team " ,
227
+ "teams.create.save" : " Create Team " ,
228
228
"teams.create.success" : " Team created" ,
229
229
"teams.create.error" : " Unable to create Team" ,
230
230
"teams.create.error.name.minLength" : " Team name must be at least 3 characters long" ,
Original file line number Diff line number Diff line change 1
1
.c-input {
2
2
display : flex ;
3
3
gap : $global-spacing-3 ;
4
- align-items : flex-start ;
4
+ align-items : center ;
5
5
6
6
& --alt-label {
7
7
flex-direction : column ;
11
11
position : relative ;
12
12
}
13
13
& __label {
14
- margin-top : $global-spacing-3 ;
15
14
font-weight : 500 ;
16
15
font-size : 14px ;
17
16
line-height : 14px ;
You can’t perform that action at this time.
0 commit comments