|
4 | 4 | --f7-notification-subtitle-line-height: 1.35; |
5 | 5 | --f7-notification-text-text-transform: none; |
6 | 6 | --f7-notification-text-font-weight: 400; |
7 | | - .dark-vars({ |
8 | | - --f7-notification-subtitle-color: #fff; |
9 | | - }); |
10 | 7 | } |
11 | 8 | .ios-vars({ |
12 | 9 | --f7-notification-margin: 8px; |
|
41 | 38 | --f7-notification-bg-color-rgb: 30, 30, 30; |
42 | 39 | --f7-notification-title-color: #fff; |
43 | 40 | --f7-notification-text-color: #fff; |
| 41 | + --f7-notification-subtitle-color: #fff; |
44 | 42 | --f7-notification-title-right-color: rgba(255,255,255,0.55); |
45 | 43 | }); |
46 | 44 | }); |
47 | 45 | .md-vars({ |
48 | | - --f7-notification-margin: 0px; |
| 46 | + --f7-notification-margin: 16px; |
49 | 47 | --f7-notification-padding: 16px; |
50 | | - --f7-notification-border-radius: 0px; |
51 | | - --f7-notification-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.24); |
52 | | - --f7-notification-icon-size: 16px; |
| 48 | + --f7-notification-border-radius: 16px; |
| 49 | + --f7-notification-box-shadow: none; |
| 50 | + --f7-notification-icon-size: 24px; |
53 | 51 |
|
54 | | - --f7-notification-title-color: var(--f7-theme-color); |
55 | | - --f7-notification-title-font-size: 12px; |
| 52 | + --f7-notification-title-color: var(--f7-md-on-surface); |
| 53 | + --f7-notification-title-font-size: 16px; |
56 | 54 | --f7-notification-title-text-transform: none; |
57 | | - --f7-notification-title-line-height: 1; |
58 | | - --f7-notification-title-font-weight: 400; |
| 55 | + --f7-notification-title-line-height: 1.35; |
| 56 | + --f7-notification-title-font-weight: 500; |
59 | 57 |
|
60 | 58 | --f7-notification-title-right-font-size: 12px; |
61 | 59 |
|
|
64 | 62 |
|
65 | 63 | --f7-notification-text-font-size: 14px; |
66 | 64 | --f7-notification-text-line-height: 1.35; |
67 | | - .light-vars({ |
68 | | - --f7-notification-bg-color: #fff; |
69 | | - --f7-notification-title-right-color: rgba(0,0,0,0.54); |
70 | | - --f7-notification-subtitle-color: #212121; |
71 | | - --f7-notification-text-color: rgba(0,0,0,0.54); |
72 | | - }); |
73 | | - .dark-vars({ |
74 | | - --f7-notification-bg-color: #242424; |
75 | | - --f7-notification-title-right-color: rgba(255,255,255,0.54); |
76 | | - --f7-notification-text-color: rgba(255,255,255,0.54); |
77 | | - }); |
| 65 | + |
| 66 | + --f7-notification-bg-color: var(--f7-md-surface-5); |
| 67 | + --f7-notification-text-color: var(--f7-md-on-surface-variant); |
| 68 | + --f7-notification-title-right-color: var(--f7-md-on-surface-variant); |
| 69 | + --f7-notification-subtitle-color: var(--f7-md-on-surface); |
78 | 70 | }); |
0 commit comments