File tree 4 files changed +13
-4
lines changed
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 42
42
</ mat-card >
43
43
44
44
< mat-card *ngIf ="step === 0 " class ="steps-card ">
45
-
46
45
< mat-card-content class ="content ">
47
46
< div class ="content-wrapper ">
48
47
< mat-card-title class ="content-title "> Create New Account</ mat-card-title >
75
74
< mat-hint > Please choose the role</ mat-hint >
76
75
</ mat-form-field >
77
76
78
- < button mat-flat-button color ="primary " (click) ="increment() "> next</ button >
77
+ < button mat-flat-button color ="primary " class =" next-button " (click) ="increment() "> next</ button >
79
78
</ div >
80
79
</ div >
81
80
</ mat-card-content >
Original file line number Diff line number Diff line change 140
140
width : 100% ;
141
141
}
142
142
143
+ .next-button {
144
+ float : right ;
145
+ }
146
+
143
147
.buttons-wrapper {
144
148
display : flex ;
145
149
justify-content : space-between ;
Original file line number Diff line number Diff line change 6
6
margin-top : 24px ;
7
7
}
8
8
9
+ .edit-nav-card {
10
+ .add-line-card {
11
+ padding : 0 30px ;
12
+ }
13
+ }
14
+
9
15
.nav-items-group {
10
16
padding : 8px ;
11
17
}
Original file line number Diff line number Diff line change 9
9
10
10
@mixin mat-tab-color-label ($color ) {
11
11
.nav-items-group {
12
- .mat-tab-label {
12
+ .mat-tab-label-active {
13
13
color : $color ;
14
14
}
15
15
}
55
55
56
56
.edit-nav-card {
57
57
div .mat-tab-label {
58
- padding : 0 ;
58
+ padding : 0 8 px ;
59
59
min-width : 85px ;
60
60
font-weight : $fw-lighter ;
61
61
You can’t perform that action at this time.
0 commit comments