File tree 14 files changed +23
-59
lines changed
containers/notification-page
user/components/settings-edit-form
14 files changed +23
-59
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ div + mat-card {
113
113
}
114
114
115
115
button + button {
116
- margin-left : 8 px ;
116
+ margin-left : 16 px ;
117
117
118
118
@media (min-width : $small ) and (max-width : ($normal - 1px )) {
119
119
margin-left : 0 ;
Original file line number Diff line number Diff line change 45
45
padding : 0 16px ;
46
46
47
47
& __icon-wrapper {
48
- width : 158 px ;
48
+ width : 170 px ;
49
49
padding : 8px ;
50
50
color : $grey ;
51
51
display : flex ;
Original file line number Diff line number Diff line change 75
75
76
76
mat-card-content .content {
77
77
display : flex ;
78
- justify-content : space-between ;
78
+ justify-content : start ;
79
79
80
80
@media (max-width : $medium ) {
81
81
flex-wrap : wrap ;
Original file line number Diff line number Diff line change 4
4
< mat-card class ="page-content__first-item-wrapper ">
5
5
< div class ="page-content__first-item-element ">
6
6
< mat-card-title >
7
- < h5 > Layout Options</ h5 >
7
+ < p > Layout Options</ p >
8
8
</ mat-card-title >
9
9
< mat-card-subtitle >
10
10
< p > There are few position options available for notifications. You can click any of them to change notifications position:</ p >
@@ -51,7 +51,7 @@ <h5>Layout Options</h5>
51
51
</ div >
52
52
< div class ="page-content__first-item-element ">
53
53
< mat-card-title >
54
- < h5 > Notifications Types</ h5 >
54
+ < p > Notifications Types</ p >
55
55
</ mat-card-title >
56
56
< mat-card-subtitle >
57
57
< p > Different types of notifications for lost of use cases. Custom classes are also supported.</ p >
@@ -78,7 +78,7 @@ <h5>Notifications Types</h5>
78
78
</ div >
79
79
< div class ="page-content__first-item-element ">
80
80
< mat-card-title >
81
- < h5 > Usage</ h5 >
81
+ < p > Usage</ p >
82
82
</ mat-card-title >
83
83
< mat-card-subtitle >
84
84
< p > Notifications are created with the help of < a class ="link " [href] ="toastrLink "> ngx-toastr</ a > </ p >
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ <h3 class="title">Subscribe</h3>
9
9
</ mat-form-field >
10
10
11
11
< div class ="button-wrapper ">
12
- < button class ="button " mat-flat -button (click) ="close() " tabindex ="-1 "> cancel </ button >
13
- < button class ="button " mat-flat -button tabindex ="-1 " [mat-dialog-close] ="data.email "> subscribe </ button >
12
+ < button class ="button " mat-stroked -button color =" primary " (click) ="close() " tabindex ="-1 "> CANCEL </ button >
13
+ < button class ="button " mat-raised -button color =" primary " tabindex ="-1 " [mat-dialog-close] ="data.email "> SUBSCRIBE </ button >
14
14
</ div >
Original file line number Diff line number Diff line change 20
20
justify-content : flex-end ;
21
21
}
22
22
23
- .button {
24
- color : $blue ;
25
- background-color : transparent ;
26
- box-shadow : none ;
27
-
28
- & :hover {
29
- background-color : $white-gray ;
30
- }
31
-
32
- & + .button {
23
+ .button + .button {
33
24
margin-left : 8px ;
34
- }
35
25
}
Original file line number Diff line number Diff line change @@ -51,6 +51,6 @@ <h3 class="title">Grid system</h3>
51
51
</ div >
52
52
53
53
< div class ="button-wrapper ">
54
- < button class ="button " mat-flat -button (click) ="close() " tabindex ="-1 "> cancel </ button >
55
- < button class ="button " mat-flat -button (click) ="close() " tabindex ="-1 "> ok </ button >
54
+ < button class ="button " mat-stroked -button color =" primary " (click) ="close() " tabindex ="-1 "> CANCEL </ button >
55
+ < button class ="button " mat-raised -button color =" primary " (click) ="close() " tabindex ="-1 "> OK </ button >
56
56
</ div >
Original file line number Diff line number Diff line change 12
12
justify-content : flex-end ;
13
13
}
14
14
15
- .button {
16
- color : $blue ;
17
- background-color : transparent ;
18
- box-shadow : none ;
19
-
20
- & :hover {
21
- background-color : $white-gray ;
22
- }
23
-
24
- & + .button {
15
+ .button + .button {
25
16
margin-left : 8px ;
26
- }
27
17
}
28
18
29
19
@mixin grid-item-2 {
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ <h3 class="title">Use Google's location service?</h3>
6
6
</ p >
7
7
8
8
< div class ="button-wrapper ">
9
- < button class ="button " mat-flat -button (click) ="close() " tabindex ="-1 "> disagree </ button >
10
- < button class ="button " mat-flat -button (click) ="close() " tabindex ="-1 "> agree </ button >
9
+ < button class ="button " mat-stroked -button color =" primary " (click) ="close() " tabindex ="-1 "> DISAGREE </ button >
10
+ < button class ="button " mat-raised -button color =" primary " (click) ="close() " tabindex ="-1 "> AGREE </ button >
11
11
</ div >
Original file line number Diff line number Diff line change 16
16
justify-content : flex-end ;
17
17
}
18
18
19
- .button {
20
- color : $blue ;
21
- background-color : transparent ;
22
- box-shadow : none ;
23
-
24
- & :hover {
25
- background-color : $white-gray ;
26
- }
27
-
28
- & + .button {
19
+ .button + .button {
29
20
margin-left : 8px ;
30
21
}
31
- }
Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ <h3 class="title">Subscribe</h3>
116
116
</ p >
117
117
118
118
< div class ="button-wrapper ">
119
- < button class ="button " mat-flat -button (click) ="close() " tabindex ="-1 "> cancel </ button >
120
- < button class ="button " mat-flat -button (click) ="close() " tabindex ="-1 "> subscribe </ button >
119
+ < button class ="button " mat-stroked -button color =" primary " (click) ="close() " tabindex ="-1 "> DISAGREE </ button >
120
+ < button class ="button " mat-raised -button color =" primary " (click) ="close() " tabindex ="-1 "> AGREE </ button >
121
121
</ div >
122
122
123
123
</ div >
Original file line number Diff line number Diff line change 14
14
.button-wrapper {
15
15
display : flex ;
16
16
justify-content : flex-end ;
17
+ margin-bottom : 1rem ;
17
18
}
18
19
19
- .button {
20
- color : $blue ;
21
- background-color : transparent ;
22
- box-shadow : none ;
23
-
24
- & :hover {
25
- background-color : $white-gray ;
26
- }
27
-
28
- & + .button {
20
+ .button + .button {
29
21
margin-left : 8px ;
30
- }
31
22
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ <h3>Settings</h3>
9
9
</ mat-select >
10
10
</ mat-form-field >
11
11
12
- < div class ="settings-item-wrapper ">
12
+ < div class ="settings-item-wrapper first-setting ">
13
13
< h3 class ="settings-subtitle "> Communication:</ h3 >
14
14
< mat-checkbox [checked] ="true " color ="warn " class ="checkbox "> Email</ mat-checkbox >
15
15
< mat-checkbox color ="warn " class ="checkbox "> Messages</ mat-checkbox >
Original file line number Diff line number Diff line change 13
13
14
14
.settings-item-wrapper {
15
15
margin-top : 24px ;
16
+ & .first-setting {
17
+ margin-top : 0 ;
18
+ }
16
19
}
17
20
18
21
.settings-subtitle {
You can’t perform that action at this time.
0 commit comments